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
75b60cf4
Commit
75b60cf4
authored
1 year ago
by
Aleksandr Kurbatov
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugfix/nat-589' into 'develop'
Update `delete.j2` in Juniper templates See merge request
!139
parents
5b9efdfb
5907e262
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!139
Update `delete.j2` in Juniper templates
Pipeline
#87178
passed
1 year ago
Stage: linting
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
geant/gap_ansible/roles/iptrunk_migration/templates/juniper/delete.j2
+2
-2
2 additions, 2 deletions
...sible/roles/iptrunk_migration/templates/juniper/delete.j2
with
2 additions
and
2 deletions
geant/gap_ansible/roles/iptrunk_migration/templates/juniper/delete.j2
+
2
−
2
View file @
75b60cf4
delete protocols isis interface {{ local_side.iptrunk_side_ae_iface }}.0
delete protocols isis interface {{ local_side.iptrunk_side_ae_iface }}.0
delete interfaces {{ local_side.iptrunk_side_ae_iface }}
delete interfaces {{ local_side.iptrunk_side_ae_iface }}
{% for iface in local_side.iptrunk_side_ae_members %}
{% for iface in local_side.iptrunk_side_ae_members %}
delete interfaces {{ iface }}
delete interfaces {{ iface
.interface_name
}}
delete protocols lldp interface {{ iface }}
delete protocols lldp interface {{ iface
.interface_name
}}
{% endfor %}
{% endfor %}
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