blob: 684335ac27d1b84e098dce054e24faa7328ea288 [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>
Devin Lim142b5342017-07-20 15:22:39 -07009 <type>OnosClusterDriver</type>
GlennRCdc7ab012015-07-23 15:40:12 -070010 <connect_order>1</connect_order>
11 <COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070012 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
13 <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
20 <onos_home></onos_home> # defines where onos home is
21 <nodes> 7 </nodes> # number of nodes in the cluster
Devin Limdc78e202017-06-09 18:30:07 -070022 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070023 </ONOScell>
GlennRCdc7ab012015-07-23 15:40:12 -070024
25 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070026 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070027 <user>sdn</user>
28 <password>rocks</password>
GlennRCdc7ab012015-07-23 15:40:12 -070029 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070030 <connect_order>2</connect_order>
GlennRCdc7ab012015-07-23 15:40:12 -070031 <COMPONENTS>
32 <arg1> --custom ~/mininet/custom/topo-perf-2sw.py </arg1>
33 <arg2> --topo mytopo</arg2>
34 <arg3> --switch ovsk,protocols=OpenFlow13</arg3>
35 <controller> remote </controller>
Devin Limdc78e202017-06-09 18:30:07 -070036 <prompt></prompt>
GlennRCdc7ab012015-07-23 15:40:12 -070037 </COMPONENTS>
38 </Mininet1>
39
40 </COMPONENT>
41
42</TOPOLOGY>
43