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

edge_port: geant_ga_id -> ga_id

parent c08b7819
No related branches found
No related tags found
1 merge request!204Fix/ga gs
...@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment