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