2 # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U.
3 # This file is part of openmano
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
10 # http://www.apache.org/licenses/LICENSE-2.0
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
18 # For those usages not covered by the Apache License, Version 2.0 please
19 # contact with: nfvlabs@tid.es
24 name: insert a name for the scenario
25 description: insert a description for the scenario
26 public: false # if available for other tenants
28 vnf1: # vnf name in the scenario
29 #identify an already openmano uploaded VNF either by vnf_id (uuid, prefered) or vnf_name
30 vnf_id: fb356022-f664-11e5-a1e7-0800273e724c #prefered id method
31 #vnf_name: openmano_vnf_name #can fail if several vnfs matches this name
32 #graph: {"y":399,"x":332,"ifaces":{"left":[["xe0","d"],["xe1","d"]],"bottom":[["eth0","v"],["eth1","m"]]}}
34 vnf_name: vnf_name_2 # can fail if several vnfs matches this name
35 graph: {"y":399,"x":632,"ifaces":{"left":[["xe0","d"],["xe1","d"]],"bottom":[["eth0","v"],["eth1","m"]]}}
37 net1: # network name in the scenario
38 #optional type, deduced from interfaces
39 type: dataplane # "dataplane", "bridge"
41 interfaces: # nodes that will be connected: one or several vnfs
42 - vnf1: xe0 # First node and its interface to be connected (interfaces must match to one in the VNF descriptor)
43 - vnf2: xe0 # Second node and its interface
45 # Control plane connections must include a bridge network in the list of nodes
50 # Connections based on external networks (datacenter nets) must include the external network in the list of nodes
52 external: true #this will be connected outside