From a3e0c181a52dd6a6fe2a062da76af7cf83a30e2e Mon Sep 17 00:00:00 2001 From: John Trowbridge Date: Mon, 23 Oct 2017 16:27:10 -0400 Subject: [PATCH] Add undercloud to inventory before undercloud-setup Change-Id: I21568d3547cc1ed43cd7280ee55a18fc06812f64 --- playbooks/ovb-setup.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/ovb-setup.yml b/playbooks/ovb-setup.yml index 13e3f96e8..ebf28ab2c 100644 --- a/playbooks/ovb-setup.yml +++ b/playbooks/ovb-setup.yml @@ -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