blob: a17ae483dbcb0fce82f921dca2a1f595801df275 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOS1>
5 <host>10.128.4.26</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosCliDriver</type>
9 <connect_order>3</connect_order>
10 <COMPONENTS>
11
12 </COMPONENTS>
13 </ONOS1>
14
15 <!--
16 <Zookeeper1>
17 <host>10.128.4.26</host>
18 <user>admin</user>
19 <password>onos_test</password>
20 <type>ZookeeperCliDriver</type>
21 <connect_order>1</connect_order>
22 <COMPONENTS>
23 </COMPONENTS>
24 </Zookeeper1>
25
26 <Cassandra1>
27 <host>10.128.4.26</host>
28 <user>admin</user>
29 <password>onos_test</password>
30 <type>CassandraCliDriver</type>
31 <connect_order>2</connect_order>
32 <COMPONENTS>
33 </COMPONENTS>
34 </Cassandra1>
35
36 <Mininet1>
37 <host>10.128.4.26</host>
38 <user>admin</user>
39 <password>onos_test</password>
40 <type>MininetCliDriver</type>
41 <connect_order>4</connect_order>
42 <COMPONENTS>
43 # Specify the Option for mininet
44 <arg1> --custom ~/mininet/custom/topo-2sw-2host.py </arg1>
45 <arg2> --topo mytopo</arg2>
46 <controller> remote </controller>
47 </COMPONENTS>
48 </Mininet1>
49 -->
50
51 </COMPONENT>
52</TOPOLOGY>