Fixes incompatible python-docker package
[apex.git] / build / nics-template.yaml.jinja2
index 189654c..6d1fb9c 100644 (file)
@@ -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.