blob: c88da04a37bb7cb7fdc65bca33f04de99fd71529 [file] [log] [blame]
Jeremy Ronquillo818bc7c2017-08-09 17:14:53 +00001<TOPOLOGY>
2
3 <COMPONENT>
4
5 <ONOScell>
6 <host>localhost</host> # ONOS "bench" machine
7 <user>sdn</user>
8 <password>rocks</password>
9 <type>OnosClusterDriver</type>
10 <connect_order>1</connect_order>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070011 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
Jeremy Ronquillo818bc7c2017-08-09 17:14:53 +000012 <COMPONENTS>
13 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
14 <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
15 <karaf_username></karaf_username>
16 <karaf_password></karaf_password>
17 <web_user></web_user>
18 <web_pass></web_pass>
19 <rest_port></rest_port>
20 <prompt></prompt>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070021 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
Jeremy Ronquillo818bc7c2017-08-09 17:14:53 +000022 <nodes> 7 </nodes> # number of nodes in the cluster
23 </COMPONENTS>
24 </ONOScell>
25
26 <Mininet1>
27 <host>OCN</host>
28 <user>sdn</user>
29 <password>rocks</password>
30 <type>MininetCliDriver</type>
31 <connect_order>2</connect_order>
32 <COMPONENTS>
33 <arg1> --custom ~/mininet/custom/topo-perf-2sw.py </arg1>
34 <arg2> --topo mytopo</arg2>
35 <arg3> --switch ovsk,protocols=OpenFlow13</arg3>
36 <controller> remote </controller>
37 <prompt></prompt>
38 </COMPONENTS>
39 </Mininet1>
40
41 </COMPONENT>
42
43</TOPOLOGY>