Add upgrade tasks for gnocchi container services
Change-Id: I43c35bbf959e5dcdd7e87a8f6a604d5fe5b4f2a9
This commit is contained in:
parent
3a624e6fc1
commit
4713f2b951
docker/services
@ -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…
x
Reference in New Issue
Block a user