tripleo-heat-templates/releasenotes/notes/add-interface-routes-in-nic-configs-1628993fcaf6095c.yaml
Dan Sneddon f5f6553797 Add per-network routes to NIC templates
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
2018-07-30 09:53:30 +02:00

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'}]