Merge "Support network isolation without external nets"
[apex-tripleo-heat-templates.git] / network / config / single-nic-vlans / controller.yaml
index c0f4132..3c536d6 100644 (file)
@@ -57,6 +57,10 @@ parameters:
     default: '24'
     description: The subnet CIDR of the control plane network.
     type: string
+  DnsServers: # Override this via parameter_defaults
+    default: []
+    description: A list of DNS servers (2 max for some implementations) that will be added to resolv.conf.
+    type: comma_delimited_list
   EC2MetadataIp: # Override this via parameter_defaults
     description: The IP address of the EC2 metadata server.
     type: string
@@ -73,6 +77,7 @@ resources:
               type: ovs_bridge
               name: {get_input: bridge_name}
               use_dhcp: false
+              dns_servers: {get_param: DnsServers}
               addresses:
                 -
                   ip_netmask: