urgent fix for baremetal jobs, enable fact gathering
fact gathering was removed w/ a force push to fix this broken repo. Re-enabling fact gathering to resolve [tripleo-overcloud : Use KVM for Red Hat distro] Change-Id: Iab7e179cb78a6c1710c3d54cff9922f38fea2249
This commit is contained in:
parent
75bb8af206
commit
e8c877d40e
@ -57,7 +57,7 @@
|
||||
|
||||
- name: Validate IPMI and instackenv.json
|
||||
hosts: undercloud
|
||||
gather_facts: no
|
||||
gather_facts: yes
|
||||
roles:
|
||||
- validate-ipmi
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
- name: Perpare the baremetal overcloud
|
||||
hosts: undercloud
|
||||
gather_facts: no
|
||||
gather_facts: yes
|
||||
roles:
|
||||
- overcloud-prep-baremetal
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user