blob: 4441c624ac138dc681c7131d984cd61463caf8da [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>
10 <COMPONENTS>
Jeremy Ronquillod7791d82017-08-14 16:23:08 +000011 <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.
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -070013 <karaf_username></karaf_username>
14 <karaf_password></karaf_password>
Jeremy Ronquillod7791d82017-08-14 16:23:08 +000015 <web_user></web_user>
16 <web_pass></web_pass>
17 <rest_port></rest_port>
18 <prompt></prompt> # TODO: we technically need a few of these, one per component
19 <onos_home></onos_home> # defines where onos home is
20 <nodes> 3 </nodes> # number of nodes in the cluster
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -070021 </COMPONENTS>
Jeremy Ronquillod7791d82017-08-14 16:23:08 +000022 </ONOScell>
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -070023
24 <Mininet1>
25 <host>OCN</host>
26 <user>sdn</user>
27 <password>rocks</password>
28 <type>MininetCliDriver</type>
Jeremy Ronquillod7791d82017-08-14 16:23:08 +000029 <connect_order>2</connect_order>
Jeremy Ronquillo3008aa32017-07-07 15:38:57 -070030 <COMPONENTS>
31 <home>~/mininet/custom/</home>
32 <prompt></prompt>
33 </COMPONENTS>
34 </Mininet1>
35
36 </COMPONENT>
37</TOPOLOGY>