blob: 0517e4cdf08ec8978d0925a1f70dfc5901751dbc [file] [log] [blame]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -07001<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 Ronquillobcbef3e2019-06-07 11:02:38 -07009 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070010 <COMPONENTS>
Jon Hall3c0114c2020-08-11 15:07:42 -070011 <useDocker></useDocker> # Whether to use docker for ONOS nodes
12 <docker_prompt>~/onos#</docker_prompt>
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070013 <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.
Siddesh13492972021-03-12 21:09:32 +000015 <karaf_username>sdn</karaf_username>
16 <karaf_password>rocks</karaf_password>
17 <node_username>sdn</node_username>
18 <node_password>rocks</node_password>
You Wangfde64bd2021-06-28 09:25:06 -070019 <karafPrompt_username>sdn</karafPrompt_username>
20 <karafPrompt_password>rocks</karafPrompt_password>
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070021 <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 Ronquillobcbef3e2019-06-07 11:02:38 -070025 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
Jon Halle37bd1f2020-09-10 12:16:41 -070026 <nodes> 7 </nodes> # number of nodes in the cluster
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070027 </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 Wang5da39c82018-04-26 22:55:08 -070037 <home>~/mininet/</home>
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070038 <prompt></prompt>
39 </COMPONENTS>
40 </Mininet1>
41
42 </COMPONENT>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070043</TOPOLOGY>