blob: ac4b8c74f38c7aa47b6d571553976b8638373c59 [file] [log] [blame]
Jon Hall3c0114c2020-08-11 15:07:42 -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 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
10 <COMPONENTS>
11 <useDocker>True</useDocker> # Whether to use docker for ONOS nodes
12 <docker_prompt>~/onos#</docker_prompt>
13 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
14 <diff_clihost>True</diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
15 <karaf_username></karaf_username>
16 <karaf_password></karaf_password>
17 <web_user>sdn</web_user>
18 <web_pass>rocks</web_pass>
19 <rest_port></rest_port>
20 <prompt></prompt> # TODO: we technically need a few of these, one per component
21 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
Jon Halle37bd1f2020-09-10 12:16:41 -070022 <nodes> 7 </nodes> # number of nodes in the cluster
Jon Hall3c0114c2020-08-11 15:07:42 -070023 </COMPONENTS>
24 </ONOScell>
25
26 <Mininet1>
27 <host>OCN</host>
28 <user>sdn</user>
29 <password>rocks</password>
30 <type>MininetCliDriver</type>
31 <connect_order>2</connect_order>
32 <COMPONENTS>
33 <home>~/mininet/</home>
34 <prompt></prompt>
35 </COMPONENTS>
36 </Mininet1>
37
38 </COMPONENT>
39</TOPOLOGY>