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

v1.1.80

parent f0c3b2aa
No related branches found
No related tags found
No related merge requests found
Pipeline #95290 passed
# GAP Ansible changelog # GAP Ansible changelog
## 1.1.80 2025-06-26
- Added support for RE LHCONE peers (multiple roles).
## 1.1.79 2025-06-24 ## 1.1.79 2025-06-24
- `policy_options`: bugfixes in processing R&E routing matrix. - `policy_options`: bugfixes in processing R&E routing matrix.
...@@ -43,7 +47,6 @@ ...@@ -43,7 +47,6 @@
The current standard version (all existing trunks) gets version 1.0. The current standard version (all existing trunks) gets version 1.0.
The next possible version supported in the GAP Ansible collection is The next possible version supported in the GAP Ansible collection is
version 2.0, which includes: version 2.0, which includes:
- QoS export policy on physical LAG memebers; - QoS export policy on physical LAG memebers;
- IP MTU is not explicitely set on IP interfaces, hence it will be - IP MTU is not explicitely set on IP interfaces, hence it will be
calculated by the SROS from the PHY MTU. calculated by the SROS from the PHY MTU.
...@@ -60,7 +63,6 @@ ...@@ -60,7 +63,6 @@
## 1.1.69 2025-05-01 ## 1.1.69 2025-05-01
- Add Juniper templates to the `edge_port` role. This allows to: - Add Juniper templates to the `edge_port` role. This allows to:
- create Juniper edge port. - create Juniper edge port.
- update Juniper edge port. - update Juniper edge port.
...@@ -74,7 +76,6 @@ ...@@ -74,7 +76,6 @@
(e.g. renedered templates, common output, etc). It takes the form of: (e.g. renedered templates, common output, etc). It takes the form of:
`{{ storage_mount_prefix }}/{{ gso_process_id }}/ansible_run_{{ opid }}` `{{ storage_mount_prefix }}/{{ gso_process_id }}/ansible_run_{{ opid }}`
Where fields are: Where fields are:
- `storage_mount_prefix`: variable that supposed to come from the Ansible inventory, - `storage_mount_prefix`: variable that supposed to come from the Ansible inventory,
defaults to `/var/tmp`; defaults to `/var/tmp`;
- `gso_process_id`: a process ID that GSO generates for the particular WF instance; - `gso_process_id`: a process ID that GSO generates for the particular WF instance;
...@@ -84,16 +85,13 @@ ...@@ -84,16 +85,13 @@
- 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`
- `sbp` - `sbp`
- `po_prefix_lists` - `po_prefix_lists`
...@@ -120,14 +118,12 @@ ...@@ -120,14 +118,12 @@
## 1.1.62 2025-04-10 ## 1.1.62 2025-04-10
- `l2circuits` role update: - `l2circuits` role update:
- Added support for the Local Cross connects (local-switching). - Added support for the Local Cross connects (local-switching).
- Added support for the VLAN-range Junos circuits. - Added support for the VLAN-range Junos circuits.
## 1.1.61 2025-04-08 ## 1.1.61 2025-04-08
- `base_config`: changes in cflowd configuration: - `base_config`: changes in cflowd configuration:
- `cache_size` calculated based on the router tier (2M for SR7 and 1M for SR2se). - `cache_size` calculated based on the router tier (2M for SR7 and 1M for SR2se).
- removed `metering-process` for unified export template. - removed `metering-process` for unified export template.
...@@ -142,7 +138,6 @@ ...@@ -142,7 +138,6 @@
## 1.1.58 2025-04-03 ## 1.1.58 2025-04-03
- Added a separate `sdp` role to manage SDP config. - Added a separate `sdp` role to manage SDP config.
- add SDP mesh to a PE - add SDP mesh to a PE
- add PE to the SDP mesh - add PE to the SDP mesh
- remove PE from SDP mesh - remove PE from SDP mesh
...@@ -169,7 +164,6 @@ ...@@ -169,7 +164,6 @@
## 1.1.53 2025-03-12 ## 1.1.53 2025-03-12
- `base_config`: Changes in `cflowd` config. - `base_config`: Changes in `cflowd` config.
- Set `metering-process` to `fp-accelerated` on the - Set `metering-process` to `fp-accelerated` on the
supporting Nokia HW (SR7). supporting Nokia HW (SR7).
...@@ -182,7 +176,6 @@ ...@@ -182,7 +176,6 @@
## 1.1.51 2025-03-10 ## 1.1.51 2025-03-10
- `po_prefix_lists`: - `po_prefix_lists`:
- Added option for routes defined via `route_set`. - Added option for routes defined via `route_set`.
- Added option to exclude routes by AS (`excluded_as` defined in inventory). - Added option to exclude routes by AS (`excluded_as` defined in inventory).
- Added option to exclude manually defined routes (via inventory). - Added option to exclude manually defined routes (via inventory).
...@@ -204,14 +197,12 @@ ...@@ -204,14 +197,12 @@
## 1.1.47 2025-02-28 ## 1.1.47 2025-02-28
- `sbp`: - `sbp`:
- IAS interface description adjustments. - IAS interface description adjustments.
- IAS ingress accounting. - IAS ingress accounting.
- Updates to custom FW terms. - Updates to custom FW terms.
- Changes to the FW naming: include `ap_type` into FW names (P/B/L since the limitation in SROS on string length in filter stanza). - Changes to the FW naming: include `ap_type` into FW names (P/B/L since the limitation in SROS on string length in filter stanza).
- `bgp_config`: - `bgp_config`:
- Added default route option. - Added default route option.
- 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.
...@@ -230,7 +221,6 @@ ...@@ -230,7 +221,6 @@
## 1.1.44 2025-02-21 ## 1.1.44 2025-02-21
- Changes in roles to support `migrate_l3_core_service` WF: - Changes in roles to support `migrate_l3_core_service` WF:
- `bgp_config` - `bgp_config`
- `sbp` - `sbp`
- `deploy_service_config` - `deploy_service_config`
...@@ -310,7 +300,6 @@ ...@@ -310,7 +300,6 @@
- Updated `vrf` role - Updated `vrf` role
- Updates to: - Updates to:
- `fw_filter` - `fw_filter`
- `sbp` - `sbp`
- `ip_prefix_list` - `ip_prefix_list`
...@@ -337,7 +326,6 @@ ...@@ -337,7 +326,6 @@
## 1.1.23 2024-12-13 ## 1.1.23 2024-12-13
- Refactoring extra_vars in relation to `gs_id` and `ga_id`. - Refactoring extra_vars in relation to `gs_id` and `ga_id`.
- `edge_port` - `edge_port`
- `sbp` - `sbp`
- `iptrunk` - `iptrunk`
...@@ -366,7 +354,6 @@ ...@@ -366,7 +354,6 @@
## 1.1.19 2024-12-03 ## 1.1.19 2024-12-03
- Added a list of roles for L3 service provisioning. - Added a list of roles for L3 service provisioning.
- `sbp` - SBP interface configuration - `sbp` - SBP interface configuration
- `fw_filter` - configuration of FW filters to use under SBP. - `fw_filter` - configuration of FW filters to use under SBP.
- `prefix_lists` - generation of prefix lists from AS-SET. - `prefix_lists` - generation of prefix lists from AS-SET.
...@@ -630,7 +617,6 @@ ...@@ -630,7 +617,6 @@
## 1.0.51 ## 1.0.51
- Rework of SNMP communities and SNMP ACLs: - Rework of SNMP communities and SNMP ACLs:
- 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
...@@ -767,7 +753,6 @@ ...@@ -767,7 +753,6 @@
## 1.0.12 ## 1.0.12
- Changes to the base_config based on the NE feedback - Changes to the base_config based on the NE feedback
- SNMP Views - SNMP Views
- System wide source addresses - System wide source addresses
- BGP (error-handling) - BGP (error-handling)
......
...@@ -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.79 version: 1.1.80
# 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