blob: 27925b7ebcd22c1c1604783c19904ac5e96e5385 [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>
14 <COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070015 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
16 <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
17 <karaf_username></karaf_username>
18 <karaf_password></karaf_password>
19 <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> 1 </nodes> # number of nodes in the cluster
cameron@onlab.us966d1be2015-05-15 14:54:09 -070025 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070026 </ONOScell>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070027
cameron@onlab.us966d1be2015-05-15 14:54:09 -070028 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070029 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070030 <user>sdn</user>
31 <password>rocks</password>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070032 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070033 <connect_order>2</connect_order>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070034 <COMPONENTS>
35 <home>~/mininet/custom/</home>
Devin Limdc78e202017-06-09 18:30:07 -070036 <prompt></prompt>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070037 </COMPONENTS>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070038 </Mininet1>
39
cameron@onlab.us966d1be2015-05-15 14:54:09 -070040 </COMPONENT>
41</TOPOLOGY>