blob: 6959073c6c125908258a328fce517779c3975095 [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>
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> 1 </nodes> # number of nodes in the cluster
kavitha Alagesan373e0552016-11-22 05:22:05 +053021 </COMPONENTS>
Devin Lim142b5342017-07-20 15:22:39 -070022 </ONOScell>
kavitha Alagesan373e0552016-11-22 05:22:05 +053023
24 <Mininet1>
25 <host>OCN</host>
26 <user>sdn</user>
27 <password>rocks</password>
28 <type>MininetCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070029 <connect_order>2</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070030 <COMPONENTS>
31 <prompt></prompt>
32 </COMPONENTS>
kavitha Alagesan373e0552016-11-22 05:22:05 +053033 </Mininet1>
34
kavitha Alagesan373e0552016-11-22 05:22:05 +053035 <Scapy>
36 <host>OCN</host>
37 <user>sdn</user>
38 <password>rocks</password>
You Wangdafb6e22018-01-22 17:01:00 -080039 <type>MininetScapyCliDriver</type>
Devin Lim142b5342017-07-20 15:22:39 -070040 <connect_order>3</connect_order>
Devin Limdc78e202017-06-09 18:30:07 -070041 <COMPONENTS>
42 <prompt></prompt>
43 </COMPONENTS>
kavitha Alagesan373e0552016-11-22 05:22:05 +053044 </Scapy>
45
46 </COMPONENT>
47</TOPOLOGY>