blob: 6c4b8aa50961b079789b28f049bdb8d1cb54351a [file] [log] [blame]
kavitha Alagesan373e0552016-11-22 05:22:05 +05301<TOPOLOGY>
2 <COMPONENT>
3
Devin Lim142b5342017-07-20 15:22:39 -07004 <ONOScell>
5 <host>localhost</host> # ONOS "bench" machine
kavitha Alagesan373e0552016-11-22 05:22:05 +05306 <user>sdn</user>
7 <password>rocks</password>
Devin Lim142b5342017-07-20 15:22:39 -07008 <type>OnosClusterDriver</type>
kavitha Alagesan373e0552016-11-22 05:22:05 +05309 <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.
kavitha Alagesan373e0552016-11-22 05:22:05 +053011 <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.
Devin Limdc78e202017-06-09 18:30:07 -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> 1 </nodes> # number of nodes in the cluster
kavitha Alagesan373e0552016-11-22 05:22:05 +053022 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070023 </ONOScell>
kavitha Alagesan373e0552016-11-22 05:22:05 +053024
25 <Mininet1>
26 <host>OCN</host>
27 <user>sdn</user>
28 <password>rocks</password>
29 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070030 <connect_order>2</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070031 <COMPONENTS>
32 <prompt></prompt>
33 </COMPONENTS>
kavitha Alagesan373e0552016-11-22 05:22:05 +053034 </Mininet1>
35
kavitha Alagesan373e0552016-11-22 05:22:05 +053036 <Scapy>
37 <host>OCN</host>
38 <user>sdn</user>
39 <password>rocks</password>
You Wangdafb6e22018-01-22 17:01:00 -080040 <type>MininetScapyCliDriver</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>
kavitha Alagesan373e0552016-11-22 05:22:05 +053045 </Scapy>
46
47 </COMPONENT>
48</TOPOLOGY>