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