Merge "switch from CLI to REST for consistency and because the CLI hates question...
[osm/devops.git] / descriptor-packages / vnfd / ref11_vnf / src / ref11_vnfd.yaml
1 vnfd:vnfd-catalog:
2     vnfd:
3     -   connection-point:
4         -   name: mgmt0
5             type: VPORT
6         -   name: west
7             type: VPORT
8         description: A simple VNF descriptor w/ VM1 and VM2
9         id: Ref_Vnf_11
10         name: Ref_VNF_11
11         short-name: Ref_VNF_11
12         internal-vld:
13         -   description: Internal VL
14             id: VL12
15             name: VL12
16             short-name: VL12
17             type: ELAN
18             vendor: ETSI
19             internal-connection-point:
20             -   id-ref: 'iface11'
21             -   id-ref: 'iface21'
22         vdu:
23         -   interface:
24             -   name: iface10
25                 type: EXTERNAL
26                 virtual-interface:
27                     type: OM-MGMT
28                 external-connection-point-ref: mgmt0
29             -   name: iface11
30                 type: INTERNAL
31                 virtual-interface:
32                     type: VIRTIO
33                 internal-connection-point-ref: iface11
34             internal-connection-point:
35             -   name: iface11
36                 id: iface11
37                 type: VPORT
38             id: Ref_VM1
39             image: ref_vm1.qcow2
40             name: Ref_VM1
41             vm-flavor:
42                 memory-mb: '2048'
43                 storage-gb: '8'
44                 vcpu-count: '2'
45         -   interface:
46             -   name: iface22
47                 type: EXTERNAL
48                 virtual-interface:
49                     type: VIRTIO
50                 external-connection-point-ref: west
51             -   name: iface21
52                 type: INTERNAL
53                 virtual-interface:
54                     type: VIRTIO
55                 internal-connection-point-ref: iface21
56             internal-connection-point:
57             -   name: iface21
58                 id: iface21
59                 type: VPORT
60             id: Ref_VM2
61             image: ref_vm2.qcow2
62             name: Ref_VM2
63             vm-flavor:
64                 memory-mb: '4096'
65                 storage-gb: '16'
66                 vcpu-count: '2'
67         vendor: ETSI
68         version: '1.0'