6db38085ef
The role will delete the current overcloud Change-Id: I2e3d36d39bd2693588a70bbd5ac6e36666e79f84
16 lines
361 B
YAML
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 }
|