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:
Yurii Prokulevych 2018-04-30 16:23:21 +02:00
parent 9f6dbb04db
commit 22b5394f1a
3 changed files with 6 additions and 8 deletions

View File

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

View File

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

View File

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