Revert "Full Juju Charm support"
[osm/SO.git] / models / openmano / test / tidgen_vnf_2sriov_no_ctrlnet.yaml
1 ---
2 vnf:
3     name:        tidgenMWC_2sriov_no_ctrlnet
4     description: tidgen for MWC2016; 12G 10 cores
5     class:       TID
6     external-connections:
7     -   name:              eth0
8         type:              bridge
9         VNFC:              tidgenMWC-VM
10         local_iface_name:  eth0
11         description:       Bridge interface, request for dhcp
12     -   name:              xe0
13         type:              data
14         VNFC:              tidgenMWC-VM
15         local_iface_name:  xe0
16         description:       Data interface 1
17     -   name:              xe1
18         type:              data
19         VNFC:              tidgenMWC-VM
20         local_iface_name:  xe1
21         description:       Data interface 2
22     VNFC:                              # Virtual machine array
23     -   name:        tidgenMWC-VM       # name of Virtual Machine
24         disk: 10
25         description: tidgen for MWC 12G 10 cores
26         # VNFC image: /mnt/powervault/virtualization/vnfs/tid/tidgenMWC.qcow2
27         VNFC image: tidgenMWC
28         image metadata: {"use_incremental": "no" }  #is already incremental
29         processor:                     #Optional, leave it
30             model: Intel(R) Xeon(R) CPU E5-4620 0 @ 2.20GHz
31             features: ["64b", "iommu", "lps", "tlbps", "hwsv", "dioc", "ht"]
32         hypervisor:                    #Optional, leave it
33             type: QEMU-kvm
34             version: "10002|12001|2.6.32-358.el6.x86_64"
35         numas:
36         -   paired-threads: 5          # "cores", "paired-threads", "threads"
37             memory:         12         # GBytes
38             interfaces:
39             -   name:      xe0
40                 vpci:      "0000:00:10.0"
41                 dedicated: "no"         # "yes"(passthrough), "no"(sriov)
42                 bandwidth: 10 Gbps
43             -   name:      xe1
44                 vpci:      "0000:00:11.0"
45                 dedicated: "no"
46                 bandwidth: 10 Gbps
47         bridge-ifaces:
48         -   name:      eth0
49             vpci:      "0000:00:0a.0"
50             bandwidth: 1 Mbps