blob: f3b9278c81e46b9208854c83f652e7c62d0b68ff [file] [log] [blame]
<TOPOLOGY>
<COMPONENT>
<ONOSbench>
<host>localhost</host>
<user>sdn</user>
<password>rocks</password>
<type>OnosDriver</type>
<connect_order>1</connect_order>
<COMPONENTS>
<prompt></prompt>
</COMPONENTS>
</ONOSbench>
<ONOScell>
<host>localhost</host> # ONOS "bench" machine
<user>sdn</user>
<password>rocks</password>
<type>OnosClusterDriver</type>
<connect_order>1</connect_order>
<COMPONENTS>
<cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
<karaf_username></karaf_username>
<karaf_password></karaf_password>
<web_user></web_user>
<web_pass></web_pass>
<rest_port></rest_port>
<prompt></prompt> # TODO: we technically need a few of these, one per component
<onos_home></onos_home> # defines where onos home is
<nodes> 7 </nodes> # number of nodes in the cluster
</COMPONENTS>
</ONOScell>
<Mininet1>
<host>OCN</host>
<user>sdn</user>
<password>rocks</password>
<type>MininetCliDriver</type>
<connect_order>16</connect_order>
<COMPONENTS>
#Specify the Option for mininet
<arg1> --custom ~/mininet/custom/obelisk.py </arg1>
<arg2> --topo obelisk </arg2>
<arg3> --switch ovs,protocols=OpenFlow13 </arg3>
<controller> none </controller>
<home>~/mininet/custom/</home>
<prompt></prompt>
</COMPONENTS>
</Mininet1>
<Mininet2>
<host>OCN</host>
<user>sdn</user>
<password>rocks</password>
<type>RemoteMininetDriver</type>
<connect_order>17</connect_order>
<COMPONENTS>
<prompt></prompt>
</COMPONENTS>
</Mininet2>
</COMPONENT>
</TOPOLOGY>