cirros test code changes for VCD
[osm/devops.git] / descriptor-packages / vnfd / ref11_vnf / src / ref11_vnfd.yaml
1 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         mgmt-interface:
13             cp: mgmt0
14         internal-vld:
15         -   description: Internal VL
16             id: VL12
17             name: VL12
18             short-name: VL12
19             type: ELAN
20             internal-connection-point:
21             -   id-ref: 'iface11'
22             -   id-ref: 'iface21'
23         vdu:
24         -   interface:
25             -   name: iface10
26                 type: EXTERNAL
27                 virtual-interface:
28                     type: VIRTIO
29                 external-connection-point-ref: mgmt0
30             -   name: iface11
31                 type: INTERNAL
32                 virtual-interface:
33                     type: VIRTIO
34                 internal-connection-point-ref: iface11
35             internal-connection-point:
36             -   name: iface11
37                 id: iface11
38                 type: VPORT
39             id: Ref_VM1
40             image: ref_vm1.qcow2
41             name: Ref_VM1
42             vm-flavor:
43                 memory-mb: '2048'
44                 storage-gb: '8'
45                 vcpu-count: '2'
46         -   interface:
47             -   name: iface22
48                 type: EXTERNAL
49                 virtual-interface:
50                     type: VIRTIO
51                 external-connection-point-ref: west
52             -   name: iface21
53                 type: INTERNAL
54                 virtual-interface:
55                     type: VIRTIO
56                 internal-connection-point-ref: iface21
57             internal-connection-point:
58             -   name: iface21
59                 id: iface21
60                 type: VPORT
61             id: Ref_VM2
62             image: ref_vm2.qcow2
63             name: Ref_VM2
64             vm-flavor:
65                 memory-mb: '4096'
66                 storage-gb: '16'
67                 vcpu-count: '2'
68         vendor: ETSI
69         version: '1.0'