blob: 047d24f749ae3bf8fd8ef89852a1561fa253b27b [file] [log] [blame]
GlennRCdc7ab012015-07-23 15:40:12 -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>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -07009 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
Devin Lim142b5342017-07-20 15:22:39 -070010 <type>OnosClusterDriver</type>
GlennRCdc7ab012015-07-23 15:40:12 -070011 <connect_order>1</connect_order>
12 <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.
Devin Limdc78e202017-06-09 18:30:07 -070015 <karaf_username></karaf_username>
16 <karaf_password></karaf_password>
Devin Lim142b5342017-07-20 15:22:39 -070017 <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> 7 </nodes> # number of nodes in the cluster
Devin Limdc78e202017-06-09 18:30:07 -070023 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070024 </ONOScell>
GlennRCdc7ab012015-07-23 15:40:12 -070025
26 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070027 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070028 <user>sdn</user>
29 <password>rocks</password>
GlennRCdc7ab012015-07-23 15:40:12 -070030 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070031 <connect_order>2</connect_order>
GlennRCdc7ab012015-07-23 15:40:12 -070032 <COMPONENTS>
33 <arg1> --custom ~/mininet/custom/topo-perf-2sw.py </arg1>
34 <arg2> --topo mytopo</arg2>
35 <arg3> --switch ovsk,protocols=OpenFlow13</arg3>
36 <controller> remote </controller>
Devin Limdc78e202017-06-09 18:30:07 -070037 <prompt></prompt>
GlennRCdc7ab012015-07-23 15:40:12 -070038 </COMPONENTS>
39 </Mininet1>
40
41 </COMPONENT>
42
43</TOPOLOGY>