blob: 87cbf843e8648bc2f8d1a04450b8bf3026619ac4 [file] [log] [blame]
Jon Hallf57a5ef2015-07-07 17:56:16 -07001<TOPOLOGY>
2
3 <COMPONENT>
4
Devin Lim142b5342017-07-20 15:22:39 -07005 <ONOScell>
6 <host>localhost</host> # ONOS "bench" machine
Jon Hall53c5e662016-04-13 16:06:56 -07007 <user>sdn</user>
8 <password>rocks</password>
Devin Lim142b5342017-07-20 15:22:39 -07009 <type>OnosClusterDriver</type>
Jon Hallf57a5ef2015-07-07 17:56:16 -070010 <connect_order>1</connect_order>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070011 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
jenkinsf4ac82d2015-07-13 16:40:20 -070012 <COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070013 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
14 <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
15 <karaf_username></karaf_username>
16 <karaf_password></karaf_password>
17 <web_user></web_user>
18 <web_pass></web_pass>
19 <rest_port></rest_port>
20 <prompt></prompt> # TODO: we technically need a few of these, one per component
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070021 <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 -070022 <nodes> 1 </nodes> # number of nodes in the cluster
jenkinsf4ac82d2015-07-13 16:40:20 -070023 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070024 </ONOScell>
Jon Hallf57a5ef2015-07-07 17:56:16 -070025
Jon Hallf57a5ef2015-07-07 17:56:16 -070026 </COMPONENT>
27
28</TOPOLOGY>