From 8a77f29e583aa27a225605bbe5d8301bc4455fbd Mon Sep 17 00:00:00 2001 From: Mathieu Bultel Date: Fri, 10 Feb 2017 17:22:56 +0100 Subject: 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 --- puppet/services/gnocchi-api.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'puppet') 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 -- cgit 1.2.3-korg