andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
| 4 | <ONOSbench> |
andrewonlab | e9fb672 | 2014-10-24 12:20:35 -0400 | [diff] [blame] | 5 | <host>10.128.174.10</host> |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 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 | |
andrewonlab | 867212a | 2014-10-22 20:13:38 -0400 | [diff] [blame] | 13 | <ONOS1cli> |
andrewonlab | e9fb672 | 2014-10-24 12:20:35 -0400 | [diff] [blame] | 14 | <host>10.128.174.10</host> |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 15 | <user>admin</user> |
| 16 | <password>onos_test</password> |
| 17 | <type>OnosCliDriver</type> |
| 18 | <connect_order>2</connect_order> |
| 19 | <COMPONENTS> </COMPONENTS> |
andrewonlab | 867212a | 2014-10-22 20:13:38 -0400 | [diff] [blame] | 20 | </ONOS1cli> |
| 21 | |
| 22 | <ONOS2cli> |
andrewonlab | e9fb672 | 2014-10-24 12:20:35 -0400 | [diff] [blame] | 23 | <host>10.128.174.10</host> |
andrewonlab | 867212a | 2014-10-22 20:13:38 -0400 | [diff] [blame] | 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> |
andrewonlab | e9fb672 | 2014-10-24 12:20:35 -0400 | [diff] [blame] | 32 | <host>10.128.174.10</host> |
andrewonlab | 867212a | 2014-10-22 20:13:38 -0400 | [diff] [blame] | 33 | <user>admin</user> |
| 34 | <password>onos_test</password> |
| 35 | <type>OnosCliDriver</type> |
| 36 | <connect_order>2</connect_order> |
| 37 | <COMPONENTS> </COMPONENTS> |
| 38 | </ONOS3cli> |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 39 | |
| 40 | <ONOS1> |
andrewonlab | 867212a | 2014-10-22 20:13:38 -0400 | [diff] [blame] | 41 | <host>10.128.174.1</host> |
andrewonlab | 8d29f12 | 2014-10-22 17:15:04 -0400 | [diff] [blame] | 42 | <user>admin</user> |
| 43 | <password>onos_test</password> |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 44 | <type>OnosDriver</type> |
| 45 | <connect_order>3</connect_order> |
| 46 | <COMPONENTS> </COMPONENTS> |
| 47 | </ONOS1> |
| 48 | |
andrewonlab | b54b85b | 2014-10-28 18:43:57 -0400 | [diff] [blame] | 49 | <ONOS2> |
| 50 | <host>10.128.174.2</host> |
| 51 | <user>admin</user> |
| 52 | <password>onos_test</password> |
| 53 | <type>OnosDriver</type> |
| 54 | <connect_order>3</connect_order> |
| 55 | <COMPONENTS> </COMPONENTS> |
| 56 | </ONOS2> |
| 57 | |
| 58 | <ONOS3> |
| 59 | <host>10.128.174.3</host> |
| 60 | <user>admin</user> |
| 61 | <password>onos_test</password> |
| 62 | <type>OnosDriver</type> |
| 63 | <connect_order>3</connect_order> |
| 64 | <COMPONENTS> </COMPONENTS> |
| 65 | </ONOS3> |
| 66 | |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 67 | <Mininet1> |
| 68 | <host>10.128.10.90</host> |
| 69 | <user>admin</user> |
| 70 | <password>onos_test</password> |
| 71 | <type>MininetCliDriver</type> |
| 72 | <connect_order>4</connect_order> |
| 73 | <COMPONENTS> |
andrewonlab | abb11c3 | 2014-11-04 15:03:24 -0500 | [diff] [blame] | 74 | <arg1> --custom topo-100sw.py </arg1> |
andrewonlab | 8d29f12 | 2014-10-22 17:15:04 -0400 | [diff] [blame] | 75 | <arg2> --arp --mac --topo mytopo</arg2> |
| 76 | <arg3> </arg3> |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 77 | <controller> remote </controller> |
| 78 | </COMPONENTS> |
| 79 | </Mininet1> |
| 80 | |
andrewonlab | 8d29f12 | 2014-10-22 17:15:04 -0400 | [diff] [blame] | 81 | <Mininet2> |
| 82 | <host>10.128.10.90</host> |
| 83 | <user>admin</user> |
| 84 | <password>onos_test</password> |
| 85 | <type>RemoteMininetDriver</type> |
| 86 | <connect_order>5</connect_order> |
| 87 | <COMPONENTS> </COMPONENTS> |
| 88 | </Mininet2> |
| 89 | |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 90 | </COMPONENT> |
| 91 | </TOPOLOGY> |