From c895bf00ff3cf8633df3cf2b2e65bfbe900304de Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Fri, 8 Nov 2024 15:51:01 +0000 Subject: [PATCH] Deactivate ISIS overload step --- .../tasks/configure_isis_overload.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_isis_overload.yaml b/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_isis_overload.yaml index 6b37deb7..224512c2 100644 --- a/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_isis_overload.yaml +++ b/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_isis_overload.yaml @@ -1,9 +1,11 @@ - name: Deploy ISIS overload on "{{ inventory_hostname }}" [AND COMMIT][NOKIA] - geant.gap_ansible.nokia_netconf_config: - format: xml - default_operation: merge - content: "{{ lookup('ansible.builtin.template', 'routers/{{ subscription.router.vendor }}/router/isis_overload.j2') }}" - commit: true - commit_comment: "{{ commit_comment }}" - diff: true - check_mode: false + ansible.builtin.debug: + msg: "ISIS overload step skipped." + # geant.gap_ansible.nokia_netconf_config: + # format: xml + # default_operation: merge + # content: "{{ lookup('ansible.builtin.template', 'routers/{{ subscription.router.vendor }}/router/isis_overload.j2') }}" + # commit: true + # commit_comment: "{{ commit_comment }}" + # diff: true + # check_mode: false -- GitLab