Merge "Add upgrade tasks for gnocchi container services"

This commit is contained in:
Jenkins 2017-04-12 16:39:56 +00:00 committed by Gerrit Code Review
commit a5c30dfa25
3 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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