Revert "Full Juju Charm support"
[osm/SO.git] / models / openmano / test / tidgen_vnf_4sriov_no_ctrlnet.yaml
1 ---
2 vnf:
3     name:        tidgenMWC_4sriov_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     -   name:              xe2
23         type:              data
24         VNFC:              tidgenMWC-VM
25         local_iface_name:  xe2
26         description:       Data interface 3
27     -   name:              xe3
28         type:              data
29         VNFC:              tidgenMWC-VM
30         local_iface_name:  xe3
31         description:       Data interface 4
32     VNFC:                              # Virtual machine array
33     -   name:        tidgenMWC-VM       # name of Virtual Machine
34         disk: 10
35         description: tidgen for MWC 12G 10 cores
36         # VNFC image: /mnt/powervault/virtualization/vnfs/tid/tidgenMWC.qcow2
37         VNFC image: tidgenMWC
38         image metadata: {"use_incremental": "no" }  #is already incremental
39         processor:                     #Optional, leave it
40             model: Intel(R) Xeon(R) CPU E5-4620 0 @ 2.20GHz
41             features: ["64b", "iommu", "lps", "tlbps", "hwsv", "dioc", "ht"]
42         hypervisor:                    #Optional, leave it
43             type: QEMU-kvm
44             version: "10002|12001|2.6.32-358.el6.x86_64"
45         numas:
46         -   paired-threads: 5          # "cores", "paired-threads", "threads"
47             memory:         12         # GBytes
48             interfaces:
49             -   name:      xe0
50                 vpci:      "0000:00:10.0"
51                 dedicated: "no"         # "yes"(passthrough), "no"(sriov)
52                 bandwidth: 10 Gbps
53             -   name:      xe1
54                 vpci:      "0000:00:11.0"
55                 dedicated: "no"
56                 bandwidth: 10 Gbps
57             -   name:      xe2
58                 vpci:      "0000:00:12.0"
59                 dedicated: "no"         # "yes"(passthrough), "no"(sriov)
60                 bandwidth: 10 Gbps
61             -   name:      xe3
62                 vpci:      "0000:00:13.0"
63                 dedicated: "no"
64                 bandwidth: 10 Gbps
65         bridge-ifaces:
66         -   name:      eth0
67             vpci:      "0000:00:0a.0"    # Optional
68             bandwidth: 1 Mbps          # Optional, informative only