From 0daecb4c97feea5bf6392b4c74b3fd7eee765cef Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Mon, 20 Jul 2026 12:18:42 +1000 Subject: [PATCH] devnet-7: beaconCommittees/proposerDuty in the live sentry config override MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The xatu_sentry_config override in all/all.yaml is what the fleet actually renders — group_vars/xatu.yaml binds to an inventory group that terraform never emits, so #41's change there was a no-op. --- ansible/inventories/devnet-7/group_vars/all/all.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/inventories/devnet-7/group_vars/all/all.yaml b/ansible/inventories/devnet-7/group_vars/all/all.yaml index 832a4c6..ea1d8bf 100644 --- a/ansible/inventories/devnet-7/group_vars/all/all.yaml +++ b/ansible/inventories/devnet-7/group_vars/all/all.yaml @@ -269,6 +269,10 @@ xatu_sentry_config: | - execution_payload_bid - payload_attestation_message - proposer_preferences + beaconCommittees: + enabled: true + proposerDuty: + enabled: true outputs: - name: grpc type: xatu