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

iptrunks: geant_s_sid -> gs_id

parent 0f12ab8f
No related branches found
No related tags found
1 merge request!204Fix/ga gs
...@@ -36,7 +36,7 @@ icmp_ttl_expired: ...@@ -36,7 +36,7 @@ icmp_ttl_expired:
seconds: 2 seconds: 2
trunks: trunks:
- id: "{{ wfo_trunk.iptrunk.geant_s_sid }}" - id: "{{ wfo_trunk.iptrunk.gs_id }}"
config: config:
common: common:
description: "{{ wfo_trunk.iptrunk.iptrunk_description }}" description: "{{ wfo_trunk.iptrunk.iptrunk_description }}"
......
...@@ -25,7 +25,7 @@ side_b_ipv4_address: "{{ wfo_trunk.iptrunk.iptrunk_ipv4_network | ansible.utils. ...@@ -25,7 +25,7 @@ side_b_ipv4_address: "{{ wfo_trunk.iptrunk.iptrunk_ipv4_network | ansible.utils.
side_b_ipv6_address: "{{ wfo_trunk.iptrunk.iptrunk_ipv6_network | ansible.utils.ipaddr('net') | ansible.utils.ipaddr('2') | ansible.utils.ipaddr('address') }}/126" side_b_ipv6_address: "{{ wfo_trunk.iptrunk.iptrunk_ipv6_network | ansible.utils.ipaddr('net') | ansible.utils.ipaddr('2') | ansible.utils.ipaddr('address') }}/126"
trunks: trunks:
- id: "{{ wfo_trunk.iptrunk.geant_s_sid }}" - id: "{{ wfo_trunk.iptrunk.gs_id }}"
config: config:
common: common:
description: "{{ wfo_trunk.iptrunk.iptrunk_description }}" description: "{{ wfo_trunk.iptrunk.iptrunk_description }}"
......
...@@ -35,7 +35,7 @@ old_node: ...@@ -35,7 +35,7 @@ old_node:
vendor: "{{ wfo_trunk.iptrunk.iptrunk_sides[replace_index | int].iptrunk_side_node.vendor }}" vendor: "{{ wfo_trunk.iptrunk.iptrunk_sides[replace_index | int].iptrunk_side_node.vendor }}"
new_side: new_side:
id: "{{ wfo_trunk.iptrunk.geant_s_sid }}" id: "{{ wfo_trunk.iptrunk.gs_id }}"
description: "{{ wfo_trunk.iptrunk.iptrunk_description }}" description: "{{ wfo_trunk.iptrunk.iptrunk_description }}"
speed: "{{ wfo_trunk.iptrunk.iptrunk_speed }}" speed: "{{ wfo_trunk.iptrunk.iptrunk_speed }}"
trunk_type: "{{ wfo_trunk.iptrunk.iptrunk_type }}" trunk_type: "{{ wfo_trunk.iptrunk.iptrunk_type }}"
......
...@@ -10,7 +10,7 @@ side_a_ipv4_address: "{{ subscription.iptrunk.iptrunk_ipv4_network | ansible.uti ...@@ -10,7 +10,7 @@ side_a_ipv4_address: "{{ subscription.iptrunk.iptrunk_ipv4_network | ansible.uti
side_b_ipv4_address: "{{ subscription.iptrunk.iptrunk_ipv4_network | ansible.utils.ipaddr('net') | ansible.utils.ipaddr('1') | ansible.utils.ipaddr('address') }}" side_b_ipv4_address: "{{ subscription.iptrunk.iptrunk_ipv4_network | ansible.utils.ipaddr('net') | ansible.utils.ipaddr('1') | ansible.utils.ipaddr('address') }}"
trunks: trunks:
- id: "{{ subscription.iptrunk.geant_s_sid }}" - id: "{{ subscription.iptrunk.gs_id }}"
config: config:
common: common:
description: "{{ subscription.iptrunk.iptrunk_description }}" description: "{{ subscription.iptrunk.iptrunk_description }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment