2 Commits

Author SHA1 Message Date
Bob Fournier
32ae3ff0d1 Remove invalid comment in ips-from-pool-ctlplane
This comment provides invalid instructions when using this template.

Change-Id: I9ab2ce907a26a8cdc3881a48be2f95b8053bb48b
2018-12-10 10:14:27 -05:00
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