blob: e9a1f8e3e90ecd65554612d5cfc5fd491df0402b [file] [log] [blame]
Jon Hall2c8959e2016-12-16 12:17:34 -08001<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>localhost</host>
17 <user>sdn</user>
18 <password>rocks</password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS> </COMPONENTS>
22 </ONOScli1>
23
24 <ONOScli2>
25 <host>localhost</host>
26 <user>sdn</user>
27 <password>rocks</password>
28 <type>OnosCliDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS> </COMPONENTS>
31 </ONOScli2>
32
33 <ONOScli3>
34 <host>localhost</host>
35 <user>sdn</user>
36 <password>rocks</password>
37 <type>OnosCliDriver</type>
38 <connect_order>4</connect_order>
39 <COMPONENTS> </COMPONENTS>
40 </ONOScli3>
41
42 <ONOS1>
43 <host>OC1</host>
44 <user>sdn</user>
45 <password>rocks</password>
46 <type>OnosDriver</type>
47 <connect_order>9</connect_order>
48 <COMPONENTS> </COMPONENTS>
49 </ONOS1>
50
51 <ONOS2>
52 <host>OC2</host>
53 <user>sdn</user>
54 <password>rocks</password>
55 <type>OnosDriver</type>
56 <connect_order>10</connect_order>
57 <COMPONENTS> </COMPONENTS>
58 </ONOS2>
59
60 <ONOS3>
61 <host>OC3</host>
62 <user>sdn</user>
63 <password>rocks</password>
64 <type>OnosDriver</type>
65 <connect_order>11</connect_order>
66 <COMPONENTS> </COMPONENTS>
67 </ONOS3>
68
69 <ONOSrest1>
70 <host>OC1</host>
71 <port>8181</port>
72 <user>onos</user>
73 <password>rocks</password>
74 <type>OnosRestDriver</type>
75 <connect_order>2</connect_order>
76 <COMPONENTS>
77 </COMPONENTS>
78 </ONOSrest1>
79
80 <ONOSrest2>
81 <host>OC2</host>
82 <port>8181</port>
83 <user>onos</user>
84 <password>rocks</password>
85 <type>OnosRestDriver</type>
86 <connect_order>3</connect_order>
87 <COMPONENTS>
88 </COMPONENTS>
89 </ONOSrest2>
90
91 <ONOSrest3>
92 <host>OC3</host>
93 <port>8181</port>
94 <user>onos</user>
95 <password>rocks</password>
96 <type>OnosRestDriver</type>
97 <connect_order>4</connect_order>
98 <COMPONENTS>
99 </COMPONENTS>
100 </ONOSrest3>
101
102
103 <Mininet1>
104 <host>OCN</host>
105 <user>sdn</user>
106 <password>rocks</password>
107 <type>MininetCliDriver</type>
108 <connect_order>7</connect_order>
109 <COMPONENTS>
110 <home>~/mininet/custom/</home>
111 </COMPONENTS>
112 </Mininet1>
113
114 </COMPONENT>
115</TOPOLOGY>