blob: 29c60e1c666e025c2696b108cc0b5f55903b5cd1 [file] [log] [blame]
cameron@onlab.us21106ea2015-07-23 15:32:51 -07001<TOPOLOGY>
2
3 <COMPONENT>
4
5 <ONOSbench>
6 <host>localhost</host>
7 <user>admin</user>
8 <password>onos_test</password>
9 <type>OnosDriver</type>
10 <connect_order>1</connect_order>
11 <COMPONENTS>
12 <home>~/onos</home>
13 <nodes>7</nodes>
14 </COMPONENTS>
15 </ONOSbench>
16
17 <ONOS1cli>
18 <host>localhost</host>
19 <user>admin</user>
20 <password>onos_test</password>
21 <type>OnosCliDriver</type>
22 <connect_order>2</connect_order>
23 <COMPONENTS> </COMPONENTS>
24 </ONOS1cli>
25
26 <ONOS2cli>
27 <host>localhost</host>
28 <user>admin</user>
29 <password>onos_test</password>
30 <type>OnosCliDriver</type>
31 <connect_order>3</connect_order>
32 <COMPONENTS> </COMPONENTS>
33 </ONOS2cli>
34
35 <ONOS3cli>
36 <host>localhost</host>
37 <user>admin</user>
38 <password>onos_test</password>
39 <type>OnosCliDriver</type>
40 <connect_order>4</connect_order>
41 <COMPONENTS> </COMPONENTS>
42 </ONOS3cli>
43
44 <ONOS4cli>
45 <host>localhost</host>
46 <user>admin</user>
47 <password>onos_test</password>
48 <type>OnosCliDriver</type>
49 <connect_order>5</connect_order>
50 <COMPONENTS> </COMPONENTS>
51 </ONOS4cli>
52
53 <ONOS5cli>
54 <host>localhost</host>
55 <user>admin</user>
56 <password>onos_test</password>
57 <type>OnosCliDriver</type>
58 <connect_order>6</connect_order>
59 <COMPONENTS> </COMPONENTS>
60 </ONOS5cli>
61
62 <ONOS6cli>
63 <host>localhost</host>
64 <user>admin</user>
65 <password>onos_test</password>
66 <type>OnosCliDriver</type>
67 <connect_order>7</connect_order>
68 <COMPONENTS> </COMPONENTS>
69 </ONOS6cli>
70
71 <ONOS7cli>
72 <host>localhost</host>
73 <user>admin</user>
74 <password>onos_test</password>
75 <type>OnosCliDriver</type>
76 <connect_order>8</connect_order>
77 <COMPONENTS> </COMPONENTS>
78 </ONOS7cli>
79
80 <ONOS1>
81 <host>OC1</host>
82 <user>sdn</user>
83 <password>rocks</password>
84 <type>OnosDriver</type>
85 <connect_order>9</connect_order>
86 <COMPONENTS> </COMPONENTS>
87 </ONOS1>
88
89 <Mininet1>
90 <host>localhost</host>
91 <user>admin</user>
92 <password>onos_test</password>
93 <type>MininetCliDriver</type>
94 <connect_order>16</connect_order>
95 <COMPONENTS>
96 <arg1> --custom ~/mininet/custom/topo-perf-1sw.py </arg1>
97 <arg2> --topo mytopo</arg2>
98 <arg3> --switch ovsk,protocols=OpenFlow13</arg3>
99 <controller> remote </controller>
100 </COMPONENTS>
101 </Mininet1>
102
103 </COMPONENT>
104
105</TOPOLOGY>
106