blob: 750b9b3474108f9085805ccaf6a1d16aedc4b78a [file] [log] [blame]
Flavio Castrocc38a542016-03-03 13:15:46 -08001<TOPOLOGY>
2 <COMPONENT>
3
Devin Lim142b5342017-07-20 15:22:39 -07004 <ONOScell>
5 <host>localhost</host> # ONOS "bench" machine
Jon Hall53c5e662016-04-13 16:06:56 -07006 <user>sdn</user>
7 <password>rocks</password>
Devin Lim142b5342017-07-20 15:22:39 -07008 <type>OnosClusterDriver</type>
Flavio Castrocc38a542016-03-03 13:15:46 -08009 <connect_order>1</connect_order>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070010 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
Flavio Castrocc38a542016-03-03 13:15:46 -080011 <COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070012 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
Jonghwan Hyun76a02b72018-01-30 16:40:48 +090013 <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 -070014 <karaf_username></karaf_username>
15 <karaf_password></karaf_password>
Devin Lim142b5342017-07-20 15:22:39 -070016 <web_user></web_user>
17 <web_pass></web_pass>
18 <rest_port></rest_port>
19 <prompt></prompt> # TODO: we technically need a few of these, one per component
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070020 <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 -070021 <nodes> 3 </nodes> # number of nodes in the cluster
Flavio Castrocc38a542016-03-03 13:15:46 -080022 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070023 </ONOScell>
Flavio Castrocc38a542016-03-03 13:15:46 -080024
25 <Mininet1>
26 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070027 <user>sdn</user>
28 <password>rocks</password>
Flavio Castrocc38a542016-03-03 13:15:46 -080029 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070030 <connect_order>2</connect_order>
Flavio Castrocc38a542016-03-03 13:15:46 -080031 <COMPONENTS>
You Wang5da39c82018-04-26 22:55:08 -070032 <home>~/mininet/</home>
Devin Limdc78e202017-06-09 18:30:07 -070033 <prompt></prompt>
Flavio Castrocc38a542016-03-03 13:15:46 -080034 </COMPONENTS>
35 </Mininet1>
36
37 </COMPONENT>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070038</TOPOLOGY>