blob: 82c7b3ab209120638fe0941eb890a938c5819b88 [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>
11 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
12 <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
13 <karaf_username></karaf_username>
14 <karaf_password></karaf_password>
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
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070019 <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 -070020 <nodes>3</nodes> # number of nodes in the cluster
21 </COMPONENTS>
22 </ONOScell>
23
24 <Mininet1>
25 <host>OCN</host>
26 <user>sdn</user>
27 <password>rocks</password>
28 <type>MininetCliDriver</type>
29 <connect_order>2</connect_order>
30 <COMPONENTS>
You Wang5da39c82018-04-26 22:55:08 -070031 <home>~/mininet/</home>
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070032 <prompt></prompt>
33 </COMPONENTS>
34 </Mininet1>
35
36 </COMPONENT>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070037</TOPOLOGY>