From 9661fc3c10fc1c82e576c869b8c31d64202627ea Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Tue, 27 May 2025 11:10:51 +0100 Subject: [PATCH] Fix typo in juniper/deploy/l2circuit.j2 template --- .../roles/l2circuits/templates/juniper/deploy/l2circuit.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geant/gap_ansible/roles/l2circuits/templates/juniper/deploy/l2circuit.j2 b/geant/gap_ansible/roles/l2circuits/templates/juniper/deploy/l2circuit.j2 index 286b42c..be45b3b 100644 --- a/geant/gap_ansible/roles/l2circuits/templates/juniper/deploy/l2circuit.j2 +++ b/geant/gap_ansible/roles/l2circuits/templates/juniper/deploy/l2circuit.j2 @@ -1,4 +1,4 @@ -set interfaces {{ l2circuits_lag_name }} unit {{ l2circuits_vlan }} description "SRV_L2CIRCUIT CUSTOMER {{ patners_sorted }} #{{ ims_service_name }} ${{ local_side.sbp.gs_id }}" +set interfaces {{ l2circuits_lag_name }} unit {{ l2circuits_vlan }} description "SRV_L2CIRCUIT CUSTOMER {{ partners_sorted }} #{{ ims_service_name }} ${{ local_side.sbp.gs_id }}" set interfaces {{ l2circuits_lag_name }} unit {{ l2circuits_vlan }} encapsulation vlan-ccc set interfaces {{ l2circuits_lag_name }} unit {{ l2circuits_vlan }} family ccc {% if l2circuits_l2c_type == 'Ethernet' %} -- GitLab