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
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
bbf10779
Commit
bbf10779
authored
7 months ago
by
geant-release-service
Browse files
Options
Downloads
Plain Diff
Finished release 2.10.
parents
9c3c831d
d2117455
No related branches found
Branches containing commit
Tags
2.10
Tags containing commit
No related merge requests found
Pipeline
#88327
passed
7 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
+3
-0
3 additions, 0 deletions
Changelog.md
gso/api/v1/network.py
+2
-0
2 additions, 0 deletions
gso/api/v1/network.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
6 additions
and
1 deletion
Changelog.md
+
3
−
0
View file @
bbf10779
...
...
@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [2.10] - 2024-08-06
-
Update map API endpoint
## [2.9] - 2024-08-06
-
IP trunk validation workflow no longer runs for Juniper-only trunks
-
Automatically run pre- and post-checks when modifying an IP trunk
...
...
This diff is collapsed.
Click to expand it.
gso/api/v1/network.py
+
2
−
0
View file @
bbf10779
...
...
@@ -42,6 +42,7 @@ class RouterBlock(OrchestratorBaseModel):
router_role
:
RouterRole
vendor
:
Vendor
router_site
:
SiteBlock
owner_subscription_id
:
UUID
class
IptrunkSideBlock
(
OrchestratorBaseModel
):
...
...
@@ -121,6 +122,7 @@ def network_topology() -> NetworkTopologyDomainModelSchema:
"
router_role
"
:
side
[
"
iptrunk_side_node
"
][
"
router_role
"
],
"
vendor
"
:
side
[
"
iptrunk_side_node
"
][
"
vendor
"
],
"
router_site
"
:
side
[
"
iptrunk_side_node
"
][
"
router_site
"
],
"
owner_subscription_id
"
:
side
[
"
iptrunk_side_node
"
][
"
owner_subscription_id
"
],
},
}
for
side
in
extended_model
[
"
iptrunk
"
][
"
iptrunk_sides
"
]
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
bbf10779
...
...
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup
(
name
=
"
geant-service-orchestrator
"
,
version
=
"
2.
9
"
,
version
=
"
2.
10
"
,
author
=
"
GÉANT Orchestration and Automation Team
"
,
author_email
=
"
goat@geant.org
"
,
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