From c53017fa23a3e495f8a091dd7e6be902fc966137 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 7 Nov 2018 16:31:08 +0000 Subject: xci: bifrost: Respect IDF DNS details during node configuration The IDF files contain DNS information so we should respect that when we configure the various XCI nodes. The DNS information is also a list instead of a string so treat it as such. Change-Id: I1c4d5eb600baaca35b2838dcafa7a75e59bf6783 Signed-off-by: Markos Chandras --- xci/var/idf.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xci/var/idf.yml') diff --git a/xci/var/idf.yml b/xci/var/idf.yml index 7f20c3bf..aa4edd93 100644 --- a/xci/var/idf.yml +++ b/xci/var/idf.yml @@ -29,7 +29,8 @@ idf: network: 192.168.122.0 mask: 24 gateway: 192.168.122.1 - dns: 192.168.122.1 + dns: + - 192.168.122.1 private: interface: 3 network: 172.29.244.0 -- cgit 1.2.3-korg