blob: 9de0291d2088d8603d47f7383a82e53a40470b01 [file] [log] [blame]
andrewonlab92ea3672014-11-04 20:22:14 -05001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.174.10</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 <ONOS1cli>
14 <host>10.128.174.10</host>
15 <user>admin</user>
16 <password>onos_test</password>
17 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOS1cli>
21
22 <ONOS2cli>
23 <host>10.128.174.10</host>
24 <user>admin</user>
25 <password>onos_test</password>
26 <type>OnosCliDriver</type>
27 <connect_order>2</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS2cli>
30
31 <ONOS3cli>
32 <host>10.128.174.10</host>
33 <user>admin</user>
34 <password>onos_test</password>
35 <type>OnosCliDriver</type>
36 <connect_order>2</connect_order>
37 <COMPONENTS> </COMPONENTS>
38 </ONOS3cli>
andrewonlab4293dcb2014-12-02 15:48:05 -050039
40 <ONOS4cli>
41 <host>10.128.174.10</host>
42 <user>admin</user>
43 <password>onos_test</password>
44 <type>OnosCliDriver</type>
45 <connect_order>2</connect_order>
46 <COMPONENTS> </COMPONENTS>
47 </ONOS4cli>
48
49 <ONOS5cli>
50 <host>10.128.174.10</host>
51 <user>admin</user>
52 <password>onos_test</password>
53 <type>OnosCliDriver</type>
54 <connect_order>2</connect_order>
55 <COMPONENTS> </COMPONENTS>
56 </ONOS5cli>
57
58 <ONOS6cli>
59 <host>10.128.174.10</host>
60 <user>admin</user>
61 <password>onos_test</password>
62 <type>OnosCliDriver</type>
63 <connect_order>2</connect_order>
64 <COMPONENTS> </COMPONENTS>
65 </ONOS6cli>
66
67 <ONOS7cli>
68 <host>10.128.174.10</host>
69 <user>admin</user>
70 <password>onos_test</password>
71 <type>OnosCliDriver</type>
72 <connect_order>2</connect_order>
73 <COMPONENTS> </COMPONENTS>
74 </ONOS7cli>
andrewonlab92ea3672014-11-04 20:22:14 -050075
76 <ONOS1>
77 <host>10.128.174.1</host>
78 <user>admin</user>
79 <password>onos_test</password>
80 <type>OnosDriver</type>
81 <connect_order>3</connect_order>
82 <COMPONENTS> </COMPONENTS>
83 </ONOS1>
84
85 <Mininet1>
86 <host>10.128.10.90</host>
87 <user>admin</user>
88 <password>onos_test</password>
89 <type>MininetCliDriver</type>
90 <connect_order>4</connect_order>
91 <COMPONENTS>
andrewonlaba57a3042015-01-23 13:53:05 -050092 <arg1> --custom topo-intent-8sw.py </arg1>
andrewonlab4293dcb2014-12-02 15:48:05 -050093 <arg2> --arp --mac --topo mytopo </arg2>
andrewonlab92ea3672014-11-04 20:22:14 -050094 <arg3> </arg3>
andrewonlab70decc02014-11-19 18:50:23 -050095 <controller> remote </controller>
andrewonlab92ea3672014-11-04 20:22:14 -050096 </COMPONENTS>
97 </Mininet1>
98
99 <Mininet2>
100 <host>10.128.10.90</host>
101 <user>admin</user>
102 <password>onos_test</password>
103 <type>RemoteMininetDriver</type>
104 <connect_order>5</connect_order>
105 <COMPONENTS> </COMPONENTS>
106 </Mininet2>
107
108 </COMPONENT>
109</TOPOLOGY>