blob: bf9b6bec749d32c536f412d5514d84111dd3e784 [file] [log] [blame]
Piera2a7e1b2016-10-04 11:51:43 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
6 <user>sdn</user>
7 <password>rocks</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 <nodes>1</nodes>
12 </COMPONENTS>
13 </ONOSbench>
14
15 <ONOScli1>
16 <host>OC1</host>
17 <user>sdn</user>
18 <password>rocks</password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS>
22 </COMPONENTS>
23 </ONOScli1>
24
25 <ONOScli2>
26 <host>OC2</host>
27 <user>sdn</user>
28 <password>rocks</password>
29 <type>OnosCliDriver</type>
30 <connect_order>3</connect_order>
31 <COMPONENTS>
32 </COMPONENTS>
33 </ONOScli2>
34
35 <ONOScli3>
36 <host>OC3</host>
37 <user>sdn</user>
38 <password>rocks</password>
39 <type>OnosCliDriver</type>
40 <connect_order>4</connect_order>
41 <COMPONENTS>
42 </COMPONENTS>
43 </ONOScli3>
44
45 <ONOSrest1>
46 <host>OC1</host>
47 <port>8181</port>
48 <user>onos</user>
49 <password>rocks</password>
50 <type>OnosRestDriver</type>
51 <connect_order>5</connect_order>
52 <COMPONENTS>
53 </COMPONENTS>
54 </ONOSrest1>
55
56 <ONOSrest2>
57 <host>OC2</host>
58 <port>8181</port>
59 <user>onos</user>
60 <password>rocks</password>
61 <type>OnosRestDriver</type>
62 <connect_order>6</connect_order>
63 <COMPONENTS>
64 </COMPONENTS>
65 </ONOSrest2>
66
67 <ONOSrest3>
68 <host>OC3</host>
69 <port>8181</port>
70 <user>onos</user>
71 <password>rocks</password>
72 <type>OnosRestDriver</type>
73 <connect_order>7</connect_order>
74 <COMPONENTS>
75 </COMPONENTS>
76 </ONOSrest3>
77
78 <Mininet1>
79 <host>OCN</host>
80 <user>sdn</user>
81 <password>rocks</password>
82 <type>MininetCliDriver</type>
83 <connect_order>7</connect_order>
84 <COMPONENTS>
85 <home>~/mininet/custom/</home>
86 </COMPONENTS>
87 </Mininet1>
88
89 </COMPONENT>
90</TOPOLOGY>