From a3c0456cc14a75e96808505e670d0cab37b30abc Mon Sep 17 00:00:00 2001 From: agardner Date: Wed, 28 Mar 2018 16:06:23 -0400 Subject: JOID PDF-IDF support for intel-pod18 More info in gerrit comments. Remove joid from all other idfs other than intel/pod18 add installer: ['apex', 'compass4nfv', 'daisy', 'fuel'] where missing Change-Id: I2afc415599070e210736c5fc304f7cb150f05029 Signed-off-by: agardner --- labs/intel/idf-pod18.yaml | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) (limited to 'labs/intel/idf-pod18.yaml') diff --git a/labs/intel/idf-pod18.yaml b/labs/intel/idf-pod18.yaml index bd8c49ec..5adf23d4 100644 --- a/labs/intel/idf-pod18.yaml +++ b/labs/intel/idf-pod18.yaml @@ -8,5 +8,42 @@ --- idf: version: 0.1 - # NOTE: Fuel checking is disabled until 'idf.fuel' is defined below - installer: ['apex', 'compass4nfv', 'daisy', 'joid'] + installer: ['joid'] + net_config: + # NOTE: Network names are likely to change after the PDF spec is updated + oob: + interface: 0 + ip-range: + vlan: + admin: # admin + interface: 1 + vlan: native + network: 10.10.181.0 + mask: 24 + gateway: 10.10.181.2 + bridge: brAdm + mgmt: # data + interface: 2 + vlan: + network: 10.10.182.0 + mask: 24 + storage: # storage + interface: 3 + vlan: + network: 10.10.182.0 + mask: 24 + private: # floating + interface: + vlan: + network: 10.10.180.0 + mask: 24 + bridge: brExt + public: # public + interface: + vlan: 1183 + network: 10.10.185.0 + mask: 24 + gateway: 10.10.185.1 + dns: + - 8.8.8.8 + - 8.8.4.4 -- cgit 1.2.3-korg