You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/06/30 11:34:58 UTC

[accumulo-testing] branch update-terraform-cluster-config created (now ff99381)

This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a change to branch update-terraform-cluster-config
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


      at ff99381  Update cluster.yaml.tftpl

This branch includes the following new commits:

     new ff99381  Update cluster.yaml.tftpl

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[accumulo-testing] 01/01: Update cluster.yaml.tftpl

Posted by dl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a commit to branch update-terraform-cluster-config
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git

commit ff9938129d2c3e3f96568ee912f9889af11f1379
Author: Dave Marion <dl...@apache.org>
AuthorDate: Thu Jun 30 07:34:54 2022 -0400

    Update cluster.yaml.tftpl
    
    Remove compaction.compactor.queue element to align with changes made recently in accumulo's main branch
---
 .../modules/config-files/templates/cluster.yaml.tftpl                  | 3 ---
 1 file changed, 3 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 ce33571..815d854 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
@@ -16,9 +16,6 @@ compaction:
   coordinator:
     - ${manager_ip}
   compactor:
-    - queue:
-      - q1
-      - q2
     - q1:
 %{ for ip in worker_ips ~}
         - ${ip}