diff options
author | Dan Radez <dradez@redhat.com> | 2016-05-31 12:34:15 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-06-08 09:18:22 -0400 |
commit | 620939453658f89394a59979f7f6c8c0e1c8e836 (patch) | |
tree | f4e0fafb4595535e4fd2ebe9027064c5c12d132f /config/network | |
parent | 5c9c130fb9d6609ac1f0ebbf6945e63667c6b168 (diff) |
Enabling DNS server assignment in entwork settings
Change-Id: Ibb30129ca52392cd152b6af61e0545ba47153bda
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'config/network')
-rw-r--r-- | config/network/network_settings.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/network/network_settings.yaml b/config/network/network_settings.yaml index 88bb3b58..5614c64d 100644 --- a/config/network/network_settings.yaml +++ b/config/network/network_settings.yaml @@ -19,6 +19,9 @@ # See short description of the networks in the comments below. # +# DNS Servers for all nodes, comma delimited list +dns_servers: ["8.8.8.8", "8.8.4.4"] + # "admin" is the short name for Control Plane Network. # During OPNFV deployment it is used for node provisioning so # PXE boot should be enabled for the related interfaces on all |