blob: 089145d2a5bb97bfcead47bca339427541f0c5e8 [file] [log] [blame]
Jon Hallb1290e82014-11-18 16:17:48 -05001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.30.10</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
Jon Hall65844a32015-03-09 19:09:37 -070010 <COMPONENTS>
11 <home> ~/ONOS </home>
12 </COMPONENTS>
Jon Hallb1290e82014-11-18 16:17:48 -050013 </ONOSbench>
14
15 <ONOScli1>
16 <host>10.128.30.10</host>
17 <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>
25 <host>10.128.30.10</host>
26 <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>
34 <host>10.128.30.10</host>
35 <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
43 <ONOScli4>
44 <host>10.128.30.10</host>
45 <user>admin</user>
46 <password>onos_test</password>
47 <type>OnosCliDriver</type>
48 <connect_order>5</connect_order>
49 <COMPONENTS> </COMPONENTS>
50 </ONOScli4>
51
52
53 <ONOScli5>
54 <host>10.128.30.10</host>
55 <user>admin</user>
56 <password>onos_test</password>
57 <type>OnosCliDriver</type>
58 <connect_order>6</connect_order>
59 <COMPONENTS> </COMPONENTS>
60 </ONOScli5>
61
62
63 <ONOScli6>
64 <host>10.128.30.10</host>
65 <user>admin</user>
66 <password>onos_test</password>
67 <type>OnosCliDriver</type>
68 <connect_order>7</connect_order>
69 <COMPONENTS> </COMPONENTS>
70 </ONOScli6>
71
72
73 <ONOScli7>
74 <host>10.128.30.10</host>
75 <user>admin</user>
76 <password>onos_test</password>
77 <type>OnosCliDriver</type>
78 <connect_order>8</connect_order>
79 <COMPONENTS> </COMPONENTS>
80 </ONOScli7>
81
82 <ONOS1>
83 <host>10.128.30.11</host>
84 <user>sdn</user>
85 <password>rocks</password>
86 <type>OnosDriver</type>
87 <connect_order>9</connect_order>
88 <COMPONENTS> </COMPONENTS>
89 </ONOS1>
90
91 <ONOS2>
92 <host>10.128.30.12</host>
93 <user>sdn</user>
94 <password>rocks</password>
95 <type>OnosDriver</type>
96 <connect_order>10</connect_order>
97 <COMPONENTS> </COMPONENTS>
98 </ONOS2>
99
100 <ONOS3>
101 <host>10.128.30.13</host>
102 <user>sdn</user>
103 <password>rocks</password>
104 <type>OnosDriver</type>
105 <connect_order>11</connect_order>
106 <COMPONENTS> </COMPONENTS>
107 </ONOS3>
108
109 <ONOS4>
110 <host>10.128.30.14</host>
111 <user>sdn</user>
112 <password>rocks</password>
113 <type>OnosDriver</type>
114 <connect_order>12</connect_order>
115 <COMPONENTS> </COMPONENTS>
116 </ONOS4>
117
118 <ONOS5>
119 <host>10.128.30.15</host>
120 <user>sdn</user>
121 <password>rocks</password>
122 <type>OnosDriver</type>
123 <connect_order>13</connect_order>
124 <COMPONENTS> </COMPONENTS>
125 </ONOS5>
126
127 <ONOS6>
128 <host>10.128.30.16</host>
129 <user>sdn</user>
130 <password>rocks</password>
131 <type>OnosDriver</type>
132 <connect_order>14</connect_order>
133 <COMPONENTS> </COMPONENTS>
134 </ONOS6>
135
136 <ONOS7>
137 <host>10.128.30.17</host>
138 <user>sdn</user>
139 <password>rocks</password>
140 <type>OnosDriver</type>
141 <connect_order>15</connect_order>
142 <COMPONENTS> </COMPONENTS>
143 </ONOS7>
144
145 <Mininet1>
146 <host>10.128.30.9</host>
147 <user>admin</user>
148 <password>onos_test</password>
149 <type>MininetCliDriver</type>
150 <connect_order>16</connect_order>
151 <COMPONENTS>
152 #Specify the Option for mininet
153 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
154 <arg2> --topo mytopo </arg2>
155 <arg3> </arg3>
Jon Hall21270ac2015-02-16 17:59:55 -0800156 <controller> none </controller>
Jon Hallb1290e82014-11-18 16:17:48 -0500157 </COMPONENTS>
158 </Mininet1>
159
160 <Mininet2>
161 <host>10.128.30.9</host>
162 <user>admin</user>
163 <password>onos_test</password>
164 <type>RemoteMininetDriver</type>
165 <connect_order>17</connect_order>
166 <COMPONENTS>
Jon Hall21270ac2015-02-16 17:59:55 -0800167 </COMPONENTS>
Jon Hallb1290e82014-11-18 16:17:48 -0500168 </Mininet2>
169
170 </COMPONENT>
171</TOPOLOGY>