tripleo-quickstart-extras/roles/ovb-manage-stack/tasks/main.yml
Ronelle Landy df50e75f10 Modify OVB role to work with non-ready undercloud images
The OVB role was written at first to work with ready undercloud
images. This review changes the workflow to use a vanilla
guest image for the undercloud and set up the users, repos
and overcloud images after the OVB stack is deployed.

This streamlines the OVB workflow on different environments.

Change-Id: Ic8f40b5e38fab5aee3dc84d6fb1462b3f0f61ca7
2017-01-05 16:22:43 +00:00

9 lines
203 B
YAML

---
- name: Create OVB stack
include: ovb-create-stack.yml
when: ovb_manage_stack_mode == 'create'
- name: Delete OVB stack
include: ovb-delete-stack.yml
when: ovb_manage_stack_mode == 'delete'