87cdfd563e36a6258c5bbcb2b3e054d7a6b45783
[osm/riftware.git] /
1 ---
2 name:            IMS-corpA
3 description:     All in one Clearwater IMS for corporation A in MWC16
4 topology: 
5   nodes: 
6     ims-corpA:                   # vnf/net name in the scenario
7       type:      VNF          # VNF, network, external_network (if it is a datacenter network)
8       VNF model: IMS-ALLIN1_2p        # VNF name as introduced in OPENMANO DB
9     net-corpA: 
10       type:      external_network # Datacenter net
11       model:     net-corp:${VLAN_CORPA_PE3}
12     net-mgmtOS: 
13       type:      external_network # Datacenter net
14       model:     net-mgmtOS
15   connections: 
16     data:                   # provide a name for this net or connection
17       nodes: 
18       -   net-corpA: null      # Datacenter net
19       -   ims-corpA: eth0       # Node and its interface
20     management:                   # provide a name for this net or connection
21       nodes: 
22       -   net-mgmtOS: null      # Datacenter net
23       -   ims-corpA: eth1       # Node and its interface
24