diff options
author | Manuel Buil <mbuil@suse.com> | 2018-11-29 11:12:16 +0100 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2018-11-29 11:56:48 +0100 |
commit | 6c61707fcab7e9a9a67814f0a64085d6aa8756c3 (patch) | |
tree | bad3a31a8bea5e3d633e12d1ac113c3187bfdd45 /xci/var | |
parent | 2c8c96b50cc5d91592052d2b967601033519d69d (diff) |
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 <mbuil@suse.com>
Diffstat (limited to 'xci/var')
-rw-r--r-- | xci/var/ericsson-pod2-idf.yml | 21 |
1 files 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 |