blob: 9ccdb17079f7d4c49e7c3eadc0b3812858df39e5 [file] [log] [blame]
adminabe6bbe2014-07-25 16:22:27 -07001<TOPOLOGY>
2
3 <COMPONENT>
4 <ZK1>
5 <host>10.128.9.1</host>
6 <user>admin</user>
7 <password></password>
8 <type>ZookeeperCliDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 </COMPONENTS>
12 </ZK1>
13
14 <ZK2>
15 <host>10.128.9.2</host>
16 <user>admin</user>
17 <password></password>
18 <type>ZookeeperCliDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS>
21 </COMPONENTS>
22 </ZK2>
23
24 <ZK3>
25 <host>10.128.9.3</host>
26 <user>admin</user>
27 <password></password>
28 <type>ZookeeperCliDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS>
31 </COMPONENTS>
32 </ZK3>
33
34 <ZK4>
35 <host>10.128.9.4</host>
36 <user>admin</user>
37 <password></password>
38 <type>ZookeeperCliDriver</type>
39 <connect_order>4</connect_order>
40 <COMPONENTS>
41 </COMPONENTS>
42 </ZK4>
43
44 <ZK5>
45 <host>10.128.9.5</host>
46 <user>admin</user>
47 <password></password>
48 <type>ZookeeperCliDriver</type>
49 <connect_order>5</connect_order>
50 <COMPONENTS>
51 </COMPONENTS>
52 </ZK5>
53
54 <RC1>
55 <host>10.128.9.1</host>
56 <user>admin</user>
57 <password></password>
58 <type>RamCloudCliDriver</type>
59 <connect_order>6</connect_order>
60 <COMPONENTS>
61 </COMPONENTS>
62 </RC1>
63
64 <RC2>
65 <host>10.128.9.2</host>
66 <user>admin</user>
67 <password></password>
68 <type>RamCloudCliDriver</type>
69 <connect_order>7</connect_order>
70 <COMPONENTS>
71 </COMPONENTS>
72 </RC2>
73
74 <RC3>
75 <host>10.128.9.3</host>
76 <user>admin</user>
77 <password></password>
78 <type>RamCloudCliDriver</type>
79 <connect_order>8</connect_order>
80 <COMPONENTS>
81 </COMPONENTS>
82 </RC3>
83
84 <RC4>
85 <host>10.128.9.4</host>
86 <user>admin</user>
87 <password></password>
88 <type>RamCloudCliDriver</type>
89 <connect_order>9</connect_order>
90 <COMPONENTS>
91 </COMPONENTS>
92 </RC4>
93
94 <RC5>
95 <host>10.128.9.5</host>
96 <user>admin</user>
97 <password></password>
98 <type>RamCloudCliDriver</type>
99 <connect_order>10</connect_order>
100 <COMPONENTS>
101 </COMPONENTS>
102 </RC5>
103
104 <ONOS1>
105 <host>10.128.9.1</host>
106 <user>admin</user>
107 <password></password>
108 <type>OnosCliDriver</type>
109 <connect_order>11</connect_order>
110 <COMPONENTS>
111 </COMPONENTS>
112 </ONOS1>
113
114 <ONOS2>
115 <host>10.128.9.2</host>
116 <user>admin</user>
117 <password></password>
118 <type>OnosCliDriver</type>
119 <connect_order>12</connect_order>
120 <COMPONENTS>
121 </COMPONENTS>
122 </ONOS2>
123
124 <ONOS3>
125 <host>10.128.9.3</host>
126 <user>admin</user>
127 <password></password>
128 <type>OnosCliDriver</type>
129 <connect_order>13</connect_order>
130 <COMPONENTS>
131 </COMPONENTS>
132 </ONOS3>
133
134 <ONOS4>
135 <host>10.128.9.4</host>
136 <user>admin</user>
137 <password></password>
138 <type>OnosCliDriver</type>
139 <connect_order>14</connect_order>
140 <COMPONENTS>
141 </COMPONENTS>
142 </ONOS4>
143
144 <ONOS5>
145 <host>10.128.9.5</host>
146 <user>admin</user>
147 <password></password>
148 <type>OnosCliDriver</type>
149 <connect_order>15</connect_order>
150 <COMPONENTS>
151 </COMPONENTS>
152 </ONOS5>
153
154 <Mininet1>
155 <host>10.128.9.10</host>
156 <user>admin</user>
157 <password></password>
158 <type>MininetCliDriver</type>
159 <connect_order>13</connect_order>
160 <COMPONENTS>
161 # Specify the Option for mininet
162 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
163 <arg2> --topo mytopo --arp</arg2>
164 <controller> remote </controller>
165 </COMPONENTS>
166 </Mininet1>
167
168 <Mininet2>
169 <host>10.128.9.10</host>
170 <user>admin</user>
171 <password></password>
172 <type>RemoteMininetDriver</type>
173 <connect_order>14</connect_order>
174 <COMPONENTS>
175 # Specify the Option for mininet
176 <arg1> --custom ~/mininet/custom/topo-onos4node.py </arg1>
177 <arg2> --topo mytopo --arp</arg2>
178 <controller> remote </controller>
179 </COMPONENTS>
180 </Mininet2>
181
182 </COMPONENT>
183</TOPOLOGY>