blob: f55162ce4f84e69b3efd1fc17e77d17a0af6400a [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>
7 <password>onos_test</password>
8 <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>
17 <password>onos_test</password>
18 <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>
27 <password>onos_test</password>
28 <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>
38 <password>onos_test</password>
39 <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>