diff options
author | Manuel Buil <mbuil@suse.com> | 2018-10-08 18:14:06 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2018-10-12 22:34:45 +0200 |
commit | 3c4f0f674393efc212434f8a3cb2820badeb0390 (patch) | |
tree | b9590eb74b6f15d5fc8d8c5ef76685fa69b20de3 /xci/var | |
parent | dd7fb5f6ac6dc11027f3d916deaa86504f489197 (diff) |
Fix idf for k8s
deploy-scenario:k8-calico-nofeature
installer-type:kubespray
Change-Id: If1c9f5908f39f9c09efb86e27a3f3883b4cd75b9
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/var')
-rw-r--r-- | xci/var/idf.yml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |