blob: e49787db84ebd462c3385603639353e0f90e1075 [file] [log] [blame]
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -07001<TOPOLOGY>
2 <COMPONENT>
3
Jeremy Ronquillod7791d82017-08-14 16:23:08 +00004 <ONOScell>
5 <host>localhost</host> # ONOS "bench" machine
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -07006 <user>sdn</user>
7 <password>rocks</password>
Jeremy Ronquillod7791d82017-08-14 16:23:08 +00008 <type>OnosClusterDriver</type>
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -07009 <connect_order>1</connect_order>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070010 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -070011 <COMPONENTS>
Jeremy Ronquillod7791d82017-08-14 16:23:08 +000012 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
13 <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty.
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -070014 <karaf_username></karaf_username>
15 <karaf_password></karaf_password>
Jeremy Ronquillod7791d82017-08-14 16:23:08 +000016 <web_user></web_user>
17 <web_pass></web_pass>
18 <rest_port></rest_port>
19 <prompt></prompt> # TODO: we technically need a few of these, one per component
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070020 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
Jeremy Ronquillod7791d82017-08-14 16:23:08 +000021 <nodes> 3 </nodes> # number of nodes in the cluster
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -070022 </COMPONENTS>
Jeremy Ronquillod7791d82017-08-14 16:23:08 +000023 </ONOScell>
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -070024
25 <Mininet1>
26 <host>OCN</host>
27 <user>sdn</user>
28 <password>rocks</password>
29 <type>MininetCliDriver</type>
Jeremy Ronquillod7791d82017-08-14 16:23:08 +000030 <connect_order>2</connect_order>
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -070031 <COMPONENTS>
32 <home>~/mininet/custom/</home>
33 <prompt></prompt>
34 </COMPONENTS>
35 </Mininet1>
36
37 </COMPONENT>
38</TOPOLOGY>