From 2d8d30089b6619667daae8bc5571604ade4aea8b Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Thu, 31 Dec 2015 14:17:25 -0800 Subject: [PATCH] Specify the dns nameserver for the subnet If not specified, the DNS server will default to the beginning of the allocation pool, which does not actually have a DNS server running on it. Change-Id: I55d309077f9f60830baafdb1711d95a582afe366 --- manifests/controller.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/controller.pp b/manifests/controller.pp index 11ce4b0..a45c1c3 100644 --- a/manifests/controller.pp +++ b/manifests/controller.pp @@ -258,6 +258,7 @@ class infracloud::controller( cidr => '15.184.52.0/22', gateway_ip => '15.184.52.1', network_name => 'public', + dns_nameservers => ['8.8.8.8'], allocation_pools => [ 'start=15.184.53.2,end=15.184.53.254', 'start=15.184.54.2,end=15.184.54.254',