diff options
author | Markos Chandras <mchandras@suse.de> | 2018-11-07 16:31:08 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-11-08 09:23:57 +0000 |
commit | c53017fa23a3e495f8a091dd7e6be902fc966137 (patch) | |
tree | c4e5c191640e4602f09320441846a39eb426960a /xci/var | |
parent | 5810ddcaac4a7405d683216f877fc0deafefb0f1 (diff) |
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 <mchandras@suse.de>
Diffstat (limited to 'xci/var')
-rw-r--r-- | xci/var/idf.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |