diff options
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 |