From 6c61707fcab7e9a9a67814f0a64085d6aa8756c3 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 29 Nov 2018 11:12:16 +0100 Subject: Add network details for k8s To read the idf when the installer is kubespray, we need the network details too Change-Id: Idb9b0a4338a224e146abc78690067659bc94c302 Signed-off-by: Manuel Buil --- xci/var/ericsson-pod2-idf.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/xci/var/ericsson-pod2-idf.yml b/xci/var/ericsson-pod2-idf.yml index 8d20ae34..88a927e6 100644 --- a/xci/var/ericsson-pod2-idf.yml +++ b/xci/var/ericsson-pod2-idf.yml @@ -92,8 +92,25 @@ idf: node3: node2 node4: master2 node5: master3 - - + network: + # network mapping + network_mapping: + # Management network used by installer components to communicate + net-mgmt: admin + # Storage Network + net-storage: storage + # Internal network for communication between VNF + net-internal: private + # Public network for VNF remote acces (ext-net in Openstack) + net-vnf: public + deployment_host_interfaces: + # Ordered-list, index should be in sync with interface index in PDF + - 'ens1f1' #should be eno49 but it is currently broken + - 'ens1f0' + - 'ens1f1' + - 'ens2f0' + - 'ens2f1' + xci: pod_name: pod1 net_config: *net_config -- cgit 1.2.3-korg