Andreas Pantelopoulos | 90f0b10 | 2018-02-01 13:21:45 -0800 | [diff] [blame] | 1 | <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 Ronquillo | bcbef3e | 2019-06-07 11:02:38 -0700 | [diff] [blame] | 9 | <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty. |
Andreas Pantelopoulos | 90f0b10 | 2018-02-01 13:21:45 -0800 | [diff] [blame] | 10 | <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. |
Siddesh | 167bc88 | 2021-03-23 21:03:43 +0000 | [diff] [blame] | 13 | <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 Pantelopoulos | 90f0b10 | 2018-02-01 13:21:45 -0800 | [diff] [blame] | 19 | <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 Ronquillo | bcbef3e | 2019-06-07 11:02:38 -0700 | [diff] [blame] | 23 | <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty. |
Jon Hall | e37bd1f | 2020-09-10 12:16:41 -0700 | [diff] [blame] | 24 | <nodes> 7 </nodes> # number of nodes in the cluster |
Andreas Pantelopoulos | 90f0b10 | 2018-02-01 13:21:45 -0800 | [diff] [blame] | 25 | </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 Wang | 5da39c8 | 2018-04-26 22:55:08 -0700 | [diff] [blame] | 35 | <home>~/mininet/</home> |
Andreas Pantelopoulos | 90f0b10 | 2018-02-01 13:21:45 -0800 | [diff] [blame] | 36 | <prompt></prompt> |
| 37 | </COMPONENTS> |
| 38 | </Mininet1> |
| 39 | |
You Wang | 2cb7017 | 2018-07-25 16:44:13 -0700 | [diff] [blame] | 40 | <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 Pantelopoulos | 90f0b10 | 2018-02-01 13:21:45 -0800 | [diff] [blame] | 50 | </COMPONENT> |
| 51 | </TOPOLOGY> |