034778b6a8
Add new option 'host_routes' to the subnet definitions for the ctlplane network in undercloud.conf. Routes defined for the local subnet will be appended to the THT parameter 'ControlPlaneStaticRoutes'. The net-config template for the undercloud will ensure these routes are configured on the undercloud. Routes are also added to UndercloudCtlplaneSubnets parameter used by the undercloud to create the ctlplane network and subnets. In THT change: I46b7c7175f542ad4d375a20f133c05064e7b7222 this new data is used so that the host routes are configured for the neutron ctlplane subnets. Related-Bug: #1819464 Change-Id: I692fcc4a494b2cda1911814a53a0c6ec2f99f807
12 lines
428 B
YAML
12 lines
428 B
YAML
---
|
|
features:
|
|
- |
|
|
A new option ``host_routes`` are now available for subnet defenitions in
|
|
``undercloud.conf``.
|
|
|
|
- Host routes specified for the *local_subnet* will be added to
|
|
the routing table on the Undercloud.
|
|
- Host routes for all subnets are passed to tripleo-heat-templates so that
|
|
the *host_routes* property of the ctlplane subnets are set accordingly
|
|
when installing the Undercloud.
|