Revert "Add upgrade task to run gnocchi upgrade"

This reverts commit 771189e91d.

Change-Id: I6bcad48e6d3c8e3001270f2dcc2f3425da1510d0
This commit is contained in:
Mehdi Abaakouk (sileht) 2017-12-13 14:50:19 +00:00
parent 771189e91d
commit 5ae96c21c7
1 changed files with 0 additions and 11 deletions

View File

@ -137,14 +137,3 @@ outputs:
- name: Stop gnocchi_api service (running under httpd)
tags: step1
service: name=httpd state=stopped
- name: get bootstrap nodeid
tags: common
command: hiera bootstrap_nodeid
register: bootstrap_node
- name: set is_bootstrap_node fact
tags: common
set_fact: is_bootstrap_node={{bootstrap_node.stdout|lower == ansible_hostname|lower}}
- name: Setup gnocchi db during upgrade
tags: step5
command: gnocchi-upgrade
when: is_bootstrap_node