diff --git a/ansible/roles/bifrost/tasks/start.yml b/ansible/roles/bifrost/tasks/start.yml index 2425c887c4..eca4deb039 100644 --- a/ansible/roles/bifrost/tasks/start.yml +++ b/ansible/roles/bifrost/tasks/start.yml @@ -17,3 +17,4 @@ - "bifrost_ironic:/var/lib/ironic/" - "bifrost_mariadb:/var/lib/mysql/" - "bifrost_tftpboot:/tftpboot/" + - "bifrost_config:/root/.config/bifrost/" diff --git a/releasenotes/notes/bifrost-persistent-passwords-0f30bc0e7f864669.yaml b/releasenotes/notes/bifrost-persistent-passwords-0f30bc0e7f864669.yaml new file mode 100644 index 0000000000..7a2310bdd9 --- /dev/null +++ b/releasenotes/notes/bifrost-persistent-passwords-0f30bc0e7f864669.yaml @@ -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 + `_