From ba979de9ec376d7ff67eea318e81a16eee44422d Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Tue, 14 Jan 2025 19:40:39 +0000 Subject: [PATCH] Update `fw_filters` role for LHCONE access --- geant/gap_ansible/roles/fw_filters/tasks/merge_variables.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geant/gap_ansible/roles/fw_filters/tasks/merge_variables.yaml b/geant/gap_ansible/roles/fw_filters/tasks/merge_variables.yaml index 121d0619..a481e7f6 100644 --- a/geant/gap_ansible/roles/fw_filters/tasks/merge_variables.yaml +++ b/geant/gap_ansible/roles/fw_filters/tasks/merge_variables.yaml @@ -21,7 +21,7 @@ when: >- subscription.product.product_type == "L3CoreService" and - subscription.l3_core_service_type in ["GÉANT IP", "GEANT IP", "GEANT_IP"] + subscription.l3_core_service_type in ["GÉANT IP", "GEANT IP", "GEANT_IP", "LHCONE"] and not ap.sbp.custom_firewall_filters | ansible.builtin.bool block: -- GitLab