From eb3682b59ab70a4978733578f87bef9f628c1b44 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Fri, 13 Dec 2024 12:50:34 +0000 Subject: [PATCH] v1.1.23 --- geant/gap_ansible/CHANGELOG.md | 9 +++++++++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 08818c5d..649a93e6 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,13 @@ # GAP Ansible changelog +1.1.23 2024-12-13 +- Refactoring extra_vars in relation to `gs_id` and `ga_id`. + - `edge_port` + - `sbp` + - `iptrunk` + - `iptrunk_migration` + - `iptrunk_twamp` + - `iptrunk_checks` + 1.1.22 2024-12-13 - Added `vrf` role, which rolls out a base VRPN config on a list of provided routers. - Requires an appropriate set of vars in `geant_services/VRF/{{ VRF_NAME }}` diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 7d8ed958..515d2f08 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.22 +version: 1.1.23 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab