blob: f4e174586951b4cb1e79215a9121e551f5ab9c16 [file] [log] [blame]
adminf0713ab2014-04-29 10:43:35 -07001<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 <RC1>
45 <host>10.128.4.151</host>
46 <user>admin</user>
47 <password></password>
48 <type>RamCloudCliDriver</type>
49 <connect_order>5</connect_order>
50 <COMPONENTS>
51 </COMPONENTS>
52 </RC1>
53
54 <RC2>
55 <host>10.128.4.152</host>
56 <user>admin</user>
57 <password></password>
58 <type>RamCloudCliDriver</type>
59 <connect_order>6</connect_order>
60 <COMPONENTS>
61 </COMPONENTS>
62 </RC2>
63
64 <RC3>
65 <host>10.128.4.153</host>
66 <user>admin</user>
67 <password></password>
68 <type>RamCloudCliDriver</type>
69 <connect_order>7</connect_order>
70 <COMPONENTS>
71 </COMPONENTS>
72 </RC3>
73
74 <RC4>
75 <host>10.128.4.154</host>
76 <user>admin</user>
77 <password></password>
78 <type>RamCloudCliDriver</type>
79 <connect_order>8</connect_order>
80 <COMPONENTS>
81 </COMPONENTS>
82 </RC4>
83
84 <ONOS1>
85 <host>10.128.4.151</host>
86 <user>admin</user>
87 <password></password>
88 <type>OnosCliDriver</type>
89 <connect_order>9</connect_order>
90 <COMPONENTS>
91 </COMPONENTS>
92 </ONOS1>
93
94 <ONOS2>
95 <host>10.128.4.152</host>
96 <user>admin</user>
97 <password></password>
98 <type>OnosCliDriver</type>
99 <connect_order>10</connect_order>
100 <COMPONENTS>
101 </COMPONENTS>
102 </ONOS2>
103
104 <ONOS3>
105 <host>10.128.4.153</host>
106 <user>admin</user>
107 <password></password>
108 <type>OnosCliDriver</type>
109 <connect_order>11</connect_order>
110 <COMPONENTS>
111 </COMPONENTS>
112 </ONOS3>
113
114 <ONOS4>
115 <host>10.128.4.154</host>
116 <user>admin</user>
117 <password></password>
118 <type>OnosCliDriver</type>
119 <connect_order>12</connect_order>
120 <COMPONENTS>
121 </COMPONENTS>
122 </ONOS4>
123
124 <Mininet1>
125 <host>10.128.4.159</host>
126 <user>admin</user>
127 <password></password>
128 <type>MininetCliDriver</type>
129 <connect_order>13</connect_order>
130 <COMPONENTS>
131 # Specify the Option for mininet
132 <arg1> --custom ~/mininet/custom/topo-onos4nodeNEW.py </arg1>
133 <arg2> --topo mytopo --arp</arg2>
134 <controller> remote </controller>
135 </COMPONENTS>
136 </Mininet1>
137
138 </COMPONENT>
139</TOPOLOGY>