blob: 7b32cc2d141e39559f90bc0739928c4b0f994d59 [file] [log] [blame]
Jon Hall63604932015-02-26 17:09:50 -08001<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>
123 </COMPONENTS>
124 </ONOS5>
125
126 <ONOS6>
127 <host>10.128.30.16</host>
128 <user>sdn</user>
129 <password>rocks</password>
130 <type>OnosDriver</type>
131 <connect_order>14</connect_order>
132 <COMPONENTS> </COMPONENTS>
133 </ONOS6>
134
135 <ONOS7>
136 <host>10.128.30.17</host>
137 <user>sdn</user>
138 <password>rocks</password>
139 <type>OnosDriver</type>
140 <connect_order>15</connect_order>
141 <COMPONENTS> </COMPONENTS>
142 </ONOS7>
143
144 <Mininet1>
145 <host>10.128.30.9</host>
146 <user>admin</user>
147 <password>onos_test</password>
148 <type>MininetCliDriver</type>
149 <connect_order>16</connect_order>
150 <COMPONENTS>
151 #Specify the Option for mininet
152 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
153 <arg2> --topo mytopo </arg2>
154 <arg3> </arg3>
155 <controller> none </controller>
156 </COMPONENTS>
157 </Mininet1>
158
159 <Mininet2>
160 <host>10.128.30.9</host>
161 <user>admin</user>
162 <password>onos_test</password>
163 <type>RemoteMininetDriver</type>
164 <connect_order>17</connect_order>
165 <COMPONENTS>
166 </COMPONENTS>
167 </Mininet2>
168
169 </COMPONENT>
170</TOPOLOGY>