From 3c4f0f674393efc212434f8a3cb2820badeb0390 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 8 Oct 2018 18:14:06 +0200 Subject: Fix idf for k8s deploy-scenario:k8-calico-nofeature installer-type:kubespray Change-Id: If1c9f5908f39f9c09efb86e27a3f3883b4cd75b9 Signed-off-by: Manuel Buil --- xci/var/idf.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'xci/var') diff --git a/xci/var/idf.yml b/xci/var/idf.yml index 628e1b8c..7f20c3bf 100644 --- a/xci/var/idf.yml +++ b/xci/var/idf.yml @@ -84,6 +84,17 @@ idf: node3: node2 node4: master2 node5: master3 + network: + # network mapping + network_mapping: + # Management network used by installer components to communicate + net-mgmt: mgmt + # 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 xci: pod_name: vpod1 net_config: *net_config -- cgit