blob: 9b0c3e7211d18daf42dfdd1b6b5e82a4e10521dc [file] [log] [blame]
Hari Krishnaa43d4e92014-12-19 13:22:40 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
kelvin-onlabd878fc22015-03-27 13:33:41 -07005 <host>10.128.10.20</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>
11 <home> ~/ONOS</home>
12 </COMPONENTS>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080013 </ONOSbench>
14
15 <ONOScli1>
kelvin-onlabd878fc22015-03-27 13:33:41 -070016 <host>10.128.10.20</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>
kelvin-onlabd878fc22015-03-27 13:33:41 -070025 <host>10.128.10.20</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>
kelvin-onlabd878fc22015-03-27 13:33:41 -070034 <host>10.128.10.20</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>
41
42 <ONOScli4>
kelvin-onlabd878fc22015-03-27 13:33:41 -070043 <host>10.128.10.20</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080044 <user>admin</user>
45 <password>onos_test</password>
46 <type>OnosCliDriver</type>
47 <connect_order>5</connect_order>
48 <COMPONENTS> </COMPONENTS>
49 </ONOScli4>
50
51 <ONOScli5>
kelvin-onlabd878fc22015-03-27 13:33:41 -070052 <host>10.128.10.20</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080053 <user>admin</user>
54 <password>onos_test</password>
55 <type>OnosCliDriver</type>
56 <connect_order>6</connect_order>
57 <COMPONENTS> </COMPONENTS>
58 </ONOScli5>
59
60 <ONOS1>
kelvin-onlabd878fc22015-03-27 13:33:41 -070061 <host>10.128.10.21</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080062 <user>admin</user>
63 <password>onos_test</password>
64 <type>OnosCliDriver</type>
65 <connect_order>7</connect_order>
66 <COMPONENTS> </COMPONENTS>
67 </ONOS1>
68
69 <ONOS2>
kelvin-onlabd878fc22015-03-27 13:33:41 -070070 <host>10.128.10.22</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080071 <user>admin</user>
72 <password>onos_test</password>
73 <type>OnosCliDriver</type>
74 <connect_order>8</connect_order>
75 <COMPONENTS> </COMPONENTS>
76 </ONOS2>
77
78 <ONOS3>
kelvin-onlabd878fc22015-03-27 13:33:41 -070079 <host>10.128.10.23</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080080 <user>admin</user>
81 <password>onos_test</password>
82 <type>OnosCliDriver</type>
83 <connect_order>9</connect_order>
84 <COMPONENTS> </COMPONENTS>
85 </ONOS3>
86
87 <ONOS4>
kelvin-onlabd878fc22015-03-27 13:33:41 -070088 <host>10.128.10.24</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080089 <user>admin</user>
90 <password>onos_test</password>
91 <type>OnosCliDriver</type>
92 <connect_order>10</connect_order>
93 <COMPONENTS> </COMPONENTS>
94 </ONOS4>
95
96 <ONOS5>
kelvin-onlabd878fc22015-03-27 13:33:41 -070097 <host>10.128.10.25</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080098 <user>admin</user>
99 <password>onos_test</password>
100 <type>OnosCliDriver</type>
101 <connect_order>11</connect_order>
102 <COMPONENTS> </COMPONENTS>
103 </ONOS5>
104
105 <Mininet1>
Hari Krishnaef1bd4e2015-03-12 16:55:30 -0700106 <host>10.128.40.50</host>
Hari Krishnaa43d4e92014-12-19 13:22:40 -0800107 <user>admin</user>
108 <password>onos_test</password>
109 <type>MininetCliDriver</type>
110 <connect_order>12</connect_order>
111 <COMPONENTS>
112 #Specify the Option for mininet
113 <arg1> --custom ~/mininet/custom/att-mpls-topo.py </arg1>
114 <arg2> --topo att </arg2>
115 <arg3> --link tc --switch ovs,protocols=OpenFlow13 </arg3>
116 <controller> remote </controller>
117 </COMPONENTS>
118 </Mininet1>
Hari Krishnaa43d4e92014-12-19 13:22:40 -0800119 </COMPONENT>
kelvin-onlabd9a8ed32015-04-03 13:55:28 -0700120
Hari Krishnaa43d4e92014-12-19 13:22:40 -0800121</TOPOLOGY>