blob: fbde0e14b2611be7bd3edd27d24c4a895ccb223a [file] [log] [blame]
andrewonlab92ea3672014-11-04 20:22:14 -05001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.174.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 <ONOS1cli>
14 <host>10.128.174.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 </ONOS1cli>
21
22 <ONOS2cli>
23 <host>10.128.174.10</host>
24 <user>admin</user>
25 <password>onos_test</password>
26 <type>OnosCliDriver</type>
27 <connect_order>2</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS2cli>
30
31 <ONOS3cli>
32 <host>10.128.174.10</host>
33 <user>admin</user>
34 <password>onos_test</password>
35 <type>OnosCliDriver</type>
36 <connect_order>2</connect_order>
37 <COMPONENTS> </COMPONENTS>
38 </ONOS3cli>
39
40 <ONOS1>
41 <host>10.128.174.1</host>
42 <user>admin</user>
43 <password>onos_test</password>
44 <type>OnosDriver</type>
45 <connect_order>3</connect_order>
46 <COMPONENTS> </COMPONENTS>
47 </ONOS1>
48
49 <Mininet1>
50 <host>10.128.10.90</host>
51 <user>admin</user>
52 <password>onos_test</password>
53 <type>MininetCliDriver</type>
54 <connect_order>4</connect_order>
55 <COMPONENTS>
andrewonlab8790abb2014-11-06 13:51:54 -050056 <arg1> --custom topo-intentFlower.py </arg1>
andrewonlab92ea3672014-11-04 20:22:14 -050057 <arg2> --arp --mac --topo mytopo</arg2>
58 <arg3> </arg3>
andrewonlab8790abb2014-11-06 13:51:54 -050059 <controller> remote,ip=10.128.174.1 </controller>
andrewonlab92ea3672014-11-04 20:22:14 -050060 </COMPONENTS>
61 </Mininet1>
62
63 <Mininet2>
64 <host>10.128.10.90</host>
65 <user>admin</user>
66 <password>onos_test</password>
67 <type>RemoteMininetDriver</type>
68 <connect_order>5</connect_order>
69 <COMPONENTS> </COMPONENTS>
70 </Mininet2>
71
72 </COMPONENT>
73</TOPOLOGY>