blob: 72200a608d402b2d33fb5d89cad74587235775ba [file] [log] [blame]
Jon Hall66e001c2015-11-12 09:45:10 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -07006 <user>sdn</user>
7 <password>rocks</password>
Jon Hall66e001c2015-11-12 09:45:10 -08008 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070011 <prompt></prompt>
Jon Hall66e001c2015-11-12 09:45:10 -080012 </COMPONENTS>
13 </ONOSbench>
14
Devin Lim461f0872017-06-05 16:49:33 -070015 <ONOScli1>
16 <host>localhost</host>
17 <user>sdn</user>
18 <password>rocks</password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070022 <karaf_username></karaf_username>
23 <karaf_password></karaf_password>
24 <prompt></prompt>
Devin Lim461f0872017-06-05 16:49:33 -070025 </COMPONENTS>
26 </ONOScli1>
27
28 <ONOScli2>
29 <host>localhost</host>
30 <user>sdn</user>
31 <password>rocks</password>
32 <type>OnosCliDriver</type>
33 <connect_order>3</connect_order>
34 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070035 <prompt></prompt>
Devin Lim461f0872017-06-05 16:49:33 -070036 </COMPONENTS>
37 </ONOScli2>
38
39 <ONOScli3>
40 <host>localhost</host>
41 <user>sdn</user>
42 <password>rocks</password>
43 <type>OnosCliDriver</type>
44 <connect_order>4</connect_order>
45 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070046 <prompt></prompt>
Devin Lim461f0872017-06-05 16:49:33 -070047 </COMPONENTS>
48 </ONOScli3>
49
Jon Hall66e001c2015-11-12 09:45:10 -080050 <ONOSrest1>
51 <host>OC1</host>
52 <port>8181</port>
53 <user>onos</user>
54 <password>rocks</password>
55 <type>OnosRestDriver</type>
56 <connect_order>2</connect_order>
57 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070058 <prompt></prompt>
Jon Hall66e001c2015-11-12 09:45:10 -080059 </COMPONENTS>
60 </ONOSrest1>
61
62 <ONOSrest2>
63 <host>OC2</host>
64 <port>8181</port>
65 <user>onos</user>
66 <password>rocks</password>
67 <type>OnosRestDriver</type>
68 <connect_order>3</connect_order>
69 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070070 <prompt></prompt>
Jon Hall66e001c2015-11-12 09:45:10 -080071 </COMPONENTS>
72 </ONOSrest2>
73
74 <ONOSrest3>
75 <host>OC3</host>
76 <port>8181</port>
77 <user>onos</user>
78 <password>rocks</password>
79 <type>OnosRestDriver</type>
80 <connect_order>4</connect_order>
81 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070082 <prompt></prompt>
Jon Hall66e001c2015-11-12 09:45:10 -080083 </COMPONENTS>
84 </ONOSrest3>
85
Jon Hall66e001c2015-11-12 09:45:10 -080086 <Mininet1>
87 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070088 <user>sdn</user>
89 <password>rocks</password>
Jon Hall66e001c2015-11-12 09:45:10 -080090 <type>MininetCliDriver</type>
91 <connect_order>5</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070092 <COMPONENTS>
93 <prompt></prompt>
94 </COMPONENTS>
Jon Hall66e001c2015-11-12 09:45:10 -080095 </Mininet1>
96
97 </COMPONENT>
98</TOPOLOGY>