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
022d2a3d
Commit
022d2a3d
authored
1 month ago
by
Aleksandr Kurbatov
Browse files
Options
Downloads
Patches
Plain Diff
v1.1.68
parent
30ef02d8
No related branches found
No related tags found
No related merge requests found
Pipeline
#93857
passed
1 month ago
Stage: linting
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
geant/gap_ansible/CHANGELOG.md
+16
-2
16 additions, 2 deletions
geant/gap_ansible/CHANGELOG.md
geant/gap_ansible/galaxy.yml
+1
-1
1 addition, 1 deletion
geant/gap_ansible/galaxy.yml
with
17 additions
and
3 deletions
geant/gap_ansible/CHANGELOG.md
+
16
−
2
View file @
022d2a3d
# GAP Ansible changelog
# GAP Ansible changelog
1.
1.67 2025-04-25
1.
1.68 2026-04-27
-
Introduce standard unified way of calculating filesystem path for storing Ansible artifacts
(e.g. renedered templates, common output, etc). It takes the form of:
`{{ storage_mount_prefix }}/{{ gso_process_id }}/ansible_run_{{ opid }}`
Where fields are:
-
`storage_mount_prefix`
: variable that supposed to come from the Ansible inventory,
defaults to
`/var/tmp`
;
-
`gso_process_id`
: a process ID that GSO generates for the particular WF instance;
-
`ansible_run_{{ opid }}`
- standard randomized subfolder.
1.
1.67 2025-04-25
-
Update of the L3-related playbooks and roles to match the new GSO (v3.x) subscription
-
Update of the L3-related playbooks and roles to match the new GSO (v3.x) subscription
structure:
structure:
-
playbooks:
-
playbooks:
- `l3_core_service`
- `l3_core_service`
- `manage_bgp_peers`
- `manage_bgp_peers`
- `manage_sbp`
- `manage_sbp`
- `validate_prefix_list`
- `validate_prefix_list`
-
roles:
-
roles:
- `fw_filters`
- `fw_filters`
...
@@ -19,7 +33,7 @@
...
@@ -19,7 +33,7 @@
- `bgp_config`
- `bgp_config`
- `deploy_service_config`
- `deploy_service_config`
1.1.66 2025-04-15
1.1.66 2025-04-15
-
Add support for
`vpn-apply-export`
in
`bgp_group`
template under
`base_config`
.
-
Add support for
`vpn-apply-export`
in
`bgp_group`
template under
`base_config`
.
...
...
This diff is collapsed.
Click to expand it.
geant/gap_ansible/galaxy.yml
+
1
−
1
View file @
022d2a3d
...
@@ -8,7 +8,7 @@ namespace: geant
...
@@ -8,7 +8,7 @@ namespace: geant
name
:
gap_ansible
name
:
gap_ansible
# The version of the collection. Must be compatible with semantic versioning
# The version of the collection. Must be compatible with semantic versioning
version
:
1.1.6
7
version
:
1.1.6
8
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme
:
README.md
readme
:
README.md
...
...
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