0a7f30f9cf4999bc8b0ce9923fd9efd6dfff96cd
[osm/devops.git] / descriptor-packages / vnfd / ubuntu_epa_virtio_vnf / src / ubuntu_epa_virtio_vnfd.yaml
1 vnfd-catalog:
2     vnfd:
3     -   id: ubuntu_epa_virtio_vnf
4         name: ubuntu_epa_virtio_vnf
5         short-name: ubuntu_epa_virtio
6         description: VNF based on Ubuntu 16.04 LTS with EPA, 1 virtio interface and user osm
7         vendor: OSM
8         version: '1.0'
9
10         # Place the logo as png in icons directory and provide the name here
11         logo: ubuntu-logo14.png
12
13         # Management interface
14         mgmt-interface:
15             cp: eth0
16
17         # Atleast one VDU need to be specified
18         vdu:
19         -   id: ubuntu_epa_virtio_vnf-VM
20             name: ubuntu_epa_virtio_vnf-VM
21             description: ubuntu_epa_virtio_vnf-VM
22             count: 1
23
24             # Flavour of the VM to be instantiated for the VDU
25             vm-flavor:
26                 memory-mb: 2048
27                 storage-gb: 10
28
29             # Image including the full path
30             image: 'ubuntu1604'
31
32             interface:
33             # Specify the external interfaces
34             # There can be multiple interfaces defined
35             -   name: eth0
36                 type: EXTERNAL
37                 virtual-interface:
38                     type: PARAVIRT
39                     bandwidth: '0'
40                     vpci: 0000:00:0a.0
41                 external-connection-point-ref: eth0
42             host-epa:
43                 om-cpu-model-string: "Intel(R) Xeon(R) CPU E5-4620 0 @ 2.20GHz"
44                 om-cpu-feature:
45                 -   feature: "64b"
46                 -   feature: "iommu"
47                 -   feature: "lps"
48                 -   feature: "tlbps"
49                 -   feature: "hwsv"
50                 -   feature: "dioc"
51                 -   feature: "ht"
52             guest-epa:
53                 numa-node-policy:
54                     node:
55                     -   id: 0
56                         paired-threads:
57                             num-paired-threads: 1
58                     mem-policy: "STRICT"
59                     node-cnt: 1
60                 mempage-size: "LARGE"
61                 cpu-pinning-policy: "DEDICATED"
62                 cpu-thread-pinning-policy: "PREFER"
63             hypervisor-epa:
64                 version: "10002|12001|2.6.32-358.el6.x86_64"
65                 type: "REQUIRE_KVM"
66
67         connection-point:
68             -   name: eth0
69