blob: 88163ad6f03776d1428199b9e990eadd6653f5e0 [file] [log] [blame]
Devin Lim3ebd5e72017-11-14 10:38:00 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOScell>
5 <host>localhost</host> # ONOS "bench" machine
6 <user>sdn</user>
7 <password>rocks</password>
8 <type>OnosClusterDriver</type>
9 <connect_order>1</connect_order>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070010 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
Devin Lim3ebd5e72017-11-14 10:38:00 -080011 <COMPONENTS>
12 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
13 <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used for True.
14 <karaf_username></karaf_username>
15 <karaf_password></karaf_password>
16 <web_user></web_user>
17 <web_pass></web_pass>
18 <rest_port></rest_port>
19 <prompt></prompt> # TODO: we technically need a few of these, one per component
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070020 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
Devin Lim3ebd5e72017-11-14 10:38:00 -080021 <nodes> 7 </nodes> # number of nodes in the cluster
22 </COMPONENTS>
23 </ONOScell>
24
25 <Mininet1>
26 <host>OCN</host>
27 <user>sdn</user>
28 <password>rocks</password>
29 <type>MininetCliDriver</type>
30 <connect_order>2</connect_order>
31 <COMPONENTS>
32 <prompt></prompt>
33 </COMPONENTS>
34 </Mininet1>
35
36 </COMPONENT>
37</TOPOLOGY>