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
222eb718
Commit
222eb718
authored
4 weeks ago
by
Aleksandr Kurbatov
Browse files
Options
Downloads
Patches
Plain Diff
Update policy_options role to work with VRF update tasks
parent
c42573c1
No related branches found
No related tags found
1 merge request
!282
Fix/vrf update
Pipeline
#95243
passed
4 weeks ago
Stage: linting
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
geant/gap_ansible/roles/policy_options/tasks/main.yml
+8
-2
8 additions, 2 deletions
geant/gap_ansible/roles/policy_options/tasks/main.yml
geant/gap_ansible/roles/policy_options/tasks/merge_vars_nren.yaml
+0
-7
0 additions, 7 deletions
...p_ansible/roles/policy_options/tasks/merge_vars_nren.yaml
with
8 additions
and
9 deletions
geant/gap_ansible/roles/policy_options/tasks/main.yml
+
8
−
2
View file @
222eb718
---
---
# tasks file for policy_options
# tasks file for policy_options
-
name
:
Load Standard Policy Options for creation of VRF {{ subscription.vrf.vrf_name }}
when
:
gso_product_type == 'VRF'
ansible.builtin.include_tasks
:
merge_create_vrf_standard_vars.yaml
-
name
:
Include preparation of NREN policy_options vars
-
name
:
Include preparation of NREN policy_options vars
when
:
gso_product_type in inv_product_types_nren.keys() | list
when
:
gso_product_type != 'VRF'
and gso_product_type in inv_product_types_nren.keys() | list
ansible.builtin.include_tasks
:
merge_vars_nren.yaml
ansible.builtin.include_tasks
:
merge_vars_nren.yaml
-
name
:
Include preparation of RandE Peer policy_options vars
-
name
:
Include preparation of RandE Peer policy_options vars
when
:
gso_product_type in inv_product_types_rande.keys() | list
when
:
gso_product_type != 'VRF'
and gso_product_type in inv_product_types_rande.keys() | list
ansible.builtin.include_tasks
:
merge_vars_rande.yaml
ansible.builtin.include_tasks
:
merge_vars_rande.yaml
-
name
:
Compile templates
-
name
:
Compile templates
...
...
This diff is collapsed.
Click to expand it.
geant/gap_ansible/roles/policy_options/tasks/merge_vars_nren.yaml
+
0
−
7
View file @
222eb718
...
@@ -67,10 +67,3 @@
...
@@ -67,10 +67,3 @@
when
:
>
when
:
>
subscription.product.product_type == "VRF"
subscription.product.product_type == "VRF"
ansible.builtin.include_tasks
:
merge_create_vrf_standard_vars.yaml
ansible.builtin.include_tasks
:
merge_create_vrf_standard_vars.yaml
-
name
:
Compile templates
ansible.builtin.include_tasks
:
compile.yaml
-
name
:
Deploy templates if standalone run
when
:
is_standalone_run | ansible.builtin.bool
ansible.builtin.include_tasks
:
deploy_po.yaml
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