blob: 040e3c509a008e5873dffcd5842bac8f20e7b345 [file] [log] [blame]
Hari Krishnaa43d4e92014-12-19 13:22:40 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -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 Krishnaef1bd4e2015-03-12 16:55:30 -070010 <COMPONENTS> </COMPONENTS>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080011 </ONOSbench>
12
13 <ONOScli1>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070014 <host>10.128.40.40</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080015 <user>admin</user>
16 <password>onos_test</password>
17 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOScli1>
21
22 <ONOScli2>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070023 <host>10.128.40.40</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080024 <user>admin</user>
25 <password>onos_test</password>
26 <type>OnosCliDriver</type>
27 <connect_order>3</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOScli2>
30
31 <ONOScli3>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070032 <host>10.128.40.40</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080033 <user>admin</user>
34 <password>onos_test</password>
35 <type>OnosCliDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS> </COMPONENTS>
38 </ONOScli3>
39
40 <ONOScli4>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070041 <host>10.128.40.40</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080042 <user>admin</user>
43 <password>onos_test</password>
44 <type>OnosCliDriver</type>
45 <connect_order>5</connect_order>
46 <COMPONENTS> </COMPONENTS>
47 </ONOScli4>
48
49 <ONOScli5>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070050 <host>10.128.40.40</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080051 <user>admin</user>
52 <password>onos_test</password>
53 <type>OnosCliDriver</type>
54 <connect_order>6</connect_order>
55 <COMPONENTS> </COMPONENTS>
56 </ONOScli5>
57
58 <ONOS1>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070059 <host>10.128.40.41</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080060 <user>admin</user>
61 <password>onos_test</password>
62 <type>OnosCliDriver</type>
63 <connect_order>7</connect_order>
64 <COMPONENTS> </COMPONENTS>
65 </ONOS1>
66
67 <ONOS2>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070068 <host>10.128.40.42</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080069 <user>admin</user>
70 <password>onos_test</password>
71 <type>OnosCliDriver</type>
72 <connect_order>8</connect_order>
73 <COMPONENTS> </COMPONENTS>
74 </ONOS2>
75
76 <ONOS3>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070077 <host>10.128.40.43</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080078 <user>admin</user>
79 <password>onos_test</password>
80 <type>OnosCliDriver</type>
81 <connect_order>9</connect_order>
82 <COMPONENTS> </COMPONENTS>
83 </ONOS3>
84
85 <ONOS4>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070086 <host>10.128.40.44</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080087 <user>admin</user>
88 <password>onos_test</password>
89 <type>OnosCliDriver</type>
90 <connect_order>10</connect_order>
91 <COMPONENTS> </COMPONENTS>
92 </ONOS4>
93
94 <ONOS5>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -070095 <host>10.128.40.45</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080096 <user>admin</user>
97 <password>onos_test</password>
98 <type>OnosCliDriver</type>
99 <connect_order>11</connect_order>
100 <COMPONENTS> </COMPONENTS>
101 </ONOS5>
102
103 <Mininet1>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -0700104 <host>10.128.40.50</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -0800105 <user>admin</user>
106 <password>onos_test</password>
107 <type>MininetCliDriver</type>
108 <connect_order>12</connect_order>
109 <COMPONENTS>
110 #Specify the Option for mininet
111 <arg1> --custom ~/mininet/custom/att-mpls-topo.py </arg1>
112 <arg2> --topo att </arg2>
113 <arg3> --link tc --switch ovs,protocols=OpenFlow13 </arg3>
114 <controller> remote </controller>
115 </COMPONENTS>
116 </Mininet1>
117
118 <Mininet2>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -0700119 <host>10.128.40.50</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -0800120 <user>admin</user>
121 <password>onos_test</password>
122 <type>RemoteMininetDriver</type>
123 <connect_order>13</connect_order>
124 <COMPONENTS>
125 #Specify the Option for mininet
126 <arg1> --custom ~/mininet/custom/att-mpls-topo.py </arg1>
127 <arg2> --topo att </arg2>
128 <arg3> --link tc --switch ovs,protocols=OpenFlow13 </arg3>
129 <controller> remote </controller>
130 </COMPONENTS>
131 </Mininet2>
132 </COMPONENT>
133</TOPOLOGY>