blob: 5ba79fc57203ed1e42519fdd00e7a9eb57e1373c [file] [log] [blame]
Jon Hall5cf14d52015-07-16 12:15:19 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 </COMPONENTS>
12 </ONOSbench>
13
14 <ONOScli1>
15 <host>localhost</host>
16 <user>admin</user>
17 <password>onos_test</password>
18 <type>OnosCliDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS> </COMPONENTS>
21 </ONOScli1>
22
23 <ONOScli2>
24 <host>localhost</host>
25 <user>admin</user>
26 <password>onos_test</password>
27 <type>OnosCliDriver</type>
28 <connect_order>3</connect_order>
29 <COMPONENTS> </COMPONENTS>
30 </ONOScli2>
31
32 <ONOScli3>
33 <host>localhost</host>
34 <user>admin</user>
35 <password>onos_test</password>
36 <type>OnosCliDriver</type>
37 <connect_order>4</connect_order>
38 <COMPONENTS> </COMPONENTS>
39 </ONOScli3>
40
41
42 <ONOScli4>
43 <host>localhost</host>
44 <user>admin</user>
45 <password>onos_test</password>
46 <type>OnosCliDriver</type>
47 <connect_order>5</connect_order>
48 <COMPONENTS> </COMPONENTS>
49 </ONOScli4>
50
51
52 <ONOScli5>
53 <host>localhost</host>
54 <user>admin</user>
55 <password>onos_test</password>
56 <type>OnosCliDriver</type>
57 <connect_order>6</connect_order>
58 <COMPONENTS> </COMPONENTS>
59 </ONOScli5>
60
61
62 <ONOScli6>
63 <host>localhost</host>
64 <user>admin</user>
65 <password>onos_test</password>
66 <type>OnosCliDriver</type>
67 <connect_order>7</connect_order>
68 <COMPONENTS> </COMPONENTS>
69 </ONOScli6>
70
71
72 <ONOScli7>
73 <host>localhost</host>
74 <user>admin</user>
75 <password>onos_test</password>
76 <type>OnosCliDriver</type>
77 <connect_order>8</connect_order>
78 <COMPONENTS> </COMPONENTS>
79 </ONOScli7>
80
81 <ONOS1>
82 <host>OC1</host>
83 <user>sdn</user>
84 <password>rocks</password>
85 <type>OnosDriver</type>
86 <connect_order>9</connect_order>
87 <COMPONENTS> </COMPONENTS>
88 </ONOS1>
89
90 <ONOS2>
91 <host>OC2</host>
92 <user>sdn</user>
93 <password>rocks</password>
94 <type>OnosDriver</type>
95 <connect_order>10</connect_order>
96 <COMPONENTS> </COMPONENTS>
97 </ONOS2>
98
99 <ONOS3>
100 <host>OC3</host>
101 <user>sdn</user>
102 <password>rocks</password>
103 <type>OnosDriver</type>
104 <connect_order>11</connect_order>
105 <COMPONENTS> </COMPONENTS>
106 </ONOS3>
107
108 <ONOS4>
109 <host>OC4</host>
110 <user>sdn</user>
111 <password>rocks</password>
112 <type>OnosDriver</type>
113 <connect_order>12</connect_order>
114 <COMPONENTS> </COMPONENTS>
115 </ONOS4>
116
117 <ONOS5>
118 <host>OC5</host>
119 <user>sdn</user>
120 <password>rocks</password>
121 <type>OnosDriver</type>
122 <connect_order>13</connect_order>
123 <COMPONENTS> </COMPONENTS>
124 </ONOS5>
125
126 <ONOS6>
127 <host>OC6</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>OC7</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>OCN</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/obelisk.py </arg1>
153 <arg2> --topo obelisk </arg2>
Jon Hallde5ef2a2015-07-22 14:45:24 -0700154 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
Jon Hall5cf14d52015-07-16 12:15:19 -0700155 <controller> none </controller>
kelvin-onlabd9e23de2015-08-06 10:34:44 -0700156 <home>~/mininet/custom/</home>
Jon Hall5cf14d52015-07-16 12:15:19 -0700157 </COMPONENTS>
158 </Mininet1>
159
160 <Mininet2>
161 <host>OCN</host>
162 <user>admin</user>
163 <password>onos_test</password>
164 <type>RemoteMininetDriver</type>
165 <connect_order>17</connect_order>
166 <COMPONENTS>
167 </COMPONENTS>
168 </Mininet2>
169
170 </COMPONENT>
171</TOPOLOGY>