tripleo-quickstart-extras/playbooks/scale_nodes_verify.yml
Arx Cruz 609d10ac97 Deprecating validate-simple
This role is no longer used, and was a long ago replaced with tempest.
Right now, there are still some pieces of code that overwrite the
tempest testrepository.subunit with the pingtest, and so, the best
approach right now is ensure that the validate-simple is not being
called anywhere.

Change-Id: I5a2993fa93c08f842e936c80b0adf4f9fb5c3b0f
2022-10-25 15:19:23 +02:00

15 lines
497 B
YAML

---
# NOTE(hrybacki: inventory regeneration and overcloud validation must be completed in a second playbook. The
# deleted node is removed from the hosts file. However, it still exists in memory and will cause the
# 'ansible-role-tripleo-inventory: regenerate ssh config' task to fail when attempting to acces non-existant host vars
# Re-inventory the overcloud
- name: Inventory the overcloud
hosts: undercloud
gather_facts: true
vars:
inventory: all
roles:
- tripleo-inventory