Add init loop in prometheus sidecar container
[osm/devops.git] / descriptor-packages / vnfd / dns_aws_vnfd / src / dns_aws_vnfd.yaml
1 vnfd-catalog:
2     vnfd:
3     -   connection-point:
4         -   name: eth0
5
6         description: Simple VNF example with a DNS forwarder
7         id: dns_forwarder
8         logo: dns.jpg
9         mgmt-interface:
10             cp: eth0
11         name: dns_forwarder
12         service-function-chain: UNAWARE
13         short-name: dns_forwarder
14         vdu:
15         -   count: '1'
16             description: dns_forwarder-VM
17             interface:
18             -   name: eth0
19                 type: EXTERNAL
20                 virtual-interface:
21                     bandwidth: '0'
22                     type: PARAVIRT
23                     vpci: 0000:00:0a.0
24                 external-connection-point-ref: eth0
25             guest-epa:
26                 cpu-pinning-policy: ANY
27             id: dns_forwarder-VM
28             image: ubuntu/images/hvm-ssd/ubuntu-zesty-17.04-amd64-server-20170619.1
29             cloud-init-file: cloud_init.cfg
30             name: dns_forwarder-VM
31             supplemental-boot-data:
32                 boot-data-drive: 'false'
33             vm-flavor:
34                 memory-mb: '1024'
35                 storage-gb: '1'
36                 vcpu-count: '1'
37         vendor: OSM
38         version: '1.0'