test_RO: Removing deprecated tests and updating some examples
[osm/RO.git] / test / RO_tests / simple_linux / vnfd_linux.yaml
1 ##
2 # Copyright 2015 Telefonica Investigacion 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 ##
21 ---
22 vnfd-catalog:
23     vnfd:
24      -  id: linux
25         name: linux
26         description: Single-VM VNF with a traditional cloud VM based on generic Linux OS
27         connection-point:
28         -   name: eth0
29             type: VPORT
30         vdu:
31         -   id: linux-VM
32             name: linux-VM
33             description: Generic Linux Virtual Machine
34             #Copy the image to a compute path and edit this path
35             image:  image_name.qcow2
36             vm-flavor:
37                   memory-mb: '1024'
38                   storage-gb: '10'
39                   vcpu-count: '1'
40             interface:
41             -   name: eth0
42                 type: EXTERNAL
43                 virtual-interface:
44                     type: VIRTIO
45                     vpci:      "0000:00:11.0"
46                 external-connection-point-ref: eth0