andrewonlab | 92ea367 | 2014-11-04 20:22:14 -0500 | [diff] [blame] | 1 | <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> |
andrewonlab | 4293dcb | 2014-12-02 15:48:05 -0500 | [diff] [blame] | 39 | |
| 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> |
andrewonlab | 92ea367 | 2014-11-04 20:22:14 -0500 | [diff] [blame] | 75 | |
| 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> |
andrewonlab | 4293dcb | 2014-12-02 15:48:05 -0500 | [diff] [blame] | 92 | <arg1> --custom topo-linear-scaleout.py </arg1> |
| 93 | <arg2> --arp --mac --topo mytopo </arg2> |
andrewonlab | 92ea367 | 2014-11-04 20:22:14 -0500 | [diff] [blame] | 94 | <arg3> </arg3> |
andrewonlab | 70decc0 | 2014-11-19 18:50:23 -0500 | [diff] [blame] | 95 | <controller> remote </controller> |
andrewonlab | 92ea367 | 2014-11-04 20:22:14 -0500 | [diff] [blame] | 96 | </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> |