From 6855fc016b78d0acd75e417f302b714d9c08e80d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 12 Oct 2023 17:24:08 +0200 Subject: [PATCH] ih-eu-mda1: drop data center override MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We now have Consul, logs, and metrics hosts in `ih-eu-mda1`. https://github.com/status-im/infra-hq/issues/105 Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/ih-eu-mda1.yml | 3 --- ansible/host_vars/macm1-01.ih-eu-mda1.nimbus.prater.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/ansible/group_vars/ih-eu-mda1.yml b/ansible/group_vars/ih-eu-mda1.yml index 28c4a55..b57c5c3 100644 --- a/ansible/group_vars/ih-eu-mda1.yml +++ b/ansible/group_vars/ih-eu-mda1.yml @@ -1,7 +1,4 @@ --- -# CtrlServ4ers has no dedicated Consul Cluster -bootstrap__consul_data_center: 'he-eu-hel1' -bootstrap__rsyslog_logstash_target_dc: '{{ bootstrap__consul_data_center }}' # Volumes bootstrap__extra_volume_bind_paths: DATA_VOLUME1: ['/data'] diff --git a/ansible/host_vars/macm1-01.ih-eu-mda1.nimbus.prater.yml b/ansible/host_vars/macm1-01.ih-eu-mda1.nimbus.prater.yml index 137d209..5fc443d 100644 --- a/ansible/host_vars/macm1-01.ih-eu-mda1.nimbus.prater.yml +++ b/ansible/host_vars/macm1-01.ih-eu-mda1.nimbus.prater.yml @@ -1,7 +1,4 @@ --- -# MacStadium has no dedicated Consul Cluster -bootstrap__consul_data_center: 'he-eu-hel1' - # Lowered to avoid hitting open files limit at boot. # https://github.com/status-im/nimbus-eth2/issues/2984 beacon_node_max_peers: 200