Revert "Removing deprecated/unused/outdated code"
[osm/RO.git] / RO / test / RO_tests / simple_linux / scenario_simple_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 nsd:nsd-catalog:
23     nsd:
24     -   id: simple
25         name: simple
26         vendor:      OSM
27         version:     '1.0'
28         description:   Simple network scenario consisting of a single VNF connected to an external network
29         constituent-vnfd:
30         # The member-vnf-index needs to be unique, starting from 1
31         # vnfd-id-ref is the id of the VNFD
32         # Multiple constituent VNFDs can be specified
33         -   member-vnf-index: 1
34             vnfd-id-ref: linux
35         vld:
36         # Networks for the VNFs
37         -   id: vld1
38             name: mgmt
39             short-name: vld1-sname
40             type: ELAN
41             mgmt-network: 'true'
42             vnfd-connection-point-ref:
43             -   member-vnf-index-ref: 1
44                 vnfd-id-ref: linux
45                 vnfd-connection-point-ref: eth0
46