| --- | |
| vnf: | |
| name: linux | |
| description: Single-VM VNF with a traditional cloud VM based on generic Linux OS | |
| external-connections: | |
| - name: eth0 | |
| type: bridge | |
| VNFC: linux-VM | |
| local_iface_name: eth0 | |
| description: General purpose interface | |
| VNFC: | |
| - name: linux-VM | |
| description: Generic Linux Virtual Machine | |
| #Copy the image to a compute path and edit this path | |
| VNFC image: /path/to/imagefolder/linux.qcow2 | |
| vcpus: 1 # Only for traditional cloud VMs. Number of virtual CPUs (oversubscription is allowed). | |
| ram: 1024 # Only for traditional cloud VMs. Memory in MBytes (not from hugepages, oversubscription is allowed) | |
| disk: 10 | |
| bridge-ifaces: | |
| - name: eth0 | |
| vpci: "0000:00:11.0" | |
| numas: [] | |