Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
| 4 | <ONOSbench> |
Hari Krishna | 0ce0e15 | 2015-06-23 09:55:29 -0700 | [diff] [blame] | 5 | <host>10.128.40.40</host> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 6 | <user>admin</user> |
| 7 | <password>onos_test</password> |
| 8 | <type>OnosDriver</type> |
| 9 | <connect_order>1</connect_order> |
Hari Krishna | b35c6d0 | 2015-03-18 11:13:51 -0700 | [diff] [blame] | 10 | <COMPONENTS> |
Hari Krishna | 0ce0e15 | 2015-06-23 09:55:29 -0700 | [diff] [blame] | 11 | <home>~/ONOS</home> |
Hari Krishna | b35c6d0 | 2015-03-18 11:13:51 -0700 | [diff] [blame] | 12 | </COMPONENTS> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 13 | </ONOSbench> |
| 14 | |
| 15 | <ONOScli1> |
Hari Krishna | 0ce0e15 | 2015-06-23 09:55:29 -0700 | [diff] [blame] | 16 | <host>10.128.40.40</host> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 17 | <user>admin</user> |
| 18 | <password>onos_test</password> |
| 19 | <type>OnosCliDriver</type> |
| 20 | <connect_order>2</connect_order> |
| 21 | <COMPONENTS> </COMPONENTS> |
| 22 | </ONOScli1> |
| 23 | |
| 24 | <ONOScli2> |
Hari Krishna | 0ce0e15 | 2015-06-23 09:55:29 -0700 | [diff] [blame] | 25 | <host>10.128.40.40</host> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 26 | <user>admin</user> |
| 27 | <password>onos_test</password> |
| 28 | <type>OnosCliDriver</type> |
| 29 | <connect_order>3</connect_order> |
| 30 | <COMPONENTS> </COMPONENTS> |
| 31 | </ONOScli2> |
| 32 | |
| 33 | <ONOScli3> |
Hari Krishna | 0ce0e15 | 2015-06-23 09:55:29 -0700 | [diff] [blame] | 34 | <host>10.128.40.40</host> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 35 | <user>admin</user> |
| 36 | <password>onos_test</password> |
| 37 | <type>OnosCliDriver</type> |
| 38 | <connect_order>4</connect_order> |
| 39 | <COMPONENTS> </COMPONENTS> |
| 40 | </ONOScli3> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 41 | |
| 42 | <ONOS1> |
Hari Krishna | 0ce0e15 | 2015-06-23 09:55:29 -0700 | [diff] [blame] | 43 | <host>10.128.40.41</host> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 44 | <user>admin</user> |
| 45 | <password>onos_test</password> |
| 46 | <type>OnosCliDriver</type> |
| 47 | <connect_order>7</connect_order> |
| 48 | <COMPONENTS> </COMPONENTS> |
| 49 | </ONOS1> |
| 50 | |
| 51 | <ONOS2> |
Hari Krishna | 0ce0e15 | 2015-06-23 09:55:29 -0700 | [diff] [blame] | 52 | <host>10.128.40.42</host> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 53 | <user>admin</user> |
| 54 | <password>onos_test</password> |
| 55 | <type>OnosCliDriver</type> |
| 56 | <connect_order>8</connect_order> |
| 57 | <COMPONENTS> </COMPONENTS> |
| 58 | </ONOS2> |
| 59 | |
| 60 | <ONOS3> |
Hari Krishna | 0ce0e15 | 2015-06-23 09:55:29 -0700 | [diff] [blame] | 61 | <host>10.128.40.43</host> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 62 | <user>admin</user> |
| 63 | <password>onos_test</password> |
| 64 | <type>OnosCliDriver</type> |
| 65 | <connect_order>9</connect_order> |
| 66 | <COMPONENTS> </COMPONENTS> |
| 67 | </ONOS3> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 68 | |
| 69 | <Mininet1> |
Hari Krishna | ef1bd4e | 2015-03-12 16:55:30 -0700 | [diff] [blame] | 70 | <host>10.128.40.50</host> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 71 | <user>admin</user> |
| 72 | <password>onos_test</password> |
| 73 | <type>MininetCliDriver</type> |
| 74 | <connect_order>12</connect_order> |
| 75 | <COMPONENTS> |
| 76 | #Specify the Option for mininet |
| 77 | <arg1> --custom ~/mininet/custom/att-mpls-topo.py </arg1> |
| 78 | <arg2> --topo att </arg2> |
| 79 | <arg3> --link tc --switch ovs,protocols=OpenFlow13 </arg3> |
| 80 | <controller> remote </controller> |
| 81 | </COMPONENTS> |
| 82 | </Mininet1> |
kelvin-onlab | d9a8ed3 | 2015-04-03 13:55:28 -0700 | [diff] [blame] | 83 | |
Hari Krishna | 0ce0e15 | 2015-06-23 09:55:29 -0700 | [diff] [blame] | 84 | <Mininet2> |
| 85 | <host>10.128.40.50</host> |
| 86 | <user>admin</user> |
| 87 | <password>onos_test</password> |
| 88 | <type>RemoteMininetDriver</type> |
| 89 | <connect_order>13</connect_order> |
| 90 | <COMPONENTS> |
| 91 | #Specify the Option for mininet |
| 92 | <arg1> --custom ~/mininet/custom/att-mpls-topo.py </arg1> |
| 93 | <arg2> --topo att </arg2> |
| 94 | <arg3> --link tc --switch ovs,protocols=OpenFlow13 </arg3> |
| 95 | <controller> remote </controller> |
| 96 | </COMPONENTS> |
| 97 | </Mininet2> |
| 98 | </COMPONENT> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 99 | </TOPOLOGY> |