f5f6553797
This change adds a new {{network.name}}InterfaceRoutes parameter to network config templates. It takes a list of routes i.e: [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}] Co-Authored-By: Harald Jensås <hjensas@redhat.com> Partial: blueprint tripleo-routed-networks-templates Depends-On: Ifc5aad7a154c33488a7613c8ee038c92ee6cb1a7 Change-Id: I90aea46d3addab9792c7c9d4feff5c5f61520b9b
9 lines
305 B
YAML
9 lines
305 B
YAML
---
|
|
features:
|
|
- |
|
|
New parameter ``{{network.name}}InterfaceRoutes`` in network config
|
|
templates. Routes specified is configured on the overcloud node network
|
|
interfaces. The parameter takes a list of routes in JSON. For example::
|
|
|
|
[{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|