blob: 612b658de1bc70cd7b4cbf2518d2cc81429fd5c4 [file] [log] [blame]
suibin zhang116647a2016-05-06 16:30:09 -07001<TOPOLOGY>
2 <COMPONENT>
3 <!--
4 This is a list of all components and their handles in the test setup.
5 Even with some handles not used in test cases, we want to define
6 all onos cells here, for cases to set up onos cluster.
7 -->
Jon Hallca319892017-06-15 15:25:22 -07008 <ONOScell>
9 <host>localhost</host> # ONOS "bench" machine
suibin zhang116647a2016-05-06 16:30:09 -070010 <user>sdn</user>
11 <password>rocks</password>
Jon Hallca319892017-06-15 15:25:22 -070012 <type>OnosClusterDriver</type>
suibin zhang116647a2016-05-06 16:30:09 -070013 <connect_order>1</connect_order>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070014 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
suibin zhang116647a2016-05-06 16:30:09 -070015 <COMPONENTS>
Jon Hallca319892017-06-15 15:25:22 -070016 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
Devin Lim142b5342017-07-20 15:22:39 -070017 <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 -070018 <karaf_username></karaf_username>
19 <karaf_password></karaf_password>
Jon Hallca319892017-06-15 15:25:22 -070020 <web_user></web_user>
21 <web_pass></web_pass>
22 <rest_port></rest_port>
23 <prompt></prompt> # TODO: we technically need a few of these, one per component
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070024 <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 -070025 <nodes> 7 </nodes> # number of nodes in the cluster
suibin zhang116647a2016-05-06 16:30:09 -070026 </COMPONENTS>
Jon Hallca319892017-06-15 15:25:22 -070027 </ONOScell>
suibin zhang116647a2016-05-06 16:30:09 -070028
29 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070030 <host>OCN</host>
suibin zhang116647a2016-05-06 16:30:09 -070031 <user>sdn</user>
32 <password>rocks</password>
33 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070034 <connect_order>2</connect_order>
suibin zhang116647a2016-05-06 16:30:09 -070035 <COMPONENTS>
36 <home>~/mininet/custom/</home>
37 </COMPONENTS>
38 </Mininet1>
39
suibin zhang116647a2016-05-06 16:30:09 -070040
41 </COMPONENT>
42</TOPOLOGY>