blob: ee60f5efddd00e12b1d867bcfeaf0ed2e634b30b [file] [log] [blame]
Pier6a0c4de2018-03-18 16:01:30 -07001<TOPOLOGY>
2 <COMPONENT>
3 <ONOScell>
4 <host>localhost</host> # ONOS "bench" machine
5 <user>sdn</user>
6 <password>rocks</password>
7 <type>OnosClusterDriver</type>
8 <connect_order>1</connect_order>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -07009 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
Pier6a0c4de2018-03-18 16:01:30 -070010 <COMPONENTS>
11 <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.
13 <karaf_username></karaf_username>
14 <karaf_password></karaf_password>
15 <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
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070019 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
You Wange24d6272018-03-27 21:18:50 -070020 <nodes>3</nodes> # number of nodes in the cluster
Pier6a0c4de2018-03-18 16:01:30 -070021 </COMPONENTS>
22 </ONOScell>
23
You Wange24d6272018-03-27 21:18:50 -070024 <Mininet1>
25 <host>OCN</host>
Pier6a0c4de2018-03-18 16:01:30 -070026 <user>sdn</user>
27 <password>rocks</password>
You Wange24d6272018-03-27 21:18:50 -070028 <type>MininetCliDriver</type>
29 <connect_order>2</connect_order>
Pier6a0c4de2018-03-18 16:01:30 -070030 <COMPONENTS>
You Wang5da39c82018-04-26 22:55:08 -070031 <home>~/mininet/</home>
You Wange24d6272018-03-27 21:18:50 -070032 <prompt></prompt>
Pier6a0c4de2018-03-18 16:01:30 -070033 </COMPONENTS>
You Wange24d6272018-03-27 21:18:50 -070034 </Mininet1>
35
36 <Scapy>
37 <host>OCN</host>
38 <user>sdn</user>
39 <password>rocks</password>
40 <type>MininetScapyCliDriver</type>
41 <connect_order>3</connect_order>
42 <COMPONENTS>
43 <prompt></prompt>
44 </COMPONENTS>
45 </Scapy>
Pier6a0c4de2018-03-18 16:01:30 -070046
47 </COMPONENT>
48</TOPOLOGY>