summaryrefslogtreecommitdiff
path: root/releasenotes/notes/inspector-pxe-boot-9ab9fede5671097e.yaml
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2019-10-15 16:11:27 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2019-11-21 13:33:58 +0100
commite9824d11d17215c280533b4bce1cd489b9fd2f4a (patch)
tree75a656aa8a2dac0e8d05120aa8068ace2c03bdef /releasenotes/notes/inspector-pxe-boot-9ab9fede5671097e.yaml
parentc5dfa1bd9fe39eedbb60be537b5b3d83b1cde15b (diff)
downloadironic-e9824d11d17215c280533b4bce1cd489b9fd2f4a.tar.gz
Wire in in-band inspection for PXE boot and neutron-based networking
This change implements in-band inspection support for PXE and iPXE boot interfaces and all in-tree network interfaces. Story: #1528920 Task: #23184 Change-Id: I470d55add73bae47a2755cde93d4b1e1f30e94a7
Diffstat (limited to 'releasenotes/notes/inspector-pxe-boot-9ab9fede5671097e.yaml')
-rw-r--r--releasenotes/notes/inspector-pxe-boot-9ab9fede5671097e.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/inspector-pxe-boot-9ab9fede5671097e.yaml b/releasenotes/notes/inspector-pxe-boot-9ab9fede5671097e.yaml
new file mode 100644
index 000000000..a05ad67f3
--- /dev/null
+++ b/releasenotes/notes/inspector-pxe-boot-9ab9fede5671097e.yaml
@@ -0,0 +1,12 @@
+---
+features:
+ - |
+ The ``pxe`` and ``ipxe`` boot interfaces, as well as all in-tree network
+ interfaces, now support managing in-band inspection boot.
+upgrade:
+ - |
+ For the managed in-band inspection to work, make sure that the Bare Metal
+ Introspection endpoint (either in the service catalog or in the
+ ``[inspector]endpoint_override`` configuration option) is not set to
+ localhost. Alternatively, set the ``[inspector]callback_endpoint_override``
+ option to a value with a real IP address.