Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
d6bfdeb5
Commit
d6bfdeb5
authored
3 months ago
by
geant-release-service
Browse files
Options
Downloads
Plain Diff
Finished release 2.40.
parents
92b8f3a6
034b1061
Branches
Branches containing commit
Tags
2.40
Tags containing commit
No related merge requests found
Pipeline
#92088
passed
3 months ago
Stage: tox
Stage: documentation
Stage: sonarqube
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Changelog.md
+2
-0
2 additions, 0 deletions
Changelog.md
gso/workflows/l3_core_service/migrate_l3_core_service.py
+1
-1
1 addition, 1 deletion
gso/workflows/l3_core_service/migrate_l3_core_service.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
2 deletions
Changelog.md
+
2
−
0
View file @
d6bfdeb5
# 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.
...
...
This diff is collapsed.
Click to expand it.
gso/workflows/l3_core_service/migrate_l3_core_service.py
+
1
−
1
View file @
d6bfdeb5
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
d6bfdeb5
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment