blob: 78792d0328e070fc168a5e246dfbf040c36b56a7 [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.
15 <karaf_username></karaf_username>
16 <karaf_password></karaf_password>
17 <web_user></web_user>
18 <web_pass></web_pass>
19 <rest_port></rest_port>
20 <prompt></prompt> # TODO: we technically need a few of these, one per component
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070021 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070022 <nodes>3</nodes> # number of nodes in the cluster
23 </COMPONENTS>
24 </ONOScell>
25
26 <Mininet1>
27 <host>OCN</host>
28 <user>sdn</user>
29 <password>rocks</password>
30 <type>MininetCliDriver</type>
31 <connect_order>2</connect_order>
32 <COMPONENTS>
You Wang5da39c82018-04-26 22:55:08 -070033 <home>~/mininet/</home>
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070034 <prompt></prompt>
35 </COMPONENTS>
36 </Mininet1>
37
38 </COMPONENT>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070039</TOPOLOGY>