blob: 0b81b6e165e0a16ed5c1060e47aa5a4a4ef03215 [file] [log] [blame]
YPZhanga482c202016-02-18 17:03:07 -08001<TOPOLOGY>
2
3 <COMPONENT>
4
5 <ONOSbench>
6 <host>localhost</host>
7 <user>admin</user>
8 <password>onos_test</password>
9 <type>OnosDriver</type>
10 <connect_order>1</connect_order>
11 <COMPONENTS>
12 <home>~/onos</home>
13 <nodes>7</nodes>
14 </COMPONENTS>
15 </ONOSbench>
16
17 <ONOScli1>
18 <host>localhost</host>
19 <user>admin</user>
20 <password>onos_test</password>
21 <type>OnosCliDriver</type>
22 <connect_order>2</connect_order>
23 <COMPONENTS> </COMPONENTS>
24 </ONOScli1>
25
26 <ONOScli2>
27 <host>localhost</host>
28 <user>admin</user>
29 <password>onos_test</password>
30 <type>OnosCliDriver</type>
31 <connect_order>3</connect_order>
32 <COMPONENTS> </COMPONENTS>
33 </ONOScli2>
34
35 <ONOScli3>
36 <host>localhost</host>
37 <user>admin</user>
38 <password>onos_test</password>
39 <type>OnosCliDriver</type>
40 <connect_order>4</connect_order>
41 <COMPONENTS> </COMPONENTS>
42 </ONOScli3>
43
44 <ONOScli4>
45 <host>localhost</host>
46 <user>admin</user>
47 <password>onos_test</password>
48 <type>OnosCliDriver</type>
49 <connect_order>5</connect_order>
50 <COMPONENTS> </COMPONENTS>
51 </ONOScli4>
52
53 <ONOScli5>
54 <host>localhost</host>
55 <user>admin</user>
56 <password>onos_test</password>
57 <type>OnosCliDriver</type>
58 <connect_order>6</connect_order>
59 <COMPONENTS> </COMPONENTS>
60 </ONOScli5>
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 <ONOScli7>
72 <host>localhost</host>
73 <user>admin</user>
74 <password>onos_test</password>
75 <type>OnosCliDriver</type>
76 <connect_order>8</connect_order>
77 <COMPONENTS> </COMPONENTS>
78 </ONOScli7>
79
80 <ONOS1>
81 <host>OC1</host>
82 <user>sdn</user>
83 <password>rocks</password>
84 <type>OnosDriver</type>
85 <connect_order>9</connect_order>
86 <COMPONENTS> </COMPONENTS>
87 </ONOS1>
88
89 <Mininet1>
90 <host>localhost</host>
91 <user>admin</user>
92 <password>onos_test</password>
93 <type>MininetCliDriver</type>
94 <connect_order>16</connect_order>
95 <COMPONENTS>
96 </COMPONENTS>
97 </Mininet1>
98
99 <ONOSrest1>
100 <host>OC1</host>
101 <port>8181</port>
102 <user>onos</user>
103 <password>rocks</password>
104 <type>OnosRestDriver</type>
105 <connect_order>3</connect_order>
106 <COMPONENT>
107 </COMPONENT>
108 </ONOSrest1>
109
110 </COMPONENT>
111
112</TOPOLOGY>