python-tripleoclient/releasenotes/notes/port-physnet-cidr-map-463a1639aba45832.yaml
Harald Jensås 9cd91775f2 Inspector set baremetal port physical_network
When deploying routed networks the physical_network
attribute of ironic ports must be set, this has been
a manual task.

With this change we add configuration for the
physnet_cidr_map processing hook in ironic inspector
so that the physical_network field of ironic ports
is set automatically when introspecting nodes.

Depends-On: https://review.opendev.org/722088
Closes-Bug: #1870529
Change-Id: I7f31b9f0143507ec3c9c26efd086f0bd95ef2ce7
2020-04-24 17:52:29 +00:00

7 lines
227 B
YAML

---
fixes:
- |
The undercloud install now configures ironic inspector to automatically
populate the physical_network field on baremetal provisioning ports. See
bug `1870529 <https://launchpad.net/bugs/1870529>`_.