--- # 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 }