blob: 5d646812dc67c7c6b4c96073517feb4ab701e849 [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>
10 <COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070011 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
12 <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 -070013 <karaf_username></karaf_username>
14 <karaf_password></karaf_password>
Devin Lim142b5342017-07-20 15:22:39 -070015 <web_user></web_user>
16 <web_pass></web_pass>
17 <rest_port></rest_port>
18 <prompt></prompt> # TODO: we technically need a few of these, one per component
19 <onos_home></onos_home> # defines where onos home is
20 <nodes> 7 </nodes> # number of nodes in the cluster
Jon Hallb5488012017-06-21 14:08:36 -070021 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070022 </ONOScell>
Jon Hallb5488012017-06-21 14:08:36 -070023
24 <Mininet1>
25 <host>OCN</host>
26 <user>sdn</user>
27 <password>rocks</password>
28 <type>MininetCliDriver</type>
29 <connect_order>16</connect_order>
30 <COMPONENTS>
31 #Specify the Option for mininet
32 <arg1> --custom ~/mininet/custom/obelisk.py </arg1>
33 <arg2> --topo obelisk </arg2>
34 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
35 <controller> none </controller>
36 <home>~/mininet/custom/</home>
37 <prompt></prompt>
38 </COMPONENTS>
39 </Mininet1>
40
41 <Mininet2>
42 <host>OCN</host>
43 <user>sdn</user>
44 <password>rocks</password>
45 <type>RemoteMininetDriver</type>
46 <connect_order>17</connect_order>
47 <COMPONENTS>
48 <prompt></prompt>
49 </COMPONENTS>
50 </Mininet2>
51
52 </COMPONENT>
53</TOPOLOGY>