This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a commit to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
commit f50b292e2d0c1f1a90c41c25ec1ec02b338bd89b Author: Dave Marion <dlmar...@apache.org> AuthorDate: Mon Jan 8 13:21:24 2024 +0000 Update cluster.yaml for elasticity branch changes --- .../config-files/templates/cluster.yaml.tftpl | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl b/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl index 8012282..88ba8ad 100644 --- a/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl +++ b/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl @@ -27,8 +27,9 @@ gc: - ${manager_ip} tserver: + default: %{ for ip in worker_ips ~} - - ${ip} + - ${ip} %{ endfor ~} sserver: @@ -37,17 +38,18 @@ sserver: - ${ip} %{ endfor ~} -compaction: - coordinator: - - ${manager_ip} - compactor: - - q1: +compactor: + accumulo_meta: %{ for ip in worker_ips ~} - - ${ip} + - ${ip} %{ endfor ~} - - q2: + user_small: %{ for ip in worker_ips ~} - - ${ip} + - ${ip} +%{ endfor ~} + user_large: +%{ for ip in worker_ips ~} + - ${ip} %{ endfor ~} #