aboutsummaryrefslogtreecommitdiffstats
path: root/network/config/single-nic-vlans/compute.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-01 14:59:04 +0000
committerGerrit Code Review <review@openstack.org>2015-10-01 14:59:04 +0000
commit2ceb9a61111e48f3ccee68732291e40897634968 (patch)
treef1c3dc48e224d3d98d495f1b08207d87f3be69ac /network/config/single-nic-vlans/compute.yaml
parent917c03864a8a99a75fdc5ebbe7a5785ddc7ce981 (diff)
parent8f02b02278f46366956e694e20050b585a55d226 (diff)
Merge "Add DnsServers param to network config templates"
Diffstat (limited to 'network/config/single-nic-vlans/compute.yaml')
-rw-r--r--network/config/single-nic-vlans/compute.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/network/config/single-nic-vlans/compute.yaml b/network/config/single-nic-vlans/compute.yaml
index dc8d6851..4e93b31c 100644
--- a/network/config/single-nic-vlans/compute.yaml
+++ b/network/config/single-nic-vlans/compute.yaml
@@ -48,6 +48,10 @@ parameters:
ControlPlaneDefaultRoute: # Override this via parameter_defaults
description: The default route 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
@@ -64,6 +68,7 @@ resources:
type: ovs_bridge
name: {get_input: bridge_name}
use_dhcp: false
+ dns_servers: {get_param: DnsServers}
addresses:
-
ip_netmask: