X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=apex.git;a=blobdiff_plain;f=build%2Fnics-template.yaml.jinja2;fp=build%2Fnics-template.yaml.jinja2;h=6d1fb9c00e0534f3ec6ded74c61e08404c61f7da;hp=189654cad96766007f89332fa4de1de1e8454227;hb=ea88285a511f7aa13cff3d491e143d17188b700f;hpb=5c41b8486a46e3c86a573b7130792624b3f5ed26 diff --git a/build/nics-template.yaml.jinja2 b/build/nics-template.yaml.jinja2 index 189654ca..6d1fb9c0 100644 --- a/build/nics-template.yaml.jinja2 +++ b/build/nics-template.yaml.jinja2 @@ -9,6 +9,14 @@ parameters: default: '' description: IP address/subnet on the ctlplane network type: string + ControlPlaneStaticRoutes: + default: [] + description: > + Routes for the ctlplane network traffic. + JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}] + Unless the default is changed, the parameter is automatically resolved + from the subnet host_routes attribute. + type: json ExternalNetworkVlanID: default: 10 description: Vlan ID for the external network traffic.