Merge "Install ironic-inspector in bifrost"

This commit is contained in:
Zuul 2024-02-26 11:54:00 +00:00 committed by Gerrit Code Review
commit 5448da7e36
2 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,7 @@ RUN echo " " && \
/bifrost/playbooks/install.yaml \
-e git_branch={{ openstack_branch_slashed }} \
-e ipa_upstream_release={{ openstack_branch }} \
-e enable_inspector=true \
-e @/tmp/build_arg.yml && \
{%- if base_package_type == 'deb' %}
apt-get clean && rm -rf /var/lib/apt/lists/*'

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Re-enables ironic-inspector in bifrost for backwards compatability. See
`LP#2054685 <https://bugs.launchpad.net/kolla/+bug/2054685>`_ for more
details.