blob: 4bf4bd4384e1644644e7e21b8b642be9e3e25db1 [file] [log] [blame]
Jon Hall5cf14d52015-07-16 12:15:19 -07001<TOPOLOGY>
2 <COMPONENT>
3
Jon Hallca319892017-06-15 15:25:22 -07004 <ONOScell>
5 <host>localhost</host> # ONOS "bench" machine
Jon Hall53c5e662016-04-13 16:06:56 -07006 <user>sdn</user>
7 <password>rocks</password>
Jon Hallca319892017-06-15 15:25:22 -07008 <type>OnosClusterDriver</type>
9 <connect_order>1</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070010 <COMPONENTS>
Jon Hallca319892017-06-15 15:25:22 -070011 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
Devin Lim142b5342017-07-20 15:22:39 -070012 <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 -070013 <karaf_username></karaf_username>
14 <karaf_password></karaf_password>
Jon Hallca319892017-06-15 15:25:22 -070015 <web_user></web_user>
16 <web_pass></web_pass>
17 <rest_port></rest_port>
18 <prompt></prompt> # TODO: we technically need a few of these, one per component
19 <onos_home></onos_home> # defines where onos home is
20 <nodes> 7 </nodes> # number of nodes in the cluster
Devin Limdc78e202017-06-09 18:30:07 -070021 </COMPONENTS>
Jon Hallca319892017-06-15 15:25:22 -070022 </ONOScell>
Jon Hall5cf14d52015-07-16 12:15:19 -070023
24 <Mininet1>
25 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070026 <user>sdn</user>
27 <password>rocks</password>
Jon Hall5cf14d52015-07-16 12:15:19 -070028 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070029 <connect_order>2</connect_order>
Jon Hall5cf14d52015-07-16 12:15:19 -070030 <COMPONENTS>
31 #Specify the Option for mininet
32 <arg1> --custom ~/mininet/custom/obelisk.py </arg1>
33 <arg2> --topo obelisk </arg2>
Jon Hallde5ef2a2015-07-22 14:45:24 -070034 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
Jon Hall5cf14d52015-07-16 12:15:19 -070035 <controller> none </controller>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070036 <home>~/mininet/custom/</home>
Devin Limdc78e202017-06-09 18:30:07 -070037 <prompt></prompt>
Jon Hall5cf14d52015-07-16 12:15:19 -070038 </COMPONENTS>
39 </Mininet1>
40
41 <Mininet2>
42 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070043 <user>sdn</user>
44 <password>rocks</password>
Jon Hall5cf14d52015-07-16 12:15:19 -070045 <type>RemoteMininetDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070046 <connect_order>3</connect_order>
Jon Hall5cf14d52015-07-16 12:15:19 -070047 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070048 <prompt></prompt>
Jon Hall5cf14d52015-07-16 12:15:19 -070049 </COMPONENTS>
50 </Mininet2>
51
52 </COMPONENT>
53</TOPOLOGY>