Merge "switch from CLI to REST for consistency and because the CLI hates question...
[osm/devops.git] / descriptor-packages / vnfd / ref22_vnf / src / ref22_vnfd.yaml
1 vnfd:vnfd-catalog:
2     vnfd:
3     -   connection-point:
4         -   name: mgmt
5             type: VPORT
6         -   name: west
7             type: VPORT
8         -   name: east
9             type: VPORT
10         description: A simple VNF descriptor w/ one VDU
11         id: Ref_Vnf_22
12         name: Ref_VNF_22
13         short-name: Ref_VNF_22
14         vdu:
15         -   interface:
16             -   name: iface60
17                 type: EXTERNAL
18                 virtual-interface:
19                     type: OM-MGMT
20                 external-connection-point-ref: mgmt
21             -   name: iface61
22                 type: EXTERNAL
23                 virtual-interface:
24                     type: PCI-PASSTHROUGH
25                 external-connection-point-ref: west
26             -   name: iface62
27                 type: EXTERNAL
28                 virtual-interface:
29                     type: SR-IOV
30                 external-connection-point-ref: east
31             id: abd6831e-f811-4580-9aad-1de9c6424180
32             image: ref_vm22.qcow2
33             name: Ref_VM6
34             guest-epa:
35                 cpu-pinning-policy: DEDICATED
36                 mempage-size: "LARGE"
37             vm-flavor:
38                 memory-mb: '1024'
39                 storage-gb: '16'
40                 vcpu-count: '1'
41         vendor: ETSI
42         version: '1.0'