tripleo-quickstart-extras/playbooks/deploy-delete.yml

16 lines
361 B
YAML

# This is the playbook used by the `quickstart.sh` script.
- include: quickstart-extras.yml
- name: Collect logs, create docs, publish
hosts: all:!localhost
gather_facts: no
roles:
- { role: tripleo-collect-logs, artcl_collect: true }
- name: test overcloud deletion
hosts: undercloud
gather_facts: no
roles:
- { role: overcloud-delete }