suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | <!-- |
| 4 | This is a list of all components and their handles in the test setup. |
| 5 | Even with some handles not used in test cases, we want to define |
| 6 | all onos cells here, for cases to set up onos cluster. |
| 7 | --> |
Jon Hall | ca31989 | 2017-06-15 15:25:22 -0700 | [diff] [blame] | 8 | <ONOScell> |
| 9 | <host>localhost</host> # ONOS "bench" machine |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 10 | <user>sdn</user> |
| 11 | <password>rocks</password> |
Jon Hall | ca31989 | 2017-06-15 15:25:22 -0700 | [diff] [blame] | 12 | <type>OnosClusterDriver</type> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 13 | <connect_order>1</connect_order> |
| 14 | <COMPONENTS> |
Jon Hall | ca31989 | 2017-06-15 15:25:22 -0700 | [diff] [blame] | 15 | <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS' |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 16 | <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True. |
Devin Lim | dc78e20 | 2017-06-09 18:30:07 -0700 | [diff] [blame] | 17 | <karaf_username></karaf_username> |
| 18 | <karaf_password></karaf_password> |
Jon Hall | ca31989 | 2017-06-15 15:25:22 -0700 | [diff] [blame] | 19 | <web_user></web_user> |
| 20 | <web_pass></web_pass> |
| 21 | <rest_port></rest_port> |
| 22 | <prompt></prompt> # TODO: we technically need a few of these, one per component |
| 23 | <onos_home></onos_home> # defines where onos home is |
| 24 | <nodes> 3 </nodes> # number of nodes in the cluster |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 25 | </COMPONENTS> |
Jon Hall | ca31989 | 2017-06-15 15:25:22 -0700 | [diff] [blame] | 26 | </ONOScell> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 27 | |
| 28 | <Mininet1> |
YPZhang | f7d8060 | 2016-06-23 13:59:47 -0700 | [diff] [blame] | 29 | <host>OCN</host> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 30 | <user>sdn</user> |
| 31 | <password>rocks</password> |
| 32 | <type>MininetCliDriver</type> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 33 | <connect_order>2</connect_order> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 34 | <COMPONENTS> |
| 35 | <home>~/mininet/custom/</home> |
| 36 | </COMPONENTS> |
| 37 | </Mininet1> |
| 38 | |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 39 | |
| 40 | </COMPONENT> |
| 41 | </TOPOLOGY> |