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
Merge requests
!245
Fix Juniper routing instance names
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix Juniper routing instance names
fix/nat-1076-juniper-deactivate-vrf-neighbor
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Aleksandr Kurbatov
requested to merge
fix/nat-1076-juniper-deactivate-vrf-neighbor
into
develop
4 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Use inventory-defined values
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
b2330c5d
1 commit,
4 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
geant/gap_ansible/roles/bgp_config/templates/juniper/deactivate/bgp.j2
+
2
−
2
Options
@@ -7,9 +7,9 @@
{% endif %}
{% elif subscription.l3_core_service_type in l3_service_types.vprn %}
{% if neighbor.ip_type == 'ipv4' %}
deactivate routing-instances {{
subscription.l3_core_service_ty
pe }} protocols bgp group {{ bgp.group.ipv4_juniper }} neighbor {{ neighbor.peer_address }}
deactivate routing-instances {{
bgp.routing_instance_juni
pe
r
}} protocols bgp group {{ bgp.group.ipv4_juniper }} neighbor {{ neighbor.peer_address }}
{% elif neighbor.ip_type == 'ipv6' %}
deactivate routing-instances {{
subscription.l3_core_service_ty
pe }} protocols bgp group {{ bgp.group.ipv6_juniper }} neighbor {{ neighbor.peer_address }}
deactivate routing-instances {{
bgp.routing_instance_juni
pe
r
}} protocols bgp group {{ bgp.group.ipv6_juniper }} neighbor {{ neighbor.peer_address }}
{% endif %}
{% endif %}
{% endfor %}
Loading