GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
| 4 | <ONOSbench> |
| 5 | <host>localhost</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 6 | <user>sdn</user> |
| 7 | <password>rocks</password> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 8 | <type>OnosDriver</type> |
| 9 | <connect_order>1</connect_order> |
| 10 | <COMPONENTS> |
Jeremy | 8616099 | 2016-04-11 10:05:53 -0700 | [diff] [blame] | 11 | <nodes>3</nodes> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 12 | </COMPONENTS> |
| 13 | </ONOSbench> |
| 14 | |
| 15 | <ONOScli1> |
| 16 | <host>localhost</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 17 | <user>sdn</user> |
| 18 | <password>rocks</password> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 19 | <type>OnosCliDriver</type> |
| 20 | <connect_order>2</connect_order> |
| 21 | <COMPONENTS> |
| 22 | </COMPONENTS> |
| 23 | </ONOScli1> |
| 24 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 25 | <Mininet1> |
Jon Hall | a510a8a | 2016-05-04 15:09:28 -0700 | [diff] [blame] | 26 | <host>OCN</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 27 | <user>sdn</user> |
| 28 | <password>rocks</password> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 29 | <type>MininetCliDriver</type> |
| 30 | <connect_order>5</connect_order> |
| 31 | <COMPONENTS> </COMPONENTS> |
| 32 | </Mininet1> |
| 33 | |
| 34 | <ONOSrest> |
| 35 | <host>OC1</host> |
| 36 | <port>8181</port> |
GlennRC | a539137 | 2015-10-14 17:28:15 -0700 | [diff] [blame] | 37 | <user>onos</user> |
| 38 | <password>rocks</password> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 39 | <type>OnosRestDriver</type> |
| 40 | <connect_order>6</connect_order> |
| 41 | <COMPONENTS> |
| 42 | </COMPONENTS> |
| 43 | </ONOSrest> |
| 44 | |
Jon Hall | a510a8a | 2016-05-04 15:09:28 -0700 | [diff] [blame] | 45 | <Scapy> |
| 46 | <host>OCN</host> |
| 47 | <user>sdn</user> |
| 48 | <password>rocks</password> |
| 49 | <type>ScapyCliDriver</type> |
| 50 | <connect_order>7</connect_order> |
| 51 | </Scapy> |
| 52 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 53 | </COMPONENT> |
| 54 | </TOPOLOGY> |