GlennRC | dc7ab01 | 2015-07-23 15:40:12 -0700 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | |
| 3 | <COMPONENT> |
| 4 | |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 5 | <ONOScell> |
| 6 | <host>localhost</host> # ONOS "bench" machine |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 7 | <user>sdn</user> |
| 8 | <password>rocks</password> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 9 | <type>OnosClusterDriver</type> |
GlennRC | dc7ab01 | 2015-07-23 15:40:12 -0700 | [diff] [blame] | 10 | <connect_order>1</connect_order> |
| 11 | <COMPONENTS> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 12 | <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. OC# will be used if True. |
Devin Lim | dc78e20 | 2017-06-09 18:30:07 -0700 | [diff] [blame] | 14 | <karaf_username></karaf_username> |
| 15 | <karaf_password></karaf_password> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 16 | <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 |
| 20 | <onos_home></onos_home> # defines where onos home is |
| 21 | <nodes> 7 </nodes> # number of nodes in the cluster |
Devin Lim | dc78e20 | 2017-06-09 18:30:07 -0700 | [diff] [blame] | 22 | </COMPONENTS> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 23 | </ONOScell> |
GlennRC | dc7ab01 | 2015-07-23 15:40:12 -0700 | [diff] [blame] | 24 | |
| 25 | <Mininet1> |
YPZhang | f7d8060 | 2016-06-23 13:59:47 -0700 | [diff] [blame] | 26 | <host>OCN</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 27 | <user>sdn</user> |
| 28 | <password>rocks</password> |
GlennRC | dc7ab01 | 2015-07-23 15:40:12 -0700 | [diff] [blame] | 29 | <type>MininetCliDriver</type> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 30 | <connect_order>2</connect_order> |
GlennRC | dc7ab01 | 2015-07-23 15:40:12 -0700 | [diff] [blame] | 31 | <COMPONENTS> |
| 32 | <arg1> --custom ~/mininet/custom/topo-perf-2sw.py </arg1> |
| 33 | <arg2> --topo mytopo</arg2> |
| 34 | <arg3> --switch ovsk,protocols=OpenFlow13</arg3> |
| 35 | <controller> remote </controller> |
Devin Lim | dc78e20 | 2017-06-09 18:30:07 -0700 | [diff] [blame] | 36 | <prompt></prompt> |
GlennRC | dc7ab01 | 2015-07-23 15:40:12 -0700 | [diff] [blame] | 37 | </COMPONENTS> |
| 38 | </Mininet1> |
| 39 | |
| 40 | </COMPONENT> |
| 41 | |
| 42 | </TOPOLOGY> |
| 43 | |