blob: 01316b6690af23efb4a134abc8b5a56b3e150062 [file] [log] [blame]
Andreas Pantelopoulos90f0b102018-02-01 13:21:45 -08001<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
19 <nodes>3</nodes> # number of nodes in the cluster
20 </COMPONENTS>
21 </ONOScell>
22
23 <Mininet1>
24 <host>OCN</host>
25 <user>sdn</user>
26 <password>rocks</password>
27 <type>MininetCliDriver</type>
28 <connect_order>2</connect_order>
29 <COMPONENTS>
30 <home>~/mininet/custom/</home>
31 <prompt></prompt>
32 </COMPONENTS>
33 </Mininet1>
34
35 </COMPONENT>
36</TOPOLOGY>