Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 3 | <ONOSbench> |
| 4 | <host>localhost</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 5 | <user>sdn</user> |
| 6 | <password>rocks</password> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 7 | <type>OnosDriver</type> |
| 8 | <connect_order>1</connect_order> |
| 9 | <COMPONENTS> |
Jon Hall | 439c891 | 2016-04-15 02:22:03 -0700 | [diff] [blame] | 10 | <nodes>5</nodes> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 11 | </COMPONENTS> |
| 12 | </ONOSbench> |
| 13 | |
| 14 | <ONOScli1> |
| 15 | <host>localhost</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 16 | <user>sdn</user> |
| 17 | <password>rocks</password> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 18 | <type>OnosCliDriver</type> |
| 19 | <connect_order>2</connect_order> |
| 20 | <COMPONENTS> </COMPONENTS> |
| 21 | </ONOScli1> |
| 22 | |
| 23 | <ONOScli2> |
| 24 | <host>localhost</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 25 | <user>sdn</user> |
| 26 | <password>rocks</password> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 27 | <type>OnosCliDriver</type> |
| 28 | <connect_order>3</connect_order> |
| 29 | <COMPONENTS> </COMPONENTS> |
| 30 | </ONOScli2> |
| 31 | |
| 32 | <ONOScli3> |
| 33 | <host>localhost</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 34 | <user>sdn</user> |
| 35 | <password>rocks</password> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 36 | <type>OnosCliDriver</type> |
| 37 | <connect_order>4</connect_order> |
| 38 | <COMPONENTS> </COMPONENTS> |
| 39 | </ONOScli3> |
| 40 | |
Jon Hall | a79daa5 | 2016-04-18 16:32:44 -0700 | [diff] [blame] | 41 | <ONOScli4> |
| 42 | <host>localhost</host> |
| 43 | <user>sdn</user> |
| 44 | <password>rocks</password> |
| 45 | <type>OnosCliDriver</type> |
| 46 | <connect_order>5</connect_order> |
| 47 | <COMPONENTS> </COMPONENTS> |
| 48 | </ONOScli4> |
| 49 | |
| 50 | <ONOScli5> |
| 51 | <host>localhost</host> |
| 52 | <user>sdn</user> |
| 53 | <password>rocks</password> |
| 54 | <type>OnosCliDriver</type> |
| 55 | <connect_order>6</connect_order> |
| 56 | <COMPONENTS> </COMPONENTS> |
| 57 | </ONOScli5> |
| 58 | |
| 59 | |
sathishm | ad95346 | 2015-12-03 17:42:07 +0530 | [diff] [blame] | 60 | <ONOS1> |
| 61 | <host>OC1</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 62 | <user>sdn</user> |
| 63 | <password>rocks</password> |
sathishm | ad95346 | 2015-12-03 17:42:07 +0530 | [diff] [blame] | 64 | <type>OnosDriver</type> |
Jon Hall | a79daa5 | 2016-04-18 16:32:44 -0700 | [diff] [blame] | 65 | <connect_order>7</connect_order> |
sathishm | ad95346 | 2015-12-03 17:42:07 +0530 | [diff] [blame] | 66 | <COMPONENTS> </COMPONENTS> |
| 67 | </ONOS1> |
| 68 | |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 69 | <Mininet1> |
| 70 | <host>OCN</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 71 | <user>sdn</user> |
| 72 | <password>rocks</password> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 73 | <type>MininetCliDriver</type> |
Jon Hall | a79daa5 | 2016-04-18 16:32:44 -0700 | [diff] [blame] | 74 | <connect_order>8</connect_order> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 75 | <COMPONENTS> |
| 76 | <home>~/mininet/custom/</home> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 77 | </COMPONENTS> |
| 78 | </Mininet1> |
| 79 | |
| 80 | </COMPONENT> |
sathishm | c436225 | 2016-04-20 18:29:48 +0530 | [diff] [blame] | 81 | </TOPOLOGY> |