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
This commit is contained in:
Colleen Murphy 2015-12-31 14:17:25 -08:00
parent 1e44e150f8
commit 2d8d30089b

View File

@ -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',