cf43bf207791f69d3a25f49d95f642c139e06671
[osm/riftware.git] /
1 vnfd:vnfd-catalog:
2     vnfd:
3     -   id: gw_corpA_PE2
4         name: gw_corpA_PE2
5         short-name: gw_corpA_PE2
6         description: gw_corpA_PE2
7         mgmt-interface:
8             vdu-id: gw_corpA_PE2-VM
9         connection-point:
10         -   name: eth0
11             type: VPORT
12         -   name: eth1
13             type: VPORT
14         -   name: xe0
15             type: VPORT
16         vdu:
17         -   id: gw_corpA_PE2-VM
18             name: gw_corpA_PE2-VM
19             description: gw_corpA_PE2-VM
20             image: /mnt/powervault/virtualization/vnfs/demos/mwc2016/gw_corpA_PE2.qcow2
21             mgmt-vpci: 0000:00:0a.0
22             vm-flavor:
23                 memory-mb: '4096'
24                 storage-gb: '10'
25                 vcpu-count: '2'
26             external-interface:
27             -   name: eth0
28                 virtual-interface:
29                     bandwidth: '0'
30                     type: VIRTIO
31                     vpci: 0000:00:0a.0
32                 vnfd-connection-point-ref: eth0
33             -   name: eth1
34                 virtual-interface:
35                     bandwidth: '0'
36                     type: OM-MGMT
37                     vpci: 0000:00:0b.0
38                 vnfd-connection-point-ref: eth1
39             -   name: xe0
40                 virtual-interface:
41                     bandwidth: '10000000000'
42                     type: PCI-PASSTHROUGH
43                     vpci: '0000:00:10.0'
44                 vnfd-connection-point-ref: xe0
45             guest-epa:
46                 cpu-pinning-policy: DEDICATED
47                 cpu-thread-pinning-policy: PREFER
48                 mempage-size: LARGE
49                 numa-node-policy:
50                     mem-policy: STRICT
51                     node:
52                     -   id: '0'
53                         paired-threads:
54                             num-paired-threads: '1'
55                     node-cnt: '1'