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