blob: 221256eb61ddf23fcd12d6f12feefa8d7d39f388 [file] [log] [blame]
andrewonlab8d29f122014-10-22 17:15:04 -04001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.20.10</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS> </COMPONENTS>
11 </ONOSbench>
12
13 <ONOScli>
14 <host>10.128.20.10</host>
15 <user>admin</user>
16 <password>onos_test</password>
17 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOScli>
21
22 <ONOS1>
23 <host>10.128.174.1</host>
24 <user>sdn</user>
25 <password>rocks</password>
26 <type>OnosDriver</type>
27 <connect_order>3</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS1>
30
31 <LincOE>
32 <host>10.128.10.90</host>
33 <user>admin</user>
34 <password>onos_test</password>
35 <type>LincOEDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS> </COMPONENTS>
38 </LincOE>
39
40 <Mininet1>
41 <host>10.128.10.90</host>
42 <user>admin</user>
43 <password>onos_test</password>
44 <type>MininetCliDriver</type>
45 <connect_order>5</connect_order>
46 <COMPONENTS>
47 <arg1> --custom optical.py </arg1>
48 <arg2> --arp --mac</arg2>
49 <arg3> --topo optical</arg3>
50 <controller> remote </controller>
51 </COMPONENTS>
52 </Mininet1>
53
54 </COMPONENT>
55</TOPOLOGY>