Skip to content
Snippets Groups Projects
Commit d6bfdeb5 authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 2.40.

parents 92b8f3a6 034b1061
Branches
Tags 2.40
No related merge requests found
Pipeline #92088 passed
# Changelog # Changelog
## [2.40] - 2025-20-24
- Fixes in `migrate_l3_core_service` WF.
## [2.39] - 2025-02-24 ## [2.39] - 2025-02-24
- Fixed L3 service data import. - Fixed L3 service data import.
......
...@@ -354,7 +354,7 @@ def deploy_bgp_session_real( ...@@ -354,7 +354,7 @@ def deploy_bgp_session_real(
) -> LSOState: ) -> LSOState:
"""Deploy the destination BGP session.""" """Deploy the destination BGP session."""
return { return {
"playbook_name": "gap_ansible/playbooks/manage_bgp_peers.yaml", "playbook_name": "gap_ansible/playbooks/l3_core_service.yaml",
"inventory": {"all": {"hosts": {destination_edge_port.edge_port.node.router_fqdn: None}}}, "inventory": {"all": {"hosts": {destination_edge_port.edge_port.node.router_fqdn: None}}},
"extra_vars": { "extra_vars": {
"dry_run": False, "dry_run": False,
......
...@@ -4,7 +4,7 @@ from setuptools import find_packages, setup ...@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup( setup(
name="geant-service-orchestrator", name="geant-service-orchestrator",
version="2.39", version="2.40",
author="GÉANT Orchestration and Automation Team", author="GÉANT Orchestration and Automation Team",
author_email="goat@geant.org", author_email="goat@geant.org",
description="GÉANT Service Orchestrator", description="GÉANT Service Orchestrator",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment