Fix overcloud introspection data save
The command `kayobe overcloud introspection data save` has been failing due to lack of OpenStack credentials when running the bifrost dynamic inventory. Add OS_CLOUD=bifrost. Story: 2009129 Task: 43059 Change-Id: I4a15578135a48cf282672288f4db24ded65f3b82
This commit is contained in:
parent
37524ff2a6
commit
3947997ed2
@ -13,7 +13,7 @@
|
|||||||
command: >
|
command: >
|
||||||
docker exec bifrost_deploy
|
docker exec bifrost_deploy
|
||||||
bash -c '
|
bash -c '
|
||||||
export BIFROST_INVENTORY_SOURCE=ironic &&
|
env BIFROST_INVENTORY_SOURCE=ironic OS_CLOUD=bifrost
|
||||||
ansible baremetal
|
ansible baremetal
|
||||||
--connection local
|
--connection local
|
||||||
--inventory /etc/bifrost/inventory/
|
--inventory /etc/bifrost/inventory/
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes an issue bug where introspection data save would fail. See `story
|
||||||
|
2009129 <https://storyboard.openstack.org/#!/story/2009129>`__ for more
|
||||||
|
details.
|
Loading…
x
Reference in New Issue
Block a user