blob: 3f5c2252d2a398f472e63eb88e74a498448a1c8f [file] [log] [blame]
suibin zhang17308622016-04-14 15:45:30 -07001<TOPOLOGY>
2 <COMPONENT>
3
Devin Lim142b5342017-07-20 15:22:39 -07004 <ONOScell>
5 <host>localhost</host> # ONOS "bench" machine
suibin zhang01b250b2016-05-17 21:09:13 -07006 <user>sdn</user>
7 <password>rocks</password>
Devin Lim142b5342017-07-20 15:22:39 -07008 <type>OnosClusterDriver</type>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -07009 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
suibin zhang17308622016-04-14 15:45:30 -070010 <connect_order>1</connect_order>
11 <COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070012 <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 if True.
Devin Limdc78e202017-06-09 18:30:07 -070014 <karaf_username></karaf_username>
15 <karaf_password></karaf_password>
Devin Lim142b5342017-07-20 15:22:39 -070016 <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 Lim142b5342017-07-20 15:22:39 -070021 <nodes> 1 </nodes> # number of nodes in the cluster
suibin zhang17308622016-04-14 15:45:30 -070022 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070023 </ONOScell>
suibin zhang17308622016-04-14 15:45:30 -070024
25 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070026 <host>OCN</host>
suibin zhang01b250b2016-05-17 21:09:13 -070027 <user>sdn</user>
28 <password>rocks</password>
suibin zhang17308622016-04-14 15:45:30 -070029 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070030 <connect_order>2</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070031 <COMPONENTS>
32 <prompt></prompt>
33 </COMPONENTS>
suibin zhang17308622016-04-14 15:45:30 -070034 </Mininet1>
35
suibin zhang17308622016-04-14 15:45:30 -070036 </COMPONENT>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070037</TOPOLOGY>