openmano first code upload
[osm/RO.git] / vnfs / examples / linux.yaml
1 ---\r
2 vnf:\r
3     name:        linux\r
4     description: Single-VM VNF with a traditional cloud VM based on generic Linux OS\r
5     external-connections:\r
6     -   name:              eth0\r
7         type:              bridge\r
8         VNFC:              linux-VM\r
9         local_iface_name:  eth0\r
10         description:       General purpose interface\r
11     VNFC:\r
12     -   name:        linux-VM\r
13         description: Generic Linux Virtual Machine\r
14         #Copy the image to a compute path and edit this path\r
15         VNFC image:  /path/to/imagefolder/linux.qcow2\r
16         vcpus: 1          # Only for traditional cloud VMs. Number of virtual CPUs (oversubscription is allowed).\r
17         ram: 1024         # Only for traditional cloud VMs. Memory in MBytes (not from hugepages, oversubscription is allowed)\r
18         disk: 10\r
19         bridge-ifaces:\r
20         -   name:      eth0\r
21             vpci:      "0000:00:11.0"\r
22         numas: []\r
23 \r