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

Finished release 2.10.

parents 9c3c831d d2117455
Branches
Tags
No related merge requests found
Pipeline #88327 passed
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file. 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 ## [2.9] - 2024-08-06
- IP trunk validation workflow no longer runs for Juniper-only trunks - IP trunk validation workflow no longer runs for Juniper-only trunks
- Automatically run pre- and post-checks when modifying an IP trunk - Automatically run pre- and post-checks when modifying an IP trunk
......
...@@ -42,6 +42,7 @@ class RouterBlock(OrchestratorBaseModel): ...@@ -42,6 +42,7 @@ class RouterBlock(OrchestratorBaseModel):
router_role: RouterRole router_role: RouterRole
vendor: Vendor vendor: Vendor
router_site: SiteBlock router_site: SiteBlock
owner_subscription_id: UUID
class IptrunkSideBlock(OrchestratorBaseModel): class IptrunkSideBlock(OrchestratorBaseModel):
...@@ -121,6 +122,7 @@ def network_topology() -> NetworkTopologyDomainModelSchema: ...@@ -121,6 +122,7 @@ def network_topology() -> NetworkTopologyDomainModelSchema:
"router_role": side["iptrunk_side_node"]["router_role"], "router_role": side["iptrunk_side_node"]["router_role"],
"vendor": side["iptrunk_side_node"]["vendor"], "vendor": side["iptrunk_side_node"]["vendor"],
"router_site": side["iptrunk_side_node"]["router_site"], "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"] for side in extended_model["iptrunk"]["iptrunk_sides"]
......
...@@ -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.9", version="2.10",
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