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

`sbp`: Update template to use IAS flavor parameter from GSO

parent 076c9f7b
No related branches found
No related tags found
1 merge request!259Feature/nat 1148 l3 rework o
Pipeline #93672 passed
......@@ -16,7 +16,7 @@
{% if subscription.product.product_type | upper in l3_service_types.ies %}
<description>SRV_GLOBAL CUSTOMER {{ partner_name }} {{ '#'+ap.custom_service_name if ap.custom_service_name is string }} ${{ ap.sbp.gs_id }} | ASN{{ partner.asn }} | </description>
{% elif subscription.product.product_type | upper == 'IAS' %}
<description>SRV_IAS CUSTOMER {{ partner_name }} {{ '#'+ap.custom_service_name if ap.custom_service_name is string }} {{ partner.ias_flavour | regex_search('IAS(GWS)?(PS)?') }} ${{ ap.sbp.gs_id }} | ASN{{ partner.asn }} | </description>
<description>SRV_IAS CUSTOMER {{ partner_name }} {{ '#'+ap.custom_service_name if ap.custom_service_name is string }} {{ subscription[subscription_key].ias_flavor | regex_search('IAS(GWS)?(PS)?') }} ${{ ap.sbp.gs_id }} | ASN{{ partner.asn }} | </description>
<ingress>
<policy-accounting>GEANT_DEST_CLASS_POL_TEMPLATE_01</policy-accounting>
<destination-class-lookup>true</destination-class-lookup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment