| garciadeblas | 77f648f | 2016-05-06 15:26:33 +0200 | [diff] [blame] | 1 | ##
|
| 2 | # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U.
|
| 3 | # 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 | ##
|
| tierno | 7edb675 | 2016-03-21 17:37:52 +0100 | [diff] [blame] | 21 | ---
|
| 22 | vnf:
|
| 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: []
|
| 43 |
|