Add upgrade tasks for gnocchi container services

Change-Id: I43c35bbf959e5dcdd7e87a8f6a604d5fe5b4f2a9
This commit is contained in:
Pradeep Kilambi 2017-03-14 15:15:46 -04:00
parent 3a624e6fc1
commit 4713f2b951
3 changed files with 12 additions and 0 deletions

@ -96,3 +96,7 @@ outputs:
- /etc/localtime:/etc/localtime:ro
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
upgrade_tasks:
- name: Stop and disable httpd service
tags: step2
service: name=httpd state=stopped enabled=no

@ -71,3 +71,7 @@ outputs:
- /etc/localtime:/etc/localtime:ro
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
upgrade_tasks:
- name: Stop and disable openstack-gnocchi-metricd service
tags: step2
service: name=openstack-gnocchi-metricd.service state=stopped enabled=no

@ -71,3 +71,7 @@ outputs:
- /etc/localtime:/etc/localtime:ro
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
upgrade_tasks:
- name: Stop and disable openstack-gnocchi-statsd service
tags: step2
service: name=openstack-gnocchi-statsd.service state=stopped enabled=no