blob: 4d4156c556b9357a1fc02363b3642de0305395a7 [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>
10 <COMPONENTS> </COMPONENTS>
11 </ONOSbench>
12
13 <ONOScli1>
14 <host>10.128.30.10</host>
15 <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>
23 <host>10.128.30.10</host>
24 <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>
32 <host>10.128.30.10</host>
33 <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
41 <ONOScli4>
42 <host>10.128.30.10</host>
43 <user>admin</user>
44 <password>onos_test</password>
45 <type>OnosCliDriver</type>
46 <connect_order>5</connect_order>
47 <COMPONENTS> </COMPONENTS>
48 </ONOScli4>
49
50
51 <ONOScli5>
52 <host>10.128.30.10</host>
53 <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
61 <ONOScli6>
62 <host>10.128.30.10</host>
63 <user>admin</user>
64 <password>onos_test</password>
65 <type>OnosCliDriver</type>
66 <connect_order>7</connect_order>
67 <COMPONENTS> </COMPONENTS>
68 </ONOScli6>
69
70
71 <ONOScli7>
72 <host>10.128.30.10</host>
73 <user>admin</user>
74 <password>onos_test</password>
75 <type>OnosCliDriver</type>
76 <connect_order>8</connect_order>
77 <COMPONENTS> </COMPONENTS>
78 </ONOScli7>
79
80 <ONOS1>
81 <host>10.128.30.11</host>
82 <user>sdn</user>
83 <password>rocks</password>
84 <type>OnosDriver</type>
85 <connect_order>9</connect_order>
86 <COMPONENTS> </COMPONENTS>
87 </ONOS1>
88
89 <ONOS2>
90 <host>10.128.30.12</host>
91 <user>sdn</user>
92 <password>rocks</password>
93 <type>OnosDriver</type>
94 <connect_order>10</connect_order>
95 <COMPONENTS> </COMPONENTS>
96 </ONOS2>
97
98 <ONOS3>
99 <host>10.128.30.13</host>
100 <user>sdn</user>
101 <password>rocks</password>
102 <type>OnosDriver</type>
103 <connect_order>11</connect_order>
104 <COMPONENTS> </COMPONENTS>
105 </ONOS3>
106
107 <ONOS4>
108 <host>10.128.30.14</host>
109 <user>sdn</user>
110 <password>rocks</password>
111 <type>OnosDriver</type>
112 <connect_order>12</connect_order>
113 <COMPONENTS> </COMPONENTS>
114 </ONOS4>
115
116 <ONOS5>
117 <host>10.128.30.15</host>
118 <user>sdn</user>
119 <password>rocks</password>
120 <type>OnosDriver</type>
121 <connect_order>13</connect_order>
122 <COMPONENTS> </COMPONENTS>
123 </ONOS5>
124
125 <ONOS6>
126 <host>10.128.30.16</host>
127 <user>sdn</user>
128 <password>rocks</password>
129 <type>OnosDriver</type>
130 <connect_order>14</connect_order>
131 <COMPONENTS> </COMPONENTS>
132 </ONOS6>
133
134 <ONOS7>
135 <host>10.128.30.17</host>
136 <user>sdn</user>
137 <password>rocks</password>
138 <type>OnosDriver</type>
139 <connect_order>15</connect_order>
140 <COMPONENTS> </COMPONENTS>
141 </ONOS7>
142
143 <Mininet1>
144 <host>10.128.30.9</host>
145 <user>admin</user>
146 <password>onos_test</password>
147 <type>MininetCliDriver</type>
148 <connect_order>16</connect_order>
149 <COMPONENTS>
150 #Specify the Option for mininet
151 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
152 <arg2> --topo mytopo </arg2>
153 <arg3> </arg3>
154 <controller> remote </controller>
155 </COMPONENTS>
156 </Mininet1>
157
158 <Mininet2>
159 <host>10.128.30.9</host>
160 <user>admin</user>
161 <password>onos_test</password>
162 <type>RemoteMininetDriver</type>
163 <connect_order>17</connect_order>
164 <COMPONENTS>
165 # Specify the Option for mininet
166 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
167 <arg2> --topo mytopo --arp</arg2>
168 <controller> remote </controller>
169 </COMPONENTS>
170 </Mininet2>
171
172 </COMPONENT>
173</TOPOLOGY>