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

Merge branch 'fix/ga_gs_id' into 'develop'

Fix/ga gs

See merge request !204
parents 85520bfb c1a5ea68
No related branches found
No related tags found
1 merge request!204Fix/ga gs
Pipeline #90975 passed
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
<lag xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes" alu:operation="replace"> <lag xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes" alu:operation="replace">
<lag-name>{{ ep.edge_port_name | lower }}</lag-name> <lag-name>{{ ep.edge_port_name | lower }}</lag-name>
<admin-state>enable</admin-state> <admin-state>enable</admin-state>
{% if ep.edge_port_geant_ga_id is string %} {% if ep.edge_port_ga_id is string %}
<description>LAG {{ ep.edge_port_type }} {{ partner_name }} ${{ ep.edge_port_geant_ga_id }} | </description> <description>LAG {{ ep.edge_port_type }} {{ partner_name }} ${{ ep.edge_port_ga_id }} | </description>
{% else %} {% else %}
<description>LAG {{ ep.edge_port_type }} {{ partner_name }} | </description> <description>LAG {{ ep.edge_port_type }} {{ partner_name }} | </description>
{% endif %} {% endif %}
......
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
<lag-name>{{ ep.edge_port_name | lower }}</lag-name> <lag-name>{{ ep.edge_port_name | lower }}</lag-name>
<admin-state>enable</admin-state> <admin-state>enable</admin-state>
<encap-type>{{ ep.encapsulation }}</encap-type> <encap-type>{{ ep.encapsulation }}</encap-type>
{% if ep.geant_ga_id is string %} {% if ep.ga_id is string %}
<description>LAG {{ ep.edge_port_type }} {{ partner_name }} ${{ ep.geant_ga_id }} |</description> <description>LAG {{ ep.edge_port_type }} {{ partner_name }} ${{ ep.ga_id }} |</description>
{% else %} {% else %}
<description>LAG {{ ep.edge_port_type }} {{ partner_name }} |</description> <description>LAG {{ ep.edge_port_type }} {{ partner_name }} |</description>
{% endif %} {% endif %}
......
...@@ -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 }}"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<service-name>{{ ies_re_name }}</service-name> <service-name>{{ ies_re_name }}</service-name>
<interface alu:operation="replace"> <interface alu:operation="replace">
<interface-name>{{ lag_name }}.{{ ap.sbp.vlan_id }}</interface-name> <interface-name>{{ lag_name }}.{{ ap.sbp.vlan_id }}</interface-name>
<description>SRV_GLOBAL CUSTOMER {{ partner_name }} #{{ partner_name }}-{{ ap.ap_type }} ${{ ap.sbp.geant_sid }} | ASN{{ partner.asn }} | </description> <description>SRV_GLOBAL CUSTOMER {{ partner_name }} #{{ partner_name }}-{{ ap.ap_type }} ${{ ap.sbp.gs_id }} | ASN{{ partner.asn }} | </description>
<ip-mtu>{{ sbp_params.ip_mtu }}</ip-mtu> <ip-mtu>{{ sbp_params.ip_mtu }}</ip-mtu>
<sap> <sap>
{% if ap.sbp.is_tagged %} {% if ap.sbp.is_tagged %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment