Skip to content

Commit 832a638

Browse files
committed
Install ironic-inspector in bifrost
Bifrost has moved to use the native in-band inspection support in Ironic[1]. Some features are missing (such as introspection rules), so it may still be desirable to use ironic-inspector for these use cases. It also requires changes to the inspection interface of the ironic nodes (ironic-inspector -> agent), so it also desirable to support ironic-inspector for backwards compatability reasons. We should consider dropping ironic-inspector once the native interface reaches feature parity. This will install ironic-inspector into the image, but will still require configuration in bifrost.yml to use it. [1] openstack/bifrost@dcbf1d9 Change-Id: I3cc8455647339c67ba51620d5aff8a3acbf58dab Partial-Bug: #2054685
1 parent 756ee98 commit 832a638

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docker/bifrost/bifrost-base/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN echo " " && \
4747
/bifrost/playbooks/install.yaml \
4848
-e git_branch={{ openstack_branch_slashed }} \
4949
-e ipa_upstream_release={{ openstack_branch }} \
50+
-e enable_inspector=true \
5051
-e @/tmp/build_arg.yml && \
5152
{%- if base_package_type == 'deb' %}
5253
apt-get clean && rm -rf /var/lib/apt/lists/*'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Re-enables ironic-inspector in bifrost for backwards compatability. See
5+
`LP#2054685 <https://bugs.launchpad.net/kolla/+bug/2054685>`_ for more
6+
details.

0 commit comments

Comments
 (0)