blob: 5fdf91dc3bd2daa1a96dd4c602b6cc5dbec3c722 [file] [log] [blame]
You Wangdb927a52016-02-26 11:03:28 -08001<TOPOLOGY>
2 <COMPONENT>
3
Devin Lim142b5342017-07-20 15:22:39 -07004 <ONOScell>
5 <host>localhost</host> # ONOS "bench" machine
You Wangdb927a52016-02-26 11:03:28 -08006 <user>admin</user>
7 <password></password>
Devin Lim142b5342017-07-20 15:22:39 -07008 <type>OnosClusterDriver</type>
You Wangdb927a52016-02-26 11:03:28 -08009 <connect_order>1</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070010 <COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070011 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
12 <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 -070013 <karaf_username></karaf_username>
14 <karaf_password></karaf_password>
Devin Lim142b5342017-07-20 15:22:39 -070015 <web_user></web_user>
16 <web_pass></web_pass>
17 <rest_port></rest_port>
18 <prompt></prompt> # TODO: we technically need a few of these, one per component
19 <onos_home></onos_home> # defines where onos home is
20 <nodes> 3 </nodes> # number of nodes in the cluster
Devin Limdc78e202017-06-09 18:30:07 -070021 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070022 </ONOScell>
You Wangdb927a52016-02-26 11:03:28 -080023
24 <Mininet1>
25 <host>OCN</host>
26 <user>admin</user>
27 <password></password>
28 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070029 <connect_order>2</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070030 <COMPONENTS>
31 <prompt></prompt>
32 </COMPONENTS>
You Wangdb927a52016-02-26 11:03:28 -080033 </Mininet1>
34
35 </COMPONENT>
Devin Limf0822182017-09-12 14:52:57 -070036</TOPOLOGY>