blob: 5ab7af64fb7ff128657b4d158614e7bcb42a3f21 [file] [log] [blame]
suibin zhang116647a2016-05-06 16:30:09 -07001<TOPOLOGY>
2 <COMPONENT>
3 <!--
4 This is a list of all components and their handles in the test setup.
5 Even with some handles not used in test cases, we want to define
6 all onos cells here, for cases to set up onos cluster.
7 -->
Jon Hallca319892017-06-15 15:25:22 -07008 <ONOScell>
9 <host>localhost</host> # ONOS "bench" machine
suibin zhang116647a2016-05-06 16:30:09 -070010 <user>sdn</user>
11 <password>rocks</password>
Jon Hallca319892017-06-15 15:25:22 -070012 <type>OnosClusterDriver</type>
suibin zhang116647a2016-05-06 16:30:09 -070013 <connect_order>1</connect_order>
14 <COMPONENTS>
Jon Hallca319892017-06-15 15:25:22 -070015 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
Devin Limdc78e202017-06-09 18:30:07 -070016 <karaf_username></karaf_username>
17 <karaf_password></karaf_password>
Jon Hallca319892017-06-15 15:25:22 -070018 <web_user></web_user>
19 <web_pass></web_pass>
20 <rest_port></rest_port>
21 <prompt></prompt> # TODO: we technically need a few of these, one per component
22 <onos_home></onos_home> # defines where onos home is
23 <nodes> 3 </nodes> # number of nodes in the cluster
suibin zhang116647a2016-05-06 16:30:09 -070024 </COMPONENTS>
Jon Hallca319892017-06-15 15:25:22 -070025 </ONOScell>
suibin zhang116647a2016-05-06 16:30:09 -070026
27 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070028 <host>OCN</host>
suibin zhang116647a2016-05-06 16:30:09 -070029 <user>sdn</user>
30 <password>rocks</password>
31 <type>MininetCliDriver</type>
Jon Hallca319892017-06-15 15:25:22 -070032 <connect_order>3</connect_order>
suibin zhang116647a2016-05-06 16:30:09 -070033 <COMPONENTS>
34 <home>~/mininet/custom/</home>
35 </COMPONENTS>
36 </Mininet1>
37
suibin zhang116647a2016-05-06 16:30:09 -070038
39 </COMPONENT>
40</TOPOLOGY>