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
97a9c4ad
Commit
97a9c4ad
authored
1 year ago
by
Aleksandr Kurbatov
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/base_config_commit_comment' into 'develop'
Fix/base config commit comment See merge request
!126
parents
eb516de3
ec3031a2
No related branches found
No related tags found
1 merge request
!126
Fix/base config commit comment
Pipeline
#86029
passed
1 year ago
Stage: linting
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
geant/gap_ansible/roles/base_config/tasks/main.yml
+2
-1
2 additions, 1 deletion
geant/gap_ansible/roles/base_config/tasks/main.yml
geant/gap_ansible/roles/ibgp_update/tasks/add_pe_to_p.yaml
+3
-2
3 additions, 2 deletions
geant/gap_ansible/roles/ibgp_update/tasks/add_pe_to_p.yaml
with
5 additions
and
3 deletions
geant/gap_ansible/roles/base_config/tasks/main.yml
+
2
−
1
View file @
97a9c4ad
...
@@ -13,9 +13,10 @@
...
@@ -13,9 +13,10 @@
when
:
when
:
( wfo_router.router.router_access_via_ts | ansible.builtin.bool ) is
true
( wfo_router.router.router_access_via_ts | ansible.builtin.bool ) is
true
# FIX: Load these vars via group_vars
-
name
:
Set variable to connect to nokia
-
name
:
Set variable to connect to nokia
ansible.legacy.set_fact
:
ansible.legacy.set_fact
:
ansible_network_os
:
nokia
.sros
.md
ansible_network_os
:
geant.gap_ansible
.sros
ansible_connection
:
netconf
ansible_connection
:
netconf
when
:
when
:
wfo_router.router.vendor == "nokia"
wfo_router.router.vendor == "nokia"
...
...
This diff is collapsed.
Click to expand it.
geant/gap_ansible/roles/ibgp_update/tasks/add_pe_to_p.yaml
+
3
−
2
View file @
97a9c4ad
...
@@ -2,10 +2,11 @@
...
@@ -2,10 +2,11 @@
# We need to add all the existing PE the new P
# We need to add all the existing PE the new P
# P routers will always be NOKIA
# P routers will always be NOKIA
# In this case you have wfo_router as external variable
# In this case you have wfo_router as external variable
# FIX: Load ansible_network_os via group_vars
#
-
name
:
Set variable to connect to nokia
-
name
:
Set variable to connect to nokia
ansible.legacy.set_fact
:
ansible.legacy.set_fact
:
ansible_network_os
:
nokia
.sros
.md
ansible_network_os
:
geant.gap_ansible
.sros
ansible_connection
:
netconf
ansible_connection
:
netconf
-
name
:
Set ansible_host to terminal server when router is offline
-
name
:
Set ansible_host to terminal server when router is offline
...
...
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