inject_user_key routine fixes
[osm/RO.git] / test / RO_tests / pmp_sriov / scenario_pmp_sriov.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 schema_version:  2
23 scenario:
24   name:          p2p_sriov
25   description:   Network scenario consisting of four machines with a sr-iov interconnected between them
26   vnfs: 
27     sriov1:                   # vnf/net name in the scenario
28       vnf_name:  sriov        # VNF name as introduced in OPENMANO DB
29     sriov2:                   # vnf/net name in the scenario
30       vnf_name:  sriov        # VNF name as introduced in OPENMANO DB
31     sriov3:                   # vnf/net name in the scenario
32       vnf_name:  sriov        # VNF name as introduced in OPENMANO DB
33     sriov4:                   # vnf/net name in the scenario
34       vnf_name:  sriov        # VNF name as introduced in OPENMANO DB
35
36   networks: 
37     mgmt:                   # provide a name for this net or connection
38       external:  true
39       interfaces: 
40       - sriov1:  eth0       # Node and its interface
41       - sriov2:  eth0       # Node and its interface
42       - sriov3:  eth0       # Node and its interface
43       - sriov4:  eth0       # Node and its interface
44     dataplane:                   # provide a name for this net or connection
45       interfaces: 
46       - sriov1:  xe0       # Node and its interface
47       - sriov2:  xe0       # Node and its interface
48       - sriov3:  xe0       # Node and its interface
49       - sriov4:  xe0       # Node and its interface
50