blob: 1c3f8a626b28d1d293f53f51a5d457f69655d512 [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>
9 <COMPONENTS>
10 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
11 <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
12 <karaf_username></karaf_username>
13 <karaf_password></karaf_password>
14 <web_user></web_user>
15 <web_pass></web_pass>
16 <rest_port></rest_port>
17 <prompt></prompt> # TODO: we technically need a few of these, one per component
18 <onos_home></onos_home> # defines where onos home is
You Wange24d6272018-03-27 21:18:50 -070019 <nodes>3</nodes> # number of nodes in the cluster
Pier6a0c4de2018-03-18 16:01:30 -070020 </COMPONENTS>
21 </ONOScell>
22
You Wange24d6272018-03-27 21:18:50 -070023 <Mininet1>
24 <host>OCN</host>
Pier6a0c4de2018-03-18 16:01:30 -070025 <user>sdn</user>
26 <password>rocks</password>
You Wange24d6272018-03-27 21:18:50 -070027 <type>MininetCliDriver</type>
28 <connect_order>2</connect_order>
Pier6a0c4de2018-03-18 16:01:30 -070029 <COMPONENTS>
You Wange24d6272018-03-27 21:18:50 -070030 <home>~/mininet/custom/</home>
31 <prompt></prompt>
Pier6a0c4de2018-03-18 16:01:30 -070032 </COMPONENTS>
You Wange24d6272018-03-27 21:18:50 -070033 </Mininet1>
34
35 <Scapy>
36 <host>OCN</host>
37 <user>sdn</user>
38 <password>rocks</password>
39 <type>MininetScapyCliDriver</type>
40 <connect_order>3</connect_order>
41 <COMPONENTS>
42 <prompt></prompt>
43 </COMPONENTS>
44 </Scapy>
Pier6a0c4de2018-03-18 16:01:30 -070045
46 </COMPONENT>
47</TOPOLOGY>