Add network details for k8s 93/65493/2
authorManuel Buil <mbuil@suse.com>
Thu, 29 Nov 2018 10:12:16 +0000 (11:12 +0100)
committerManuel Buil <mbuil@suse.com>
Thu, 29 Nov 2018 10:56:48 +0000 (11:56 +0100)
To read the idf when the installer is kubespray, we need the network
details too

Change-Id: Idb9b0a4338a224e146abc78690067659bc94c302
Signed-off-by: Manuel Buil <mbuil@suse.com>
xci/var/ericsson-pod2-idf.yml

index 8d20ae3..88a927e 100644 (file)
@@ -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