blob: 1ee0ac33f9cce6da44bd043cbbf35b37d3a9240d [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001<TOPOLOGY>
2
3 <COMPONENT>
4 <Zookeeper1>
5 <host>10.128.4.26</host>
6 <user>admin</user>
timlindberg44058e82013-08-07 16:34:57 +00007 <password></password>
adminbae64d82013-08-01 10:50:15 -07008 <type>ZookeeperCliDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 </COMPONENTS>
12 </Zookeeper1>
13
14 <Cassandra1>
15 <host>10.128.4.26</host>
16 <user>admin</user>
timlindberg44058e82013-08-07 16:34:57 +000017 <password></password>
adminbae64d82013-08-01 10:50:15 -070018 <type>CassandraCliDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS>
21 </COMPONENTS>
22 </Cassandra1>
23
24 <ONOS1>
25 <host>10.128.4.26</host>
26 <user>admin</user>
timlindberg44058e82013-08-07 16:34:57 +000027 <password></password>
adminbae64d82013-08-01 10:50:15 -070028 <type>OnosCliDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS>
31
32 </COMPONENTS>
33 </ONOS1>
34
35 <Mininet1>
36 <host>10.128.4.26</host>
37 <user>admin</user>
timlindberg44058e82013-08-07 16:34:57 +000038 <password></password>
adminbae64d82013-08-01 10:50:15 -070039 <type>MininetCliDriver</type>
40 <connect_order>4</connect_order>
41 <COMPONENTS>
42 # Specify the Option for mininet
43 <arg1> --custom ~/mininet/custom/topo-2sw-2host.py </arg1>
44 <arg2> --topo mytopo</arg2>
45 <controller> remote </controller>
46 </COMPONENTS>
47 </Mininet1>
48
49 </COMPONENT>
50</TOPOLOGY>