ironic-inspector/releasenotes/notes/physnet-cidr-map-hook-b38bf8051ad5ba69.yaml
Harald Jensås 92e2d26f15 Port physical network CIDR map hook
The physnet_cidr_map hook adds functionality to
populate the physical_network of a baremetal port based
on a cidr-to-physnet mapping in configuration.

Related-Bug: #1870529
Change-Id: I43cdac5ccd8c46836b26f6e4bc0d4509958e2e79
2020-04-17 16:31:40 +02:00

7 lines
283 B
YAML

---
features:
- Added ``physnet_cidr_map`` processing plugin, the plugin uses the IP
address of interfaces returned during inspection and set the port
``physical_network`` via lookup from a CIDR to physical network mapping in
config option ``[port_physnet]/cidr_map``.