blob: 12bde17315d54400640ea146cad4cbf86b341ca5 [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>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -07009 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
Andreas Pantelopoulos90f0b102018-02-01 13:21:45 -080010 <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.
Siddesh167bc882021-03-23 21:03:43 +000013 <karaf_username>sdn</karaf_username>
14 <karaf_password>rocks</karaf_password>
15 <node_username>sdn</node_username>
16 <node_password>rocks</node_password>
17 <karafPrompt_username>sdn</karafPrompt_username>
18 <karafPrompt_password>rocks</karafPrompt_password>
Andreas Pantelopoulos90f0b102018-02-01 13:21:45 -080019 <web_user></web_user>
20 <web_pass></web_pass>
21 <rest_port></rest_port>
22 <prompt></prompt> # TODO: we technically need a few of these, one per component
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070023 <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 -070024 <nodes> 7 </nodes> # number of nodes in the cluster
Andreas Pantelopoulos90f0b102018-02-01 13:21:45 -080025 </COMPONENTS>
26 </ONOScell>
27
28 <Mininet1>
29 <host>OCN</host>
30 <user>sdn</user>
31 <password>rocks</password>
32 <type>MininetCliDriver</type>
33 <connect_order>2</connect_order>
34 <COMPONENTS>
You Wang5da39c82018-04-26 22:55:08 -070035 <home>~/mininet/</home>
Andreas Pantelopoulos90f0b102018-02-01 13:21:45 -080036 <prompt></prompt>
37 </COMPONENTS>
38 </Mininet1>
39
You Wang2cb70172018-07-25 16:44:13 -070040 <Scapy>
41 <host>OCN</host>
42 <user>sdn</user>
43 <password>rocks</password>
44 <type>MininetScapyCliDriver</type>
45 <connect_order>3</connect_order>
46 <COMPONENTS>
47 <prompt></prompt>
48 </COMPONENTS>
49 </Scapy>
Andreas Pantelopoulos90f0b102018-02-01 13:21:45 -080050 </COMPONENT>
51</TOPOLOGY>