Jonghwan Hyun | 3731d6a | 2017-10-19 11:59:31 -0700 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | <ONOScell> |
| 4 | <host>localhost</host> # ONOS "bench" machine |
| 5 | <user>sdn</user> |
| 6 | <password>rocks</password> |
| 7 | <type>OnosClusterDriver</type> |
| 8 | <connect_order>1</connect_order> |
Jeremy Ronquillo | bcbef3e | 2019-06-07 11:02:38 -0700 | [diff] [blame] | 9 | <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty. |
Jonghwan Hyun | 3731d6a | 2017-10-19 11:59:31 -0700 | [diff] [blame] | 10 | <COMPONENTS> |
Jon Hall | 3c0114c | 2020-08-11 15:07:42 -0700 | [diff] [blame] | 11 | <useDocker></useDocker> # Whether to use docker for ONOS nodes |
| 12 | <docker_prompt>~/onos#</docker_prompt> |
Jonghwan Hyun | 3731d6a | 2017-10-19 11:59:31 -0700 | [diff] [blame] | 13 | <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS' |
| 14 | <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True. |
Siddesh | 1349297 | 2021-03-12 21:09:32 +0000 | [diff] [blame] | 15 | <karaf_username>sdn</karaf_username> |
| 16 | <karaf_password>rocks</karaf_password> |
| 17 | <node_username>sdn</node_username> |
| 18 | <node_password>rocks</node_password> |
You Wang | fde64bd | 2021-06-28 09:25:06 -0700 | [diff] [blame] | 19 | <karafPrompt_username>sdn</karafPrompt_username> |
| 20 | <karafPrompt_password>rocks</karafPrompt_password> |
Jonghwan Hyun | 3731d6a | 2017-10-19 11:59:31 -0700 | [diff] [blame] | 21 | <web_user></web_user> |
| 22 | <web_pass></web_pass> |
| 23 | <rest_port></rest_port> |
| 24 | <prompt></prompt> # TODO: we technically need a few of these, one per component |
Jeremy Ronquillo | bcbef3e | 2019-06-07 11:02:38 -0700 | [diff] [blame] | 25 | <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty. |
Jon Hall | e37bd1f | 2020-09-10 12:16:41 -0700 | [diff] [blame] | 26 | <nodes> 7 </nodes> # number of nodes in the cluster |
Jonghwan Hyun | 3731d6a | 2017-10-19 11:59:31 -0700 | [diff] [blame] | 27 | </COMPONENTS> |
| 28 | </ONOScell> |
| 29 | |
| 30 | <Mininet1> |
| 31 | <host>OCN</host> |
| 32 | <user>sdn</user> |
| 33 | <password>rocks</password> |
| 34 | <type>MininetCliDriver</type> |
| 35 | <connect_order>2</connect_order> |
| 36 | <COMPONENTS> |
You Wang | 5da39c8 | 2018-04-26 22:55:08 -0700 | [diff] [blame] | 37 | <home>~/mininet/</home> |
Jonghwan Hyun | 3731d6a | 2017-10-19 11:59:31 -0700 | [diff] [blame] | 38 | <prompt></prompt> |
| 39 | </COMPONENTS> |
| 40 | </Mininet1> |
| 41 | |
| 42 | </COMPONENT> |
Jeremy Ronquillo | bcbef3e | 2019-06-07 11:02:38 -0700 | [diff] [blame] | 43 | </TOPOLOGY> |