Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GAP Ansible Collection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GAP Ansible Collection
Commits
b1f052e0
Commit
b1f052e0
authored
5 months ago
by
Aleksandr Kurbatov
Browse files
Options
Downloads
Patches
Plain Diff
SBP - update description in SBP
parent
54e56864
Branches
Branches containing commit
No related tags found
1 merge request
!210
Fix/l3 core fixes
Pipeline
#91382
passed
5 months ago
Stage: linting
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
geant/gap_ansible/roles/sbp/templates/deploy_sbp.j2
+2
-2
2 additions, 2 deletions
geant/gap_ansible/roles/sbp/templates/deploy_sbp.j2
with
2 additions
and
2 deletions
geant/gap_ansible/roles/sbp/templates/deploy_sbp.j2
+
2
−
2
View file @
b1f052e0
...
@@ -14,9 +14,9 @@
...
@@ -14,9 +14,9 @@
<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>
{% if subscription.l3_core_service_type in ['GEANT_IP', 'GEANT IP'] %}
{% if subscription.l3_core_service_type in ['GEANT_IP', 'GEANT IP'] %}
<description>SRV_GLOBAL CUSTOMER {{ partner_name }}
#
{{
partner_name }}-{{ ap.ap_type
}} ${{ ap.sbp.gs_id }} | ASN{{ partner.asn }} | </description>
<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.l3_core_service_type in ['LHCONE'] %}
{% elif subscription.l3_core_service_type in ['LHCONE'] %}
<description>SRV_L3VPN CUSTOMER {{ partner_name }}
#
{{
partner_name }}-{{ ap.ap_type
}} ${{ ap.sbp.gs_id }} | ASN{{ partner.asn }} | </description>
<description>SRV_L3VPN CUSTOMER {{ partner_name }} {{
'#'+ap.custom_service_name if ap.custom_service_name is string
}} ${{ ap.sbp.gs_id }} | ASN{{ partner.asn }} | </description>
{% endif %}
{% endif %}
<ip-mtu>{{ sbp_params.ip_mtu }}</ip-mtu>
<ip-mtu>{{ sbp_params.ip_mtu }}</ip-mtu>
<sap>
<sap>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment