df50e75f10
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
9 lines
203 B
YAML
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'
|