blob: 8f0662efcec6ae082cc0c8bf2b7073db951ea9c3 [file] [log] [blame]
andrew@onlab.us2ae3a112015-02-02 11:24:32 -08001<TOPOLOGY>
2
3 <COMPONENT>
4
5 <ONOSbench>
6 <host>10.128.5.55</host>
7 <user>admin</user>
8 <password>onos_test</password>
9 <type>OnosDriver</type>
10 <connect_order>1</connect_order>
11 <COMPONENTS> </COMPONENTS>
12 </ONOSbench>
13
14 <ONOS1cli>
15 <host>10.128.5.55</host>
16 <user>admin</user>
17 <password>onos_test</password>
18 <type>OnosCliDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS> </COMPONENTS>
21 </ONOS1cli>
22
23 <ONOS2cli>
24 <host>10.128.5.55</host>
25 <user>admin</user>
26 <password>onos_test</password>
27 <type>OnosCliDriver</type>
28 <connect_order>3</connect_order>
29 <COMPONENTS> </COMPONENTS>
30 </ONOS2cli>
31
32 <ONOS3cli>
33 <host>10.128.5.55</host>
34 <user>admin</user>
35 <password>onos_test</password>
36 <type>OnosCliDriver</type>
37 <connect_order>4</connect_order>
38 <COMPONENTS> </COMPONENTS>
39 </ONOS3cli>
40
41 <ONOS1>
42 <host>10.128.5.51</host>
43 <user>sdn</user>
44 <password>rocks</password>
45 <type>OnosDriver</type>
46 <connect_order>5</connect_order>
47 <COMPONENTS> </COMPONENTS>
48 </ONOS1>
49
50 <ONOS2>
51 <host>10.128.5.52</host>
52 <user>sdn</user>
53 <password>rocks</password>
54 <type>OnosDriver</type>
55 <connect_order>6</connect_order>
56 <COMPONENTS> </COMPONENTS>
57 </ONOS2>
58
59 <ONOS3>
60 <host>10.128.5.53</host>
61 <user>sdn</user>
62 <password>rocks</password>
63 <type>OnosDriver</type>
64 <connect_order>7</connect_order>
65 <COMPONENTS> </COMPONENTS>
66 </ONOS3>
67
68 <Mininet1>
69 <host>10.128.5.59</host>
70 <user>admin</user>
71 <password>onos_test</password>
72 <type>MininetCliDriver</type>
73 <connect_order>8</connect_order>
74 <COMPONENTS>
75 <arg1> --custom ~/topo-intentTPtest.py </arg1>
76 <arg2> --mac --topo mytopo</arg2>
77 <arg3> </arg3>
78 <controller> remote </controller>
79 </COMPONENTS>
80 </Mininet1>
81
82 </COMPONENT>
83
84</TOPOLOGY>
85