blob: f3b9278c81e46b9208854c83f652e7c62d0b68ff [file] [log] [blame]
Jon Hall5cf14d52015-07-16 12:15:19 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -07006 <user>sdn</user>
7 <password>rocks</password>
Jon Hall5cf14d52015-07-16 12:15:19 -07008 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070011 <prompt></prompt>
Jon Hall5cf14d52015-07-16 12:15:19 -070012 </COMPONENTS>
13 </ONOSbench>
14
Jon Hallca319892017-06-15 15:25:22 -070015 <ONOScell>
16 <host>localhost</host> # ONOS "bench" machine
Jon Hall53c5e662016-04-13 16:06:56 -070017 <user>sdn</user>
18 <password>rocks</password>
Jon Hallca319892017-06-15 15:25:22 -070019 <type>OnosClusterDriver</type>
20 <connect_order>1</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070021 <COMPONENTS>
Jon Hallca319892017-06-15 15:25:22 -070022 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
Devin Limdc78e202017-06-09 18:30:07 -070023 <karaf_username></karaf_username>
24 <karaf_password></karaf_password>
Jon Hallca319892017-06-15 15:25:22 -070025 <web_user></web_user>
26 <web_pass></web_pass>
27 <rest_port></rest_port>
28 <prompt></prompt> # TODO: we technically need a few of these, one per component
29 <onos_home></onos_home> # defines where onos home is
30 <nodes> 7 </nodes> # number of nodes in the cluster
Devin Limdc78e202017-06-09 18:30:07 -070031 </COMPONENTS>
Jon Hallca319892017-06-15 15:25:22 -070032 </ONOScell>
Jon Hall5cf14d52015-07-16 12:15:19 -070033
34 <Mininet1>
35 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070036 <user>sdn</user>
37 <password>rocks</password>
Jon Hall5cf14d52015-07-16 12:15:19 -070038 <type>MininetCliDriver</type>
39 <connect_order>16</connect_order>
40 <COMPONENTS>
41 #Specify the Option for mininet
42 <arg1> --custom ~/mininet/custom/obelisk.py </arg1>
43 <arg2> --topo obelisk </arg2>
Jon Hallde5ef2a2015-07-22 14:45:24 -070044 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
Jon Hall5cf14d52015-07-16 12:15:19 -070045 <controller> none </controller>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070046 <home>~/mininet/custom/</home>
Devin Limdc78e202017-06-09 18:30:07 -070047 <prompt></prompt>
Jon Hall5cf14d52015-07-16 12:15:19 -070048 </COMPONENTS>
49 </Mininet1>
50
51 <Mininet2>
52 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070053 <user>sdn</user>
54 <password>rocks</password>
Jon Hall5cf14d52015-07-16 12:15:19 -070055 <type>RemoteMininetDriver</type>
56 <connect_order>17</connect_order>
57 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070058 <prompt></prompt>
Jon Hall5cf14d52015-07-16 12:15:19 -070059 </COMPONENTS>
60 </Mininet2>
61
62 </COMPONENT>
63</TOPOLOGY>