From 85520bfb2a267975fbf8683c5003fbd52215ef13 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Fri, 13 Dec 2024 12:37:08 +0000 Subject: [PATCH] v1.1.22 --- geant/gap_ansible/CHANGELOG.md | 7 +++++++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index cc2331c8..08818c5d 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,11 @@ # GAP Ansible changelog +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 }}` +- Added `ip_prefix_list` separate role. +- Role rename: `prefix_lists` -> `po_prefix_lists`. +- Adjustments to the `deploy_service_config` to work with the new `update_vrf` playbook. + 1.1.21 2024-12-05 - Bugfixes in `edge_port`: encapsulation - Added `service_checks` role diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 8eb20a29..7d8ed958 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.21 +version: 1.1.22 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab