RIFT OSM R1 Initial Submission
[osm/SO.git] / models / openmano / test / tidgen_ns_2sriov.yaml
1 ---
2 name:            2tidgenMWC_2sriov
3 description:     scenario with 2 tidgenMWC VNFs
4 topology:
5   nodes:
6     tidgen1:                           #VNF name
7       type:      VNF
8       VNF model: tidgenMWC_2sriov      #VNF type
9     tidgen2:
10       type:      VNF
11       VNF model: tidgenMWC_2sriov
12     default:                    #Name of external network
13       type:      external_network
14       model:     default
15   connections:
16     mgmtnet:
17       nodes:
18       -  tidgen1: eth0
19       -  tidgen2: eth0
20     datanet0: 
21       nodes:
22       -  tidgen1: xe0
23       -  tidgen2: xe0
24     datanet1: 
25       nodes:
26       -  tidgen1: xe1
27       -  tidgen2: xe1
28     control-net:
29       nodes:
30       -   default: null
31       -   tidgen1: eth1
32       -   tidgen2: eth1
33
34