blob: 5eb64a0136e1b268fcfd37739bf1d21b8fa67fc8 [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>
14 <COMPONENTS>
Jon Hallca319892017-06-15 15:25:22 -070015 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
Devin Lim142b5342017-07-20 15:22:39 -070016 <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 -070017 <karaf_username></karaf_username>
18 <karaf_password></karaf_password>
Jon Hallca319892017-06-15 15:25:22 -070019 <web_user></web_user>
20 <web_pass></web_pass>
21 <rest_port></rest_port>
22 <prompt></prompt> # TODO: we technically need a few of these, one per component
23 <onos_home></onos_home> # defines where onos home is
24 <nodes> 3 </nodes> # number of nodes in the cluster
suibin zhang116647a2016-05-06 16:30:09 -070025 </COMPONENTS>
Jon Hallca319892017-06-15 15:25:22 -070026 </ONOScell>
suibin zhang116647a2016-05-06 16:30:09 -070027
28 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070029 <host>OCN</host>
suibin zhang116647a2016-05-06 16:30:09 -070030 <user>sdn</user>
31 <password>rocks</password>
32 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070033 <connect_order>2</connect_order>
suibin zhang116647a2016-05-06 16:30:09 -070034 <COMPONENTS>
35 <home>~/mininet/custom/</home>
36 </COMPONENTS>
37 </Mininet1>
38
suibin zhang116647a2016-05-06 16:30:09 -070039
40 </COMPONENT>
41</TOPOLOGY>