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
11b49928
Commit
11b49928
authored
7 months ago
by
Mohammad Torkashvand
Browse files
Options
Downloads
Patches
Plain Diff
add owner_subscription_id to the network api used by maps
parent
869dccf4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!249
add owner_subscription_id to the network api used by maps
Pipeline
#88322
failed
7 months ago
Stage: tox
Stage: documentation
Stage: sonarqube
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gso/api/v1/network.py
+2
-0
2 additions, 0 deletions
gso/api/v1/network.py
with
2 additions
and
0 deletions
gso/api/v1/network.py
+
2
−
0
View file @
11b49928
...
...
@@ -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.
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