From: Mathieu Bultel Date: Fri, 10 Feb 2017 16:22:56 +0000 (+0100) Subject: Remove gnocchi db sync from the ansible upgrade step X-Git-Tag: opnfv-6.0.0~1101^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8a77f29e583aa27a225605bbe5d8301bc4455fbd;p=apex-tripleo-heat-templates.git Remove gnocchi db sync from the ansible upgrade step Since gnocchi db sync for upgrade is made by puppet we need to remove it from ansible tasks Change-Id: I4a26513c3e3d0dcf77c007ea865364e38da3a94a --- diff --git a/puppet/services/gnocchi-api.yaml b/puppet/services/gnocchi-api.yaml index 2a1ed2a3..23fcb2f6 100644 --- a/puppet/services/gnocchi-api.yaml +++ b/puppet/services/gnocchi-api.yaml @@ -131,6 +131,3 @@ outputs: - name: Stop gnocchi_api service (running under httpd) tags: step2 service: name=httpd state=stopped - - name: Run gnocchi upgrade - tags: step5 - command: gnocchi-upgrade