Skip to content
Snippets Groups Projects
Commit eaae88e7 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

v1.1.54

parent cea0da4e
Branches
No related tags found
No related merge requests found
Pipeline #92478 passed
# GAP Ansible changelog # GAP Ansible changelog
1.1.53 2025-03-12 1.1.54 2025-03-13
- `sbp`: added support for Q-in-Q interfaces that are configured on Q-in-Q Edge
ports.
1.1.53 2025-03-12
- `base_config`: Changes in `cflowd` config. - `base_config`: Changes in `cflowd` config.
...@@ -22,7 +27,7 @@ ...@@ -22,7 +27,7 @@
- Added option to exclude manually defined routes (via inventory). - Added option to exclude manually defined routes (via inventory).
- General Refactoring. - General Refactoring.
1.1.50 2025-03-06 1.1.50 2025-03-06
- Added playbooks to `validate_prefix_list` and `deploy_prefix_list`. - Added playbooks to `validate_prefix_list` and `deploy_prefix_list`.
...@@ -50,7 +55,7 @@ ...@@ -50,7 +55,7 @@
- Refactoring of loading policies and communities per IAS flavour (set per partner). - Refactoring of loading policies and communities per IAS flavour (set per partner).
- Changes to the policy naming: include `ap_type` (PRIMARY/BACKUP/LOADBALANCE) into policy name. - Changes to the policy naming: include `ap_type` (PRIMARY/BACKUP/LOADBALANCE) into policy name.
1.1.46 2025-02-25 1.1.46 2025-02-25
- Code cleanup - Code cleanup
...@@ -70,7 +75,7 @@ ...@@ -70,7 +75,7 @@
- `deploy_service_config` - `deploy_service_config`
- `service_checks` - `service_checks`
1.1.43 2025-02-19 1.1.43 2025-02-19
- `po_prefix_lists`: add an option to define addition prefixes in the inventory (`geant_partners`, per Partner). - `po_prefix_lists`: add an option to define addition prefixes in the inventory (`geant_partners`, per Partner).
...@@ -152,7 +157,7 @@ ...@@ -152,7 +157,7 @@
- `push_config` - `push_config`
roles to adjust them to `LHCONE` NREN access. roles to adjust them to `LHCONE` NREN access.
1.1.27 2025-01-09 1.1.27 2025-01-09
- `promote_p_to_pe`: PE static routes as a separate WF step - `promote_p_to_pe`: PE static routes as a separate WF step
...@@ -179,7 +184,7 @@ ...@@ -179,7 +184,7 @@
- `iptrunk_twamp` - `iptrunk_twamp`
- `iptrunk_checks` - `iptrunk_checks`
1.1.22 2024-12-13 1.1.22 2024-12-13
- Added `vrf` role, which rolls out a base VRPN config on a list of provided routers. - 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 }}` - Requires an appropriate set of vars in `geant_services/VRF/{{ VRF_NAME }}`
...@@ -208,7 +213,7 @@ ...@@ -208,7 +213,7 @@
- `bgp` - A role to configure BGP neighbors. - `bgp` - A role to configure BGP neighbors.
- `deploy_service_config` - A role to assemble config from the artifacts produced by the above roles and push it to a device. - `deploy_service_config` - A role to assemble config from the artifacts produced by the above roles and push it to a device.
1.1.18 2024-12-02 1.1.18 2024-12-02
- GRPC config with conditional for easy on and off. - GRPC config with conditional for easy on and off.
...@@ -461,7 +466,7 @@ ...@@ -461,7 +466,7 @@
- SNMP ACL definitions in inventory are moved into a separate dict and are now rendered separately in the template. - SNMP ACL definitions in inventory are moved into a separate dict and are now rendered separately in the template.
1.0.50: 1.0.50:
- basic support for the iptrunk_migration workflow: - basic support for the iptrunk_migration workflow:
mx-mx trunk -> mx-nokia trunk. mx-mx trunk -> mx-nokia trunk.
...@@ -604,7 +609,7 @@ ...@@ -604,7 +609,7 @@
- Global load balancing - Global load balancing
- Templates reorganized according to the config hierarchy - Templates reorganized according to the config hierarchy
1.0.11: 1.0.11:
- Added 'static_routes' template - Added 'static_routes' template
- Reorganized templated related to the 'router' stanza - Reorganized templated related to the 'router' stanza
......
...@@ -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.53 version: 1.1.54
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment