blob: f7884717ebce419b5649baf6944f305d301ffb42 [file] [log] [blame]
zhanghaoyu451c1392015-08-07 19:21:16 +08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>OCN</host>
6 <user>onos</user>
7 <password></password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 </COMPONENTS>
12 </ONOSbench>
13
14 <ONOScli1>
15 <host>OCN</host>
16 <user>onos</user>
17 <password></password>
18 <type>OnosCliDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS> </COMPONENTS>
21 </ONOScli1>
22
23 <ONOS1>
24 <host>OC1</host>
25 <user>onos</user>
26 <password></password>
27 <type>OnosDriver</type>
28 <connect_order>3</connect_order>
29 <COMPONENTS> </COMPONENTS>
30 </ONOS1>
31
32 <ONOSrest>
33 <host>OC1</host>
34 <user>onos</user>
35 <password></password>
36 <type>OnosRestDriver</type>
37 <connect_order>4</connect_order>
38 <COMPONENTS> </COMPONENTS>
39 </ONOSrest>
40
41 <OVSDB1>
42 <host>OCN</host>
43 <user>onos</user>
44 <password></password>
45 <type>OvsdbDriver</type>
46 <connect_order>5</connect_order>
47 <COMPONENTS> </COMPONENTS>
48 </OVSDB1>
49
50 <OVSDB2>
51 <host>OC1</host>
52 <user>onos</user>
53 <password></password>
54 <type>OvsdbDriver</type>
55 <connect_order>6</connect_order>
56 <COMPONENTS> </COMPONENTS>
57 </OVSDB2>
58
59 </COMPONENT>
60</TOPOLOGY>