Execute ping test role at the end of the upgrade
Validate that the upgrade is working by running the ping test when the upgrade role is finished and successful Change-Id: Ie2de9ae28dadb8bf1a1af28e7650164f92aba945
This commit is contained in:

committed by
Attila Darazs

parent
b8f81468e4
commit
c5d58150dd
@@ -7,3 +7,12 @@
|
|||||||
gather_facts: no
|
gather_facts: no
|
||||||
roles:
|
roles:
|
||||||
- { role: overcloud-upgrade, deployment_type: baremetal }
|
- { role: overcloud-upgrade, deployment_type: baremetal }
|
||||||
|
|
||||||
|
# Validate the deployment
|
||||||
|
- name: validate the overcloud
|
||||||
|
hosts: undercloud
|
||||||
|
tags:
|
||||||
|
- overcloud-validate
|
||||||
|
gather_facts: no
|
||||||
|
roles:
|
||||||
|
- { role: validate-simple, when: test_ping|bool }
|
||||||
|
@@ -7,3 +7,12 @@
|
|||||||
gather_facts: no
|
gather_facts: no
|
||||||
roles:
|
roles:
|
||||||
- overcloud-upgrade
|
- overcloud-upgrade
|
||||||
|
|
||||||
|
# Validate the deployment
|
||||||
|
- name: validate the overcloud
|
||||||
|
hosts: undercloud
|
||||||
|
tags:
|
||||||
|
- overcloud-validate
|
||||||
|
gather_facts: no
|
||||||
|
roles:
|
||||||
|
- { role: validate-simple, when: test_ping|bool }
|
||||||
|
Reference in New Issue
Block a user