blob: e0328c2303aae3237135dfd16cca98ac0c2194e8 [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>
Devin Limdc78e202017-06-09 18:30:07 -070012 <prompt></prompt>
Piera2a7e1b2016-10-04 11:51:43 -070013 </COMPONENTS>
14 </ONOSbench>
15
16 <ONOScli1>
17 <host>OC1</host>
18 <user>sdn</user>
19 <password>rocks</password>
20 <type>OnosCliDriver</type>
21 <connect_order>2</connect_order>
22 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070023 <karaf_username></karaf_username>
24 <karaf_password></karaf_password>
25 <prompt></prompt>
Piera2a7e1b2016-10-04 11:51:43 -070026 </COMPONENTS>
27 </ONOScli1>
28
29 <ONOScli2>
30 <host>OC2</host>
31 <user>sdn</user>
32 <password>rocks</password>
33 <type>OnosCliDriver</type>
34 <connect_order>3</connect_order>
35 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070036 <prompt></prompt>
Piera2a7e1b2016-10-04 11:51:43 -070037 </COMPONENTS>
38 </ONOScli2>
39
40 <ONOScli3>
41 <host>OC3</host>
42 <user>sdn</user>
43 <password>rocks</password>
44 <type>OnosCliDriver</type>
45 <connect_order>4</connect_order>
46 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070047 <prompt></prompt>
Piera2a7e1b2016-10-04 11:51:43 -070048 </COMPONENTS>
49 </ONOScli3>
50
51 <ONOSrest1>
52 <host>OC1</host>
53 <port>8181</port>
54 <user>onos</user>
55 <password>rocks</password>
56 <type>OnosRestDriver</type>
57 <connect_order>5</connect_order>
58 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070059 <prompt></prompt>
Piera2a7e1b2016-10-04 11:51:43 -070060 </COMPONENTS>
61 </ONOSrest1>
62
63 <ONOSrest2>
64 <host>OC2</host>
65 <port>8181</port>
66 <user>onos</user>
67 <password>rocks</password>
68 <type>OnosRestDriver</type>
69 <connect_order>6</connect_order>
70 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070071 <prompt></prompt>
Piera2a7e1b2016-10-04 11:51:43 -070072 </COMPONENTS>
73 </ONOSrest2>
74
75 <ONOSrest3>
76 <host>OC3</host>
77 <port>8181</port>
78 <user>onos</user>
79 <password>rocks</password>
80 <type>OnosRestDriver</type>
81 <connect_order>7</connect_order>
82 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070083 <prompt></prompt>
Piera2a7e1b2016-10-04 11:51:43 -070084 </COMPONENTS>
85 </ONOSrest3>
86
87 <Mininet1>
88 <host>OCN</host>
89 <user>sdn</user>
90 <password>rocks</password>
91 <type>MininetCliDriver</type>
92 <connect_order>7</connect_order>
93 <COMPONENTS>
94 <home>~/mininet/custom/</home>
Devin Limdc78e202017-06-09 18:30:07 -070095 <prompt></prompt>
Piera2a7e1b2016-10-04 11:51:43 -070096 </COMPONENTS>
97 </Mininet1>
98
99 </COMPONENT>
100</TOPOLOGY>