tripleo-quickstart-extras/playbooks/upgrade.yml
Mathieu Bultel c5d58150dd 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
2017-01-04 15:56:48 +00:00

19 lines
398 B
YAML

---
# Upgrade Undercloud and Overcloud on top of a quickstart deployment
- include: quickstart-extras.yml
- name: Upgrade Tripleo
hosts: undercloud
gather_facts: no
roles:
- 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 }