blob: 8205d2f9c0a3abc11663933f4350f509d8de4b2b [file] [log] [blame]
Hari Krishnaa43d4e92014-12-19 13:22:40 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
Hari Krishna0ce0e152015-06-23 09:55:29 -07005 <host>10.128.40.40</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -08006 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
Hari Krishnab35c6d02015-03-18 11:13:51 -070010 <COMPONENTS>
Hari Krishna0ce0e152015-06-23 09:55:29 -070011 <home>~/ONOS</home>
Hari Krishnab35c6d02015-03-18 11:13:51 -070012 </COMPONENTS>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080013 </ONOSbench>
14
15 <ONOScli1>
Hari Krishna0ce0e152015-06-23 09:55:29 -070016 <host>10.128.40.40</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080017 <user>admin</user>
18 <password>onos_test</password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS> </COMPONENTS>
22 </ONOScli1>
23
24 <ONOScli2>
Hari Krishna0ce0e152015-06-23 09:55:29 -070025 <host>10.128.40.40</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080026 <user>admin</user>
27 <password>onos_test</password>
28 <type>OnosCliDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS> </COMPONENTS>
31 </ONOScli2>
32
33 <ONOScli3>
Hari Krishna0ce0e152015-06-23 09:55:29 -070034 <host>10.128.40.40</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080035 <user>admin</user>
36 <password>onos_test</password>
37 <type>OnosCliDriver</type>
38 <connect_order>4</connect_order>
39 <COMPONENTS> </COMPONENTS>
40 </ONOScli3>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080041
42 <ONOS1>
Hari Krishna0ce0e152015-06-23 09:55:29 -070043 <host>10.128.40.41</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080044 <user>admin</user>
45 <password>onos_test</password>
46 <type>OnosCliDriver</type>
47 <connect_order>7</connect_order>
48 <COMPONENTS> </COMPONENTS>
49 </ONOS1>
50
51 <ONOS2>
Hari Krishna0ce0e152015-06-23 09:55:29 -070052 <host>10.128.40.42</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080053 <user>admin</user>
54 <password>onos_test</password>
55 <type>OnosCliDriver</type>
56 <connect_order>8</connect_order>
57 <COMPONENTS> </COMPONENTS>
58 </ONOS2>
59
60 <ONOS3>
Hari Krishna0ce0e152015-06-23 09:55:29 -070061 <host>10.128.40.43</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080062 <user>admin</user>
63 <password>onos_test</password>
64 <type>OnosCliDriver</type>
65 <connect_order>9</connect_order>
66 <COMPONENTS> </COMPONENTS>
67 </ONOS3>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080068
69 <Mininet1>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070070 <host>10.128.40.50</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080071 <user>admin</user>
72 <password>onos_test</password>
73 <type>MininetCliDriver</type>
74 <connect_order>12</connect_order>
75 <COMPONENTS>
76 #Specify the Option for mininet
77 <arg1> --custom ~/mininet/custom/att-mpls-topo.py </arg1>
78 <arg2> --topo att </arg2>
79 <arg3> --link tc --switch ovs,protocols=OpenFlow13 </arg3>
80 <controller> remote </controller>
81 </COMPONENTS>
82 </Mininet1>
kelvin-onlabd9a8ed32015-04-03 13:55:28 -070083
Hari Krishna0ce0e152015-06-23 09:55:29 -070084 <Mininet2>
85 <host>10.128.40.50</host>
86 <user>admin</user>
87 <password>onos_test</password>
88 <type>RemoteMininetDriver</type>
89 <connect_order>13</connect_order>
90 <COMPONENTS>
91 #Specify the Option for mininet
92 <arg1> --custom ~/mininet/custom/att-mpls-topo.py </arg1>
93 <arg2> --topo att </arg2>
94 <arg3> --link tc --switch ovs,protocols=OpenFlow13 </arg3>
95 <controller> remote </controller>
96 </COMPONENTS>
97 </Mininet2>
98 </COMPONENT>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080099</TOPOLOGY>