42b0bc930a
Change: I692fcc4a494b2cda1911814a53a0c6ec2f99f807 in python-tripleoclient added support to define host routes for the subnets in undercloud.conf. Update the undercloud ctlplane network post script so that it add's these routes to the host_routes property of the undercloud ctlplane subnets. THT already uses the data in the subnets host_routes, it is passed as ControlPlaneStaticRoutes to NetworkConfig unless ControlPlaneStaticRoutes was statically overriden in the environment. Closes-Bug: #1819464 Depends-On: I692fcc4a494b2cda1911814a53a0c6ec2f99f807 Change-Id: I46b7c7175f542ad4d375a20f133c05064e7b7222
13 lines
431 B
YAML
13 lines
431 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.
|
|
|