Merge "Add better status messages"
[osm/devops.git] / descriptor-packages / vnfd / ubuntu_epa_virtio_vnf / src / ubuntu_epa_virtio_vnfd.yaml
1 vnfd: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             vdu-id: ubuntu_epa_virtio_vnf-VM
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                 virtual-interface:
37                     type: OM-MGMT
38                     bandwidth: '0'
39                     vpci: 0000:00:0a.0
40                 external-connection-point-ref: eth0
41             host-epa:
42                 om-cpu-model-string: "Intel(R) Xeon(R) CPU E5-4620 0 @ 2.20GHz"
43                 om-cpu-feature:
44                 -   feature: "64b"
45                 -   feature: "iommu"
46                 -   feature: "lps"
47                 -   feature: "tlbps"
48                 -   feature: "hwsv"
49                 -   feature: "dioc"
50                 -   feature: "ht"
51             guest-epa:
52                 numa-node-policy:
53                     node:
54                     -   id: 0
55                         paired-threads:
56                             num-paired-threads: 1
57                     mem-policy: "STRICT"
58                     node-cnt: 1
59                 mempage-size: "LARGE"
60                 cpu-pinning-policy: "DEDICATED"
61                 cpu-thread-pinning-policy: "PREFER"
62             hypervisor-epa:
63                 version: "10002|12001|2.6.32-358.el6.x86_64"
64                 type: "REQUIRE_KVM"
65
66         connection-point:
67             -   name: eth0
68                 type: VPORT