blob: ff5eccd8d60824572bb11f604e811f72f73cfb45 [file] [log] [blame]
kelvin-onlabd48a68c2015-07-13 16:01:36 -07001<TOPOLOGY>
2 <COMPONENT>
3
Devin Lim142b5342017-07-20 15:22:39 -07004 <ONOScell>
5 <host>localhost</host> # ONOS "bench" machine
Jon Hall53c5e662016-04-13 16:06:56 -07006 <user>sdn</user>
7 <password>rocks</password>
Devin Lim142b5342017-07-20 15:22:39 -07008 <type>OnosClusterDriver</type>
kelvin-onlabd48a68c2015-07-13 16:01: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 for True.
Devin Limdc78e202017-06-09 18:30:07 -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> 3 </nodes> # number of nodes in the cluster
Devin Limdc78e202017-06-09 18:30:07 -070021 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070022 </ONOScell>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070023
24 <Mininet1>
Jon Halla5cb3412015-08-18 14:08:22 -070025 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070026 <user>sdn</user>
27 <password>rocks</password>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070028 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070029 <connect_order>2</connect_order>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070030 <COMPONENTS>
Jeremy Songster1f39bf02016-01-20 17:17:25 -080031 <home>~/mininet/</home>
Devin Limdc78e202017-06-09 18:30:07 -070032 <prompt></prompt>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070033 </COMPONENTS>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070034 </Mininet1>
35
Jeremy Songster1f39bf02016-01-20 17:17:25 -080036 <Scapy1>
37 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070038 <user>sdn</user>
39 <password>rocks</password>
Jeremy Songster1f39bf02016-01-20 17:17:25 -080040 <type>ScapyCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070041 <connect_order>3</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070042 <COMPONENTS>
43 <prompt></prompt>
44 </COMPONENTS>
Jeremy Songster1f39bf02016-01-20 17:17:25 -080045 </Scapy1>
46
kelvin-onlabd48a68c2015-07-13 16:01:36 -070047 </COMPONENT>
48</TOPOLOGY>