Add init loop in prometheus sidecar container
[osm/devops.git] / descriptor-packages / vnfd / ref21_vnf / src / ref21_vnfd.yaml
1 vnfd-catalog:
2     vnfd:
3     -   connection-point:
4         -   name: mgmt
5
6         -   name: data
7
8         description: A simple VNF descriptor w/ one VDU
9         id: Ref_Vnf_21
10         name: Ref_Vnf_21
11         short-name: Ref_Vnf_21
12         mgmt-interface:
13             cp: mgmt
14         vdu:
15         -   interface:
16             -   name: iface50
17                 type: EXTERNAL
18                 virtual-interface:
19                     type: PARAVIRT
20                 external-connection-point-ref: mgmt
21             -   name: iface51
22                 type: EXTERNAL
23                 virtual-interface:
24                     type: PARAVIRT
25                 external-connection-point-ref: data
26             id: ref_vm21
27             image: ref_vm21.qcow2
28             name: Ref_VM_5
29             vm-flavor:
30                 memory-mb: '1024'
31                 storage-gb: '16'
32                 vcpu-count: '1'
33         vendor: ETSI
34         version: '1.0'