blob: 0163b538e6d67084d22379fa0a139a80c0770231 [file] [log] [blame]
garciadeblasedca7b32016-09-29 14:01:52 +00001##
tierno92021022018-09-12 16:29:23 +02002# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U.
garciadeblasedca7b32016-09-29 14:01:52 +00003# This file is part of openmano
4# All Rights Reserved.
5#
6# Licensed under the Apache License, Version 2.0 (the "License"); you may
7# not use this file except in compliance with the License. You may obtain
8# a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15# License for the specific language governing permissions and limitations
16# under the License.
17#
18# For those usages not covered by the Apache License, Version 2.0 please
19# contact with: nfvlabs@tid.es
20##
21---
22vnf:
23 name: linux
24 description: Single-VM VNF with a traditional cloud VM based on generic Linux OS
25 external-connections:
26 - name: eth0
27 type: bridge
28 VNFC: linux-VM
29 local_iface_name: eth0
30 description: General purpose interface
31 VNFC:
32 - name: linux-VM
33 description: Generic Linux Virtual Machine
34 #Copy the image to a compute path and edit this path
35 VNFC image: /path/to/imagefolder/linux.qcow2
36 vcpus: 1 # Only for traditional cloud VMs. Number of virtual CPUs (oversubscription is allowed).
37 ram: 1024 # Only for traditional cloud VMs. Memory in MBytes (not from hugepages, oversubscription is allowed)
38 disk: 10
39 bridge-ifaces:
40 - name: eth0
41 vpci: "0000:00:11.0"
42 numas: []