tripleo-heat-templates/releasenotes/notes/ctlplane_fixed_ip-81d14db5a01fa531.yaml
Dan Sneddon 393476fda3 Add ability to pre-assign IPs by role on ctlplane
This change adds the ability to pre-assign IP addresses
that will be used on the ctlplane network for each node.
The functionality is similar to the existing ips-from-pool
templates, but the IP will be passed to the Nova server
resource rather than a dedicated Neutron port (as happens
with the isolated networks templates). This allows for
compatibility with legacy installations for upgrades.
In testing, it also appears that the fixed IP can be
changed in a stack update, but more testing will have to
be done. Note that if an IP address is defined for
some nodes but not others, nodes without a fixed IP
will get an IP assigned automatically by Neutron.

Change-Id: I67513f54a60f5a50a2bc435099fbb2a643adc277
2018-05-18 15:42:41 -07:00

9 lines
393 B
YAML

---
features:
- |
Add ability to specify a fixed IP for the provisioning control plane
(ctlplane) network. This works similarly to the existing fixed IPs
for isolated networks, by including an environment file which includes
an IP for each node in each role that should use a fixed IP. An example
environment file is included in environments/ips-from-pool-ctlplane.yaml.