blob: 1ca2322f9a6c3459b8cac2f487b35bb62817d693 [file] [log] [blame]
cameron@onlab.us966d1be2015-05-15 14:54:09 -07001<TOPOLOGY>
2 <COMPONENT>
suibin zhangc969ddd2016-05-23 12:01:52 -07003 <!--
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 -->
Devin Lim142b5342017-07-20 15:22:39 -07008 <ONOScell>
9 <host>localhost</host> # ONOS "bench" machine
Jon Hall53c5e662016-04-13 16:06:56 -070010 <user>sdn</user>
11 <password>rocks</password>
Devin Lim142b5342017-07-20 15:22:39 -070012 <type>OnosClusterDriver</type>
cameron@onlab.us966d1be2015-05-15 14:54: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.
cameron@onlab.us966d1be2015-05-15 14:54:09 -070015 <COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070016 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
17 <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
18 <karaf_username></karaf_username>
19 <karaf_password></karaf_password>
20 <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.
Devin Lim142b5342017-07-20 15:22:39 -070025 <nodes> 1 </nodes> # number of nodes in the cluster
cameron@onlab.us966d1be2015-05-15 14:54:09 -070026 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070027 </ONOScell>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070028
cameron@onlab.us966d1be2015-05-15 14:54:09 -070029 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070030 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070031 <user>sdn</user>
32 <password>rocks</password>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070033 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070034 <connect_order>2</connect_order>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070035 <COMPONENTS>
36 <home>~/mininet/custom/</home>
Devin Limdc78e202017-06-09 18:30:07 -070037 <prompt></prompt>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070038 </COMPONENTS>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070039 </Mininet1>
40
cameron@onlab.us966d1be2015-05-15 14:54:09 -070041 </COMPONENT>
42</TOPOLOGY>