blob: e0271463067c6e6ee1eef4b360c7ff87b79438bf [file] [log] [blame]
Jeremyfc567ca2016-02-16 15:08:25 -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>
Jeremyfc567ca2016-02-16 15:08:25 -08008 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 <nodes>3</nodes>
12 </COMPONENTS>
13 </ONOSbench>
14
15 <ONOSrest1>
16 <host>OC1</host>
17 <port>8181</port>
18 <user>onos</user>
19 <password>rocks</password>
20 <type>OnosRestDriver</type>
21 <connect_order>2</connect_order>
22 <COMPONENTS>
23 </COMPONENTS>
24 </ONOSrest1>
25
26 <ONOSrest2>
27 <host>OC2</host>
28 <port>8181</port>
29 <user>onos</user>
30 <password>rocks</password>
31 <type>OnosRestDriver</type>
32 <connect_order>3</connect_order>
33 <COMPONENTS>
34 </COMPONENTS>
35 </ONOSrest2>
36
37 <ONOSrest3>
38 <host>OC3</host>
39 <port>8181</port>
40 <user>onos</user>
41 <password>rocks</password>
42 <type>OnosRestDriver</type>
43 <connect_order>4</connect_order>
44 <COMPONENTS>
45 </COMPONENTS>
46 </ONOSrest3>
47
48 <ONOScli1>
49 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -070050 <user>sdn</user>
51 <password>rocks</password>
Jeremyfc567ca2016-02-16 15:08:25 -080052 <type>OnosCliDriver</type>
53 <connect_order>5</connect_order>
54 <COMPONENTS> </COMPONENTS>
55 </ONOScli1>
56
57 <ONOScli2>
58 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -070059 <user>sdn</user>
60 <password>rocks</password>
Jeremyfc567ca2016-02-16 15:08:25 -080061 <type>OnosCliDriver</type>
62 <connect_order>6</connect_order>
63 <COMPONENTS> </COMPONENTS>
64 </ONOScli2>
65
66 <ONOScli3>
67 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -070068 <user>sdn</user>
69 <password>rocks</password>
Jeremyfc567ca2016-02-16 15:08:25 -080070 <type>OnosCliDriver</type>
71 <connect_order>7</connect_order>
72 <COMPONENTS> </COMPONENTS>
73 </ONOScli3>
74
75 <Mininet1>
76 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070077 <user>sdn</user>
78 <password>rocks</password>
Jeremyfc567ca2016-02-16 15:08:25 -080079 <type>MininetCliDriver</type>
80 <connect_order>8</connect_order>
81 <COMPONENTS>
82 <home>~/mininet/</home>
83 </COMPONENTS>
84 </Mininet1>
85
86 </COMPONENT>
Jon Hall53c5e662016-04-13 16:06:56 -070087</TOPOLOGY>