blob: 6ab0e2d17c70a8e85d70cb4499c1a1056f72fb23 [file] [log] [blame]
<TOPOLOGY>
<COMPONENT>
<ONOScell>
<host>localhost</host> # ONOS "bench" machine
<user>sdn</user>
<password>rocks</password>
<type>OnosClusterDriver</type>
<connect_order>1</connect_order>
<home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
<COMPONENTS>
<useDocker></useDocker> # Whether to use docker for ONOS nodes
<docker_prompt>~/onos#</docker_prompt>
<cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
<diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
<karaf_username>sdn</karaf_username>
<karaf_password>rocks</karaf_password>
<node_username>sdn</node_username>
<node_password>rocks</node_password>
<karafPrompt_username></karafPrompt_username>
<karafPrompt_password></karafPrompt_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 on the target cell machine. Defaults to entry in "home" if empty.
<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>2</connect_order>
<COMPONENTS>
<home>~/mininet/</home>
<prompt></prompt>
</COMPONENTS>
</Mininet1>
</COMPONENT>
</TOPOLOGY>