Fix overcloud provisioning
Affects master & Victoria only. Since Victoria, Bifrost added a play to gather facts for localhost at the beginning of deploy-dynamic.yaml. Kayobe executes the playbook with a limit, which does not include localhost. This causes fact gathering to be skipped for localhost: PLAY [Gather facts on localhost] *********************************** skipping: no hosts matched This change fixes the issue by adding localhost to the limit. Change-Id: I1264832398744c48a6f706efe91f084890a37772 Story: 2008388 Task: 41311
This commit is contained in:
parent
e569036a05
commit
1ad073f0d0
@ -27,7 +27,7 @@
|
||||
- deploying
|
||||
- wait call-back
|
||||
# List of hosts to limit Bifrost deploy-dynamic.yaml playbook to.
|
||||
bifrost_limit: []
|
||||
bifrost_limit: ['localhost']
|
||||
# Retries to use when using Ironic API and hitting node locked errors.
|
||||
ironic_retries: 6
|
||||
ironic_retry_interval: 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user