Flavio Castro | 519072e | 2016-06-23 13:30:48 -0700 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 4 | <ONOScell> |
| 5 | <host>localhost</host> # ONOS "bench" machine |
Flavio Castro | 519072e | 2016-06-23 13:30:48 -0700 | [diff] [blame] | 6 | <user>sdn</user> |
| 7 | <password>rocks</password> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 8 | <type>OnosClusterDriver</type> |
Flavio Castro | 519072e | 2016-06-23 13:30:48 -0700 | [diff] [blame] | 9 | <connect_order>1</connect_order> |
| 10 | <COMPONENTS> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 11 | <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS' |
Jonghwan Hyun | 76a02b7 | 2018-01-30 16:40:48 +0900 | [diff] [blame] | 12 | <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] | 13 | <karaf_username></karaf_username> |
| 14 | <karaf_password></karaf_password> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 15 | <web_user></web_user> |
| 16 | <web_pass></web_pass> |
| 17 | <rest_port></rest_port> |
| 18 | <prompt></prompt> # TODO: we technically need a few of these, one per component |
| 19 | <onos_home></onos_home> # defines where onos home is |
| 20 | <nodes> 3 </nodes> # number of nodes in the cluster |
Flavio Castro | 519072e | 2016-06-23 13:30:48 -0700 | [diff] [blame] | 21 | </COMPONENTS> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 22 | </ONOScell> |
Flavio Castro | 519072e | 2016-06-23 13:30:48 -0700 | [diff] [blame] | 23 | |
| 24 | <Mininet1> |
| 25 | <host>OCN</host> |
| 26 | <user>sdn</user> |
| 27 | <password>rocks</password> |
| 28 | <type>MininetCliDriver</type> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 29 | <connect_order>2</connect_order> |
Flavio Castro | 519072e | 2016-06-23 13:30:48 -0700 | [diff] [blame] | 30 | <COMPONENTS> |
| 31 | <home>~/mininet/custom/</home> |
Devin Lim | dc78e20 | 2017-06-09 18:30:07 -0700 | [diff] [blame] | 32 | <prompt></prompt> |
Flavio Castro | 519072e | 2016-06-23 13:30:48 -0700 | [diff] [blame] | 33 | </COMPONENTS> |
| 34 | </Mininet1> |
| 35 | |
| 36 | </COMPONENT> |
| 37 | </TOPOLOGY> |