Add upgrade tasks for aodh containers
Change-Id: I936b31fd24c43e35092b3bfef4454a8da81d19c8
This commit is contained in:
parent
c737eea8c0
commit
f77edeb402
@ -117,3 +117,7 @@ outputs:
|
||||
- logs:/var/log
|
||||
environment:
|
||||
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
||||
upgrade_tasks:
|
||||
- name: Stop and disable aodh service (running under httpd)
|
||||
tags: step2
|
||||
service: name=httpd state=stopped enabled=no
|
||||
|
@ -78,3 +78,7 @@ outputs:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
||||
upgrade_tasks:
|
||||
- name: Stop and disable openstack-aodh-evaluator service
|
||||
tags: step2
|
||||
service: name=openstack-aodh-evaluator.service state=stopped enabled=no
|
||||
|
@ -78,3 +78,7 @@ outputs:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
||||
upgrade_tasks:
|
||||
- name: Stop and disable openstack-aodh-listener service
|
||||
tags: step2
|
||||
service: name=openstack-aodh-listener.service state=stopped enabled=no
|
||||
|
@ -78,3 +78,7 @@ outputs:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
||||
upgrade_tasks:
|
||||
- name: Stop and disable openstack-aodh-notifier service
|
||||
tags: step2
|
||||
service: name=openstack-aodh-notifier.service state=stopped enabled=no
|
||||
|
Loading…
Reference in New Issue
Block a user