blob: e6082bceb53bada63cbd26ddcffd3189fb79f57a [file] [log] [blame]
Jon Hall5cf14d52015-07-16 12:15:19 -07001<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>
Jon Hall5cf14d52015-07-16 12:15:19 -07009 <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.
Jon Hall5cf14d52015-07-16 12:15:19 -070011 <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
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> 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>
Jon Hall5cf14d52015-07-16 12:15:19 -070024
25 <Mininet1>
26 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070027 <user>sdn</user>
28 <password>rocks</password>
Jon Hall5cf14d52015-07-16 12:15:19 -070029 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070030 <connect_order>2</connect_order>
Jon Hall5cf14d52015-07-16 12:15:19 -070031 <COMPONENTS>
32 #Specify the Option for mininet
33 <arg1> --custom ~/mininet/custom/obelisk.py </arg1>
34 <arg2> --topo obelisk </arg2>
Jon Hallde5ef2a2015-07-22 14:45:24 -070035 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
Jon Hall5cf14d52015-07-16 12:15:19 -070036 <controller> none </controller>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070037 <home>~/mininet/custom/</home>
Devin Limdc78e202017-06-09 18:30:07 -070038 <prompt></prompt>
Jon Hall5cf14d52015-07-16 12:15:19 -070039 </COMPONENTS>
40 </Mininet1>
41
42 <Mininet2>
43 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070044 <user>sdn</user>
45 <password>rocks</password>
Jon Hall5cf14d52015-07-16 12:15:19 -070046 <type>RemoteMininetDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070047 <connect_order>3</connect_order>
Jon Hall5cf14d52015-07-16 12:15:19 -070048 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070049 <prompt></prompt>
Jon Hall5cf14d52015-07-16 12:15:19 -070050 </COMPONENTS>
51 </Mininet2>
52
53 </COMPONENT>
54</TOPOLOGY>