blob: 255ce76f0cc481be4048b75f12a6a0fc1b12db27 [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>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070010 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
kelvin-onlabd48a68c2015-07-13 16:01: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 for True.
Siddesh13492972021-03-12 21:09:32 +000014 <karaf_username>sdn/karaf_username>
15 <karaf_password>rocks</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.
Jon Halle37bd1f2020-09-10 12:16:41 -070021 <nodes> 7 </nodes> # number of nodes in the cluster
Devin Limdc78e202017-06-09 18:30:07 -070022 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070023 </ONOScell>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070024
25 <Mininet1>
Jon Halla5cb3412015-08-18 14:08:22 -070026 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070027 <user>sdn</user>
28 <password>rocks</password>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070029 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070030 <connect_order>2</connect_order>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070031 <COMPONENTS>
Jeremy Songster1f39bf02016-01-20 17:17:25 -080032 <home>~/mininet/</home>
Devin Limdc78e202017-06-09 18:30:07 -070033 <prompt></prompt>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070034 </COMPONENTS>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070035 </Mininet1>
36
Jeremy Songster1f39bf02016-01-20 17:17:25 -080037 <Scapy1>
38 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070039 <user>sdn</user>
40 <password>rocks</password>
You Wangdafb6e22018-01-22 17:01:00 -080041 <type>MininetScapyCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070042 <connect_order>3</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070043 <COMPONENTS>
44 <prompt></prompt>
45 </COMPONENTS>
Jeremy Songster1f39bf02016-01-20 17:17:25 -080046 </Scapy1>
47
kelvin-onlabd48a68c2015-07-13 16:01:36 -070048 </COMPONENT>
49</TOPOLOGY>