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