tripleo-heat-templates/releasenotes/notes/port-physnet-cidr-map-7032fec5a1905314.yaml
Harald Jensås 2c2f8c4c79 Ironic inspector port_physnet_cidr_map support
Add support for laying out the configuration for
the physnet_cidr_map processing hook in ironic
inspector.

Also enable the physnet_cidr_map processing hook
by adding it to IronicInspectorExtraProcessingHooks
default.

Depends-On: https://review.opendev.org/722066
Related-Bug: #1870529
Change-Id: I5f0f3b254edf25fdcfa328f42d8bf4324e5bbd0d
2020-04-24 17:52:18 +00:00

9 lines
394 B
YAML

---
features:
- |
Added the parameter ``PortPhysnetCidrMap`` in the ironic inspector service
template. The parameter takes a mapping of IP subnet CIDR to physical
network. When the ``physnet_cidr_map`` processing hook is enabled the
physical_network property of baremetal ports is populated based on this
mapping. See Bug: `1870529 <https://launchpad.net/bugs/1870529>`_.