From 6a10fc12d44006fd25bc8b5b1e13b6acf6739076 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 10 Aug 2017 19:52:56 -0400 Subject: [PATCH] Remove dns_servers from provider-subnet-infracloud Because of the way glean works, we don't actually need to have a DNS server setup to boot our images. In this case, it is actually problematic for centos-7, because glean overwrites our /etc/resolv.conf file. Change-Id: Ie81bc593ac3257021e0636b6c111c37e8b87b747 Signed-off-by: Paul Belanger --- manifests/controller.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/controller.pp b/manifests/controller.pp index 530d5d9..362f9e9 100644 --- a/manifests/controller.pp +++ b/manifests/controller.pp @@ -340,7 +340,6 @@ class infracloud::controller( cidr => $neutron_subnet_cidr, gateway_ip => $neutron_subnet_gateway, network_name => 'public', - dns_nameservers => ['8.8.8.8', ], allocation_pools => $neutron_subnet_allocation_pools, }