d96ce5291c
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> |
||
---|---|---|
.. | ||
centos | ||
configutilities | ||
.gitignore | ||
PKG-INFO |