65e0546dcca1fa5190cd19b1d9453b74de8ffa1b
[osm/riftware.git] /
1 #
2 #    Copyright 2016 RIFT.IO Inc
3 #
4 #    Licensed under the Apache License, Version 2.0 (the "License");
5 #    you may not use this file except in compliance with the License.
6 #    You may obtain a copy of the License at
7 #
8 #        http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #    Unless required by applicable law or agreed to in writing, software
11 #    distributed under the License is distributed on an "AS IS" BASIS,
12 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #    See the License for the specific language governing permissions and
14 #    limitations under the License.
15 #
16 name: mwc16_traffic_generator
17 description: Traffic generator connected to the demo environment
18 topology:
19   nodes:
20     mwc16gen__1:
21       type: VNF
22       VNF model: mwc16gen
23     mwc:
24       type: external_network
25       model: mwc
26     mgmt:
27       type: external_network
28       model: mgmt
29     mwc16data1:
30       type: external_network
31       model: "mwc16data1:3000"
32     mwc16data2:
33       type: external_network
34       model: "mwc16data2:3000"
35   connections:
36     connection 0:
37       type: link
38       nodes:
39         - mwc: "0"
40         - mwc16gen__1: eth0
41     connection 1:
42       type: link
43       nodes:
44         - mgmt: "0"
45         - mwc16gen__1: eth1
46     connection 2:
47       type: link
48       nodes:
49         - mwc16data1: "0"
50         - mwc16gen__1: xe0
51     connection 3:
52       type: link
53       nodes:
54         - mwc16data2: "0"
55         - mwc16gen__1: xe2
56