blob: 7b00733924c7c1cbf5a785de9e345ad18691d2b3 [file] [log] [blame]
Jon Hallb5488012017-06-21 14:08:36 -07001<TOPOLOGY>
2 <COMPONENT>
3
Devin Lim142b5342017-07-20 15:22:39 -07004 <ONOScell>
5 <host>localhost</host> # ONOS "bench" machine
Jon Hallb5488012017-06-21 14:08:36 -07006 <user>sdn</user>
7 <password>rocks</password>
Devin Lim142b5342017-07-20 15:22:39 -07008 <type>OnosClusterDriver</type>
Jon Hallb5488012017-06-21 14:08:36 -07009 <connect_order>1</connect_order>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070010 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
Jon Hallb5488012017-06-21 14:08:36 -070011 <COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070012 <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.
Jon Hallb5488012017-06-21 14:08:36 -070014 <karaf_username></karaf_username>
15 <karaf_password></karaf_password>
Devin Lim142b5342017-07-20 15:22:39 -070016 <web_user></web_user>
17 <web_pass></web_pass>
18 <rest_port></rest_port>
19 <prompt></prompt> # TODO: we technically need a few of these, one per component
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070020 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
Devin Lim142b5342017-07-20 15:22:39 -070021 <nodes> 7 </nodes> # number of nodes in the cluster
Jon Hallb5488012017-06-21 14:08:36 -070022 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070023 </ONOScell>
Jon Hallb5488012017-06-21 14:08:36 -070024
25 <Mininet1>
26 <host>OCN</host>
27 <user>sdn</user>
28 <password>rocks</password>
29 <type>MininetCliDriver</type>
30 <connect_order>16</connect_order>
31 <COMPONENTS>
32 #Specify the Option for mininet
33 <arg1> --custom ~/mininet/custom/obelisk.py </arg1>
34 <arg2> --topo obelisk </arg2>
35 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
36 <controller> none </controller>
37 <home>~/mininet/custom/</home>
38 <prompt></prompt>
39 </COMPONENTS>
40 </Mininet1>
41
42 <Mininet2>
43 <host>OCN</host>
44 <user>sdn</user>
45 <password>rocks</password>
46 <type>RemoteMininetDriver</type>
47 <connect_order>17</connect_order>
48 <COMPONENTS>
49 <prompt></prompt>
50 </COMPONENTS>
51 </Mininet2>
52
53 </COMPONENT>
54</TOPOLOGY>