config/puppet-manifests/src
Bart Wensley d96ce5291c Allow DNS server configuration for kubernetes
In kubernetes deployments, a DNS server is required to locate
the registry servers used to download the kubernetes images.
Currently, when config_controller is run, the 8.8.8.8
nameserver is used, with no way to change it. Some users
need to specify their own name server to be used during
the execution of config_controller.

This change allows the user to specify up to three DNS
servers when running config_controller interactively or with
a config file. If using a config file, add the following
section to the config file (only one nameserver is required,
but up to three are allowed):

[DNS]
NAMESERVER_1=8.8.8.8
NAMESERVER_2=8.8.4.4
NAMESERVER_3=9.9.9.9

Change-Id: I59556138a11c6f627f45886a2da6b8a1ad9d89e1
Closes-bug: 1812449
Signed-off-by: Bart Wensley <barton.wensley@windriver.com>
2019-01-24 08:40:25 -06:00
..
bin Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
etc StarlingX open source release updates 2018-05-31 07:35:52 -07:00
hieradata Ceph for standard: Puppet functional changes 2019-01-17 18:30:12 +02:00
manifests Ceph for standard: Puppet functional changes 2019-01-17 18:30:12 +02:00
modules Allow DNS server configuration for kubernetes 2019-01-24 08:40:25 -06:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:52 -07:00