Merge "Add undercloud to inventory before undercloud-setup"

This commit is contained in:
Zuul 2017-11-20 14:37:32 +00:00 committed by Gerrit Code Review
commit cabc5f6d3a
1 changed files with 6 additions and 0 deletions

View File

@ -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