blob: f67fea8fb37a34825f16d3ba2e229d091c5d3a04 [file] [log] [blame]
adminf73f0512013-12-17 16:33:37 -08001<TOPOLOGY>
2
3 <COMPONENT>
4 <Zookeeper1>
5 <host>10.128.4.151</host>
6 <user>admin</user>
7 <password></password>
8 <type>ZookeeperCliDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 </COMPONENTS>
12 </Zookeeper1>
13
14 <Zookeeper2>
15 <host>10.128.4.152</host>
16 <user>admin</user>
17 <password></password>
18 <type>ZookeeperCliDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS>
21 </COMPONENTS>
22 </Zookeeper2>
23
24 <Zookeeper3>
25 <host>10.128.4.153</host>
26 <user>admin</user>
27 <password></password>
28 <type>ZookeeperCliDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS>
31 </COMPONENTS>
32 </Zookeeper3>
33
34 <Zookeeper4>
35 <host>10.128.4.154</host>
36 <user>admin</user>
37 <password></password>
38 <type>ZookeeperCliDriver</type>
39 <connect_order>4</connect_order>
40 <COMPONENTS>
41 </COMPONENTS>
42 </Zookeeper4>
43
44 <!--
45 <RC1>
46 <host>10.128.4.151</host>
47 <user>admin</user>
48 <password></password>
49 <type></type>
50 <connect_order>5</connect_order>
51 <COMPONENTS>
52 </COMPONENTS>
53 </RC1>
54
55 <RC2>
56 <host>10.128.4.152</host>
57 <user>admin</user>
58 <password></password>
59 <type></type>
60 <connect_order>6</connect_order>
61 <COMPONENTS>
62 </COMPONENTS>
63 </RC2>
64
65 <RC3>
66 <host>10.128.4.153</host>
67 <user>admin</user>
68 <password></password>
69 <type></type>
70 <connect_order>7</connect_order>
71 <COMPONENTS>
72 </COMPONENTS>
73 </RC3>
74
75 <RC4>
76 <host>10.128.4.154</host>
77 <user>admin</user>
78 <password></password>
79 <type></type>
80 <connect_order>8</connect_order>
81 <COMPONENTS>
82 </COMPONENTS>
83 </RC4>
84 -->
85
86 <ONOS1>
87 <host>10.128.4.151</host>
88 <user>admin</user>
89 <password></password>
90 <type>OnosCliDriver</type>
91 <connect_order>9</connect_order>
92 <COMPONENTS>
93 </COMPONENTS>
94 </ONOS1>
95
96 <ONOS2>
97 <host>10.128.4.152</host>
98 <user>admin</user>
99 <password></password>
100 <type>OnosCliDriver</type>
101 <connect_order>10</connect_order>
102 <COMPONENTS>
103 </COMPONENTS>
104 </ONOS2>
105
106 <ONOS3>
107 <host>10.128.4.153</host>
108 <user>admin</user>
109 <password></password>
110 <type>OnosCliDriver</type>
111 <connect_order>11</connect_order>
112 <COMPONENTS>
113 </COMPONENTS>
114 </ONOS3>
115
116 <ONOS4>
117 <host>10.128.4.154</host>
118 <user>admin</user>
119 <password></password>
120 <type>OnosCliDriver</type>
121 <connect_order>12</connect_order>
122 <COMPONENTS>
123 </COMPONENTS>
124 </ONOS4>
125
126 <Mininet1>
127 <host>10.128.4.159</host>
128 <user>admin</user>
129 <password></password>
130 <type>MininetCliDriver</type>
131 <connect_order>13</connect_order>
132 <COMPONENTS>
133 # Specify the Option for mininet
134 <arg1> --custom ~/mininet/custom/topo-onos4node.py </arg1>
135 <arg2> --topo mytopo --arp</arg2>
136 <controller> remote </controller>
137 </COMPONENTS>
138 </Mininet1>
139
140 <!--
141 <COORD>
142 <host>10.128.4.151</host>
143 <user>admin</user>
144 <password></password>
145 <type></type>
146 <connect_order>14</connect_order>
147 <COMPONENTS>
148 </COMPONENTS>
149 </COORD>
150 -->
151
152 </COMPONENT>
153</TOPOLOGY>