summaryrefslogtreecommitdiffstats
path: root/xci/var/idf.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-06-04 20:59:38 +0100
committerMarkos Chandras <mchandras@suse.de>2018-06-06 15:17:05 +0100
commita82590eb643383127abea5dc7320445e03d7a9c2 (patch)
tree68e7a521e90d0f3466ed34a48666fa4d256a9a17 /xci/var/idf.yml
parent246029cfa3b70cb3e5678a41187b214620f6d507 (diff)
roles: bootstrap-host: Ensure DNS info from IDF is respected
We are configuring static IPs in the various nodes but we don't do anything for DNS assuming that DNS is being configured by another entity. However, the IDF file already contains DNS information for us so we should use that instead. Moreover, we update the IDF file to use the gateway as DNS instead of the Google one in order to make it more usable on restricted networks. Change-Id: Ieba58ec9558080a1296e204c4f99bae859e9daef Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/var/idf.yml')
-rw-r--r--xci/var/idf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/var/idf.yml b/xci/var/idf.yml
index 0238baed..4d743cda 100644
--- a/xci/var/idf.yml
+++ b/xci/var/idf.yml
@@ -25,7 +25,7 @@ idf:
network: 192.168.122.0
mask: 24
gateway: 192.168.122.1
- dns: 8.8.8.8
+ dns: 192.168.122.1
private:
interface: 3
network: 172.29.244.0