Merge "Persist Bifrost's autogenerated passwords"

This commit is contained in:
Zuul 2022-08-24 09:33:17 +00:00 committed by Gerrit Code Review
commit 04fbc5e84b
2 changed files with 9 additions and 0 deletions

View File

@ -17,3 +17,4 @@
- "bifrost_ironic:/var/lib/ironic/"
- "bifrost_mariadb:/var/lib/mysql/"
- "bifrost_tftpboot:/tftpboot/"
- "bifrost_config:/root/.config/bifrost/"

View File

@ -0,0 +1,8 @@
---
fixes:
- |
Fixes an issue in the ``bifrost_deploy`` container where passwords
generated by Bifrost were not persistent beyond the lifetime of the
container. This is generally not a problem unless you access the Ironic or
Inspector APIs outside of the Bifrost playbooks. `LP#1983356
<https://bugs.launchpad.net/kolla-ansible/+bug/1983356>`_