Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [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> |
Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 8 | <type>OnosDriver</type> |
| 9 | <connect_order>1</connect_order> |
| 10 | <COMPONENTS> |
| 11 | <nodes>3</nodes> |
| 12 | </COMPONENTS> |
| 13 | </ONOSbench> |
| 14 | |
| 15 | <ONOSrest1> |
| 16 | <host>OC1</host> |
| 17 | <port>8181</port> |
| 18 | <user>onos</user> |
| 19 | <password>rocks</password> |
| 20 | <type>OnosRestDriver</type> |
| 21 | <connect_order>2</connect_order> |
| 22 | <COMPONENTS> |
| 23 | </COMPONENTS> |
| 24 | </ONOSrest1> |
| 25 | |
| 26 | <ONOSrest2> |
| 27 | <host>OC2</host> |
| 28 | <port>8181</port> |
| 29 | <user>onos</user> |
| 30 | <password>rocks</password> |
| 31 | <type>OnosRestDriver</type> |
| 32 | <connect_order>3</connect_order> |
| 33 | <COMPONENTS> |
| 34 | </COMPONENTS> |
| 35 | </ONOSrest2> |
| 36 | |
| 37 | <ONOSrest3> |
| 38 | <host>OC3</host> |
| 39 | <port>8181</port> |
| 40 | <user>onos</user> |
| 41 | <password>rocks</password> |
| 42 | <type>OnosRestDriver</type> |
| 43 | <connect_order>4</connect_order> |
| 44 | <COMPONENTS> |
| 45 | </COMPONENTS> |
| 46 | </ONOSrest3> |
| 47 | |
| 48 | <ONOScli1> |
| 49 | <host>localhost</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 50 | <user>sdn</user> |
| 51 | <password>rocks</password> |
Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 52 | <type>OnosCliDriver</type> |
| 53 | <connect_order>5</connect_order> |
| 54 | <COMPONENTS> </COMPONENTS> |
| 55 | </ONOScli1> |
| 56 | |
| 57 | <ONOScli2> |
| 58 | <host>localhost</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 59 | <user>sdn</user> |
| 60 | <password>rocks</password> |
Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 61 | <type>OnosCliDriver</type> |
| 62 | <connect_order>6</connect_order> |
| 63 | <COMPONENTS> </COMPONENTS> |
| 64 | </ONOScli2> |
| 65 | |
| 66 | <ONOScli3> |
| 67 | <host>localhost</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 68 | <user>sdn</user> |
| 69 | <password>rocks</password> |
Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 70 | <type>OnosCliDriver</type> |
| 71 | <connect_order>7</connect_order> |
| 72 | <COMPONENTS> </COMPONENTS> |
| 73 | </ONOScli3> |
| 74 | |
| 75 | <Mininet1> |
| 76 | <host>OCN</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 77 | <user>sdn</user> |
| 78 | <password>rocks</password> |
Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 79 | <type>MininetCliDriver</type> |
| 80 | <connect_order>8</connect_order> |
| 81 | <COMPONENTS> |
| 82 | <home>~/mininet/</home> |
| 83 | </COMPONENTS> |
| 84 | </Mininet1> |
| 85 | |
| 86 | </COMPONENT> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 87 | </TOPOLOGY> |