Add missed post-controller scripts
Post upgrade checks that checks services' status on overcloud: - check rabbitmq - check redis - check haproxy - check haproxy_backend Change-Id: I6f53663bfbe4217b7d3d26cc01774733726c97c3
This commit is contained in:
parent
9f6dbb04db
commit
22b5394f1a
@ -10,9 +10,7 @@
|
||||
dest: "{{working_dir}}/{{ node_name | splitext | first }}_post/{{ item }}.sh"
|
||||
mode: 0775
|
||||
with_items:
|
||||
- 'reboot'
|
||||
- 'haproxy'
|
||||
- 'rabbitmq'
|
||||
- 'galera'
|
||||
- 'redis'
|
||||
- 'haproxy_backend'
|
||||
- 'rabbitmq'
|
||||
- 'redis'
|
||||
|
@ -2,9 +2,7 @@
|
||||
- name: Running post upgrade scripts for {{ node_name | splitext | first }}
|
||||
shell: "{{working_dir}}/{{ node_name | splitext | first }}_post/{{ item }}.sh"
|
||||
with_items:
|
||||
- 'reboot'
|
||||
- 'haproxy'
|
||||
- 'rabbitmq'
|
||||
- 'galera'
|
||||
- 'redis'
|
||||
- 'haproxy_backend'
|
||||
- 'rabbitmq'
|
||||
- 'redis'
|
||||
|
@ -93,3 +93,5 @@
|
||||
|
||||
- include: ../common/ssh_config_skip_host.yml
|
||||
|
||||
- name: Create post upgrade scripts for controller nodes
|
||||
include: ../common/controller_post_scripts.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user