Skip to content
Snippets Groups Projects

iptrunk_migration Nokia and Juniper templates update

Merged Aleksandr Kurbatov requested to merge fix/nokia_trunk_template into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -45,5 +45,5 @@ new_side:
port_sid: "{{ wfo_trunk.iptrunk.iptrunk_sides[replace_index | int].iptrunk_side_ae_geant_a_sid }}"
remaining_side:
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 }}"
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 }}"
Loading