blob: ab4b1b417de6a845f3e48a5f5a80c784ecb6936c [file] [log] [blame]
Andrew809df1c2014-06-27 14:28:53 -07001<TOPOLOGY>
2
3 <COMPONENT>
4
5 <ONOS>
6 <host>192.168.56.10</host>
7 <user>onos</user>
8 <password>onos</password>
9 <type>onossanityclidriver</type>
10 <connect_order>1</connect_order>
11 <COMPONENTS>
12 </COMPONENTS>
13 </ONOS>
14
15 <Mininet>
16 <host>192.168.56.10</host>
17 <user>onos</user>
18 <password>onos</password>
19 <type>MininetCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS>
22 # Specify the Option for mininet
23 <arg1> --custom ~/mininet/custom/topo-onos1node.py </arg1>
24 <arg2> --topo mytopo --arp</arg2>
25 <controller> remote </controller>
26 </COMPONENTS>
27 </Mininet>
28
29 </COMPONENT>
30</TOPOLOGY>