From 022d2a3d8fe72fcb5967dac19cbc495280967472 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Sun, 27 Apr 2025 14:23:07 +0100 Subject: [PATCH] v1.1.68 --- geant/gap_ansible/CHANGELOG.md | 18 ++++++++++++++++-- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 2f323e5f..0eab808b 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,15 +1,29 @@ # 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 structure: - playbooks: + - `l3_core_service` - `manage_bgp_peers` - `manage_sbp` - `validate_prefix_list` + - roles: - `fw_filters` @@ -19,7 +33,7 @@ - `bgp_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`. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 5c06d6b0..f88a0998 100644 --- a/geant/gap_ansible/galaxy.yml +++ b/geant/gap_ansible/galaxy.yml @@ -8,7 +8,7 @@ namespace: geant name: gap_ansible # The version of the collection. Must be compatible with semantic versioning -version: 1.1.67 +version: 1.1.68 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab