blob: a5a836fc8d0caa0b164b4e37b5a382b515e7acc5 [file] [log] [blame]
Jeremyfc567ca2016-02-16 15:08:25 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
6 <user>admin</user>
7 <password></password>
8 <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>
50 <user>admin</user>
51 <password></password>
52 <type>OnosCliDriver</type>
53 <connect_order>5</connect_order>
54 <COMPONENTS> </COMPONENTS>
55 </ONOScli1>
56
57 <ONOScli2>
58 <host>localhost</host>
59 <user>admin</user>
60 <password></password>
61 <type>OnosCliDriver</type>
62 <connect_order>6</connect_order>
63 <COMPONENTS> </COMPONENTS>
64 </ONOScli2>
65
66 <ONOScli3>
67 <host>localhost</host>
68 <user>admin</user>
69 <password></password>
70 <type>OnosCliDriver</type>
71 <connect_order>7</connect_order>
72 <COMPONENTS> </COMPONENTS>
73 </ONOScli3>
74
75 <Mininet1>
76 <host>OCN</host>
77 <user>admin</user>
78 <password></password>
79 <type>MininetCliDriver</type>
80 <connect_order>8</connect_order>
81 <COMPONENTS>
82 <home>~/mininet/</home>
83 </COMPONENTS>
84 </Mininet1>
85
86 </COMPONENT>
87</TOPOLOGY>