NSDs modified to set the management flag in management network. VNFDs modified to...
[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         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             vendor: ETSI
21             internal-connection-point:
22             -   id-ref: 'iface11'
23             -   id-ref: 'iface21'
24         vdu:
25         -   interface:
26             -   name: iface10
27                 type: EXTERNAL
28                 virtual-interface:
29                     type: VIRTIO
30                 external-connection-point-ref: mgmt0
31             -   name: iface11
32                 type: INTERNAL
33                 virtual-interface:
34                     type: VIRTIO
35                 internal-connection-point-ref: iface11
36             internal-connection-point:
37             -   name: iface11
38                 id: iface11
39                 type: VPORT
40             id: Ref_VM1
41             image: ref_vm1.qcow2
42             name: Ref_VM1
43             vm-flavor:
44                 memory-mb: '2048'
45                 storage-gb: '8'
46                 vcpu-count: '2'
47         -   interface:
48             -   name: iface22
49                 type: EXTERNAL
50                 virtual-interface:
51                     type: VIRTIO
52                 external-connection-point-ref: west
53             -   name: iface21
54                 type: INTERNAL
55                 virtual-interface:
56                     type: VIRTIO
57                 internal-connection-point-ref: iface21
58             internal-connection-point:
59             -   name: iface21
60                 id: iface21
61                 type: VPORT
62             id: Ref_VM2
63             image: ref_vm2.qcow2
64             name: Ref_VM2
65             vm-flavor:
66                 memory-mb: '4096'
67                 storage-gb: '16'
68                 vcpu-count: '2'
69         vendor: ETSI
70         version: '1.0'