cb3185274a
When network booting with DHCPv6-stateful we cannot control the CLID/IAID used by the different clients, UEFI, iPXE, Ironic IPA etc. Multiple IP address reservation is required in the DHCPv6 server to avoid NoAddrsAvail issues. A new option to control the number of addresses to allocate for IPv6 stateful ports created by Ironic for provisioning, cleaning, rescuing etc is added. Story: 2007315 Task: 38820 Change-Id: I8c595830b8c7974c651a9e524b57a6540e4f3d1f
10 lines
336 B
YAML
10 lines
336 B
YAML
---
|
|
features:
|
|
- |
|
|
For baremetal operations on DHCPv6-stateful networks multiple IPv6
|
|
addresses can now be allocated for neutron ports created for provisioning,
|
|
cleaning, rescue or inspection. The new parameter
|
|
``[neutron]/dhcpv6_stateful_address_count`` controls the number of addresses
|
|
to allocate (Default: 4).
|
|
|