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:
Stig Telfer 2021-08-19 19:25:28 +01:00 committed by Pierre Riteau
parent 37524ff2a6
commit 3947997ed2
2 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,7 @@
command: >
docker exec bifrost_deploy
bash -c '
export BIFROST_INVENTORY_SOURCE=ironic &&
env BIFROST_INVENTORY_SOURCE=ironic OS_CLOUD=bifrost
ansible baremetal
--connection local
--inventory /etc/bifrost/inventory/

View File

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