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 8012282a..88ba8add 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 ~} #