59ce59304d
Support for predictable IP addressing added to the default port templates in Rocky. Let's stop using the from_pool fake port templates, and instead use neutron ports for predictable IP's. Using neutron ports add's value by: - adding validations - ensure no allocation conflicts I.e if you forget to include the environment file on a stack update/scale neutron won't pick a conflicting address etc. The template (network/ports/port_from_pool.j2) to create the fake port is required by the undercloud. Operators can still use that if they want to not use neutron for some reason. Closes-Bug: #1866215 Change-Id: I4af2cb715dc5389821671aab9312a85d402f3215
14 lines
291 B
YAML
14 lines
291 B
YAML
parameter_defaults:
|
|
ControllerIPs:
|
|
# Each controller will get an IP from the lists below, first controller, first IP
|
|
external:
|
|
- 10.0.0.251
|
|
internal_api:
|
|
- 172.16.2.251
|
|
storage:
|
|
- 172.16.1.251
|
|
storage_mgmt:
|
|
- 172.16.3.251
|
|
tenant:
|
|
- 172.16.0.251
|