Merge "Add undercloud to inventory before undercloud-setup"
This commit is contained in:
commit
cabc5f6d3a
@ -5,6 +5,12 @@
|
||||
- include: prepare-slave.yml
|
||||
when: use_testenv_broker|default(false)|bool
|
||||
|
||||
- name: Inventory the undercloud instance
|
||||
hosts: localhost
|
||||
gather_facts: yes
|
||||
roles:
|
||||
- tripleo-inventory
|
||||
|
||||
- name: Setup the undercloud
|
||||
hosts: undercloud
|
||||
gather_facts: no
|
||||
|
Loading…
Reference in New Issue
Block a user