blob: a3d6cfdf940b0698862e86ec725ea22117071087 [file] [log] [blame]
shahshreyab512cd02015-01-27 17:01:47 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.10.11</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS> </COMPONENTS>
11 </ONOSbench>
12
13 <ONOS1>
14 <host>10.128.10.11</host>
15 <user>sdn</user>
16 <password>sdn</password>
17 <type>OnosDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOS1>
21
22 <ONOS2>
23 <host>10.128.10.11</host>
24 <user>admin</user>
25 <password>onos_test</password>
26 <type>OnosCliDriver</type>
27 <connect_order>3</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS2>
30
31 <Mininet1>
32 <host>10.128.10.11</host>
33 <user>admin</user>
34 <password>onos_test</password>
35 <type>MininetCliDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS>
38 #Specify the Option for mininet
39 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
40 <arg2> --topo mytopo </arg2>
41 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
42 <controller> remote </controller>
43 </COMPONENTS>
44 </Mininet1>
45
46 <Mininet2>
47 <host>10.128.10.11</host>
48 <user>admin</user>
49 <password>onos_test</password>
50 <type>RemoteMininetDriver</type>
51 <connect_order>5</connect_order>
52 <COMPONENTS>
53 #Specify the Option for mininet
54 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
55 <arg2> --topo mytopo </arg2>
56 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
57 <controller> remote </controller>
58 </COMPONENTS>
59 </Mininet2>
60
61 <LincOE1>
62 <host>10.128.20.30</host>
63 <user>admin</user>
64 <password>onos_test</password>
65 <type>LincOEDriver</type>
66 <connect_order>6</connect_order>
67 <COMPONENTS>
68 <arg1> </arg1>
69 </COMPONENTS>
70 </LincOE1>
71
72 <LincOE2>
73 <host>10.128.20.30</host>
74 <user>admin</user>
75 <password>onos_test</password>
76 <type>RemoteMininetDriver</type>
77 <connect_order>7</connect_order>
78 <COMPONENTS>
79 <arg1> sudo python /home/admin/optical.py </arg1>
80 <arg2> </arg2>
81 </COMPONENTS>
82 </LincOE2>
83
84 <LincOE3>
85 <host>10.128.20.30</host>
86 <user>admin</user>
87 <password>onos_test</password>
88 <type>RemoteMininetDriver</type>
89 <connect_order>8</connect_order>
90 </LincOE3>
91
92
93 </COMPONENT>
94</TOPOLOGY>