Skip to content
Snippets Groups Projects
Commit e3166847 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

iptrunk_migration vars - updated Jinja syntax

parent 5c758e01
No related branches found
No related tags found
1 merge request!147iptrunk_migration Nokia and Juniper templates update
Pipeline #87368 passed
...@@ -45,5 +45,5 @@ new_side: ...@@ -45,5 +45,5 @@ new_side:
port_sid: "{{ wfo_trunk.iptrunk.iptrunk_sides[replace_index | int].iptrunk_side_ae_geant_a_sid }}" port_sid: "{{ wfo_trunk.iptrunk.iptrunk_sides[replace_index | int].iptrunk_side_ae_geant_a_sid }}"
remaining_side: remaining_side:
name: "{{ wfo_trunk.iptrunk.iptrunk_sides[1-(replace_index | int) ].iptrunk_side_node.router_fqdn }}" name: "{{ wfo_trunk.iptrunk.iptrunk_sides[1 - (replace_index | int)].iptrunk_side_node.router_fqdn }}"
loopback: "{{ wfo_trunk.iptrunk.iptrunk_sides[1-(replace_index | int) ].iptrunk_side_node.router_lo_ipv4_address }}" loopback: "{{ wfo_trunk.iptrunk.iptrunk_sides[1 - (replace_index | int)].iptrunk_side_node.router_lo_ipv4_address }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment