Merge "Add upgrade tasks for gnocchi container services"
This commit is contained in:
commit
a5c30dfa25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user