blob: 72c1715722912283bec213c9fbad6a6edc925605 [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>
11 <COMPONENTS>
12 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
13 <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
14 <karaf_username></karaf_username>
15 <karaf_password></karaf_password>
16 <web_user></web_user>
17 <web_pass></web_pass>
18 <rest_port></rest_port>
19 <prompt></prompt>
20 <onos_home></onos_home> # defines where onos home is
21 <nodes> 7 </nodes> # number of nodes in the cluster
22 </COMPONENTS>
23 </ONOScell>
24
25 <Mininet1>
26 <host>OCN</host>
27 <user>sdn</user>
28 <password>rocks</password>
29 <type>MininetCliDriver</type>
30 <connect_order>2</connect_order>
31 <COMPONENTS>
32 <arg1> --custom ~/mininet/custom/topo-perf-2sw.py </arg1>
33 <arg2> --topo mytopo</arg2>
34 <arg3> --switch ovsk,protocols=OpenFlow13</arg3>
35 <controller> remote </controller>
36 <prompt></prompt>
37 </COMPONENTS>
38 </Mininet1>
39
40 </COMPONENT>
41
42</TOPOLOGY>