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
Merge requests
!105
Feature/remodel router product
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/remodel router product
feature/remodel-router-product
into
develop
Overview
2
Commits
6
Pipelines
5
Changes
16
Merged
Karel van Klink
requested to merge
feature/remodel-router-product
into
develop
1 year ago
Overview
2
Commits
6
Pipelines
5
Changes
16
Expand
The remodel on the router side is finished, IAS resources will be part of phase 2
Edited
1 year ago
by
Karel van Klink
0
0
Merge request reports
Viewing commit
73df957c
Show latest version
16 files
+
38
−
164
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
73df957c
update all workflows and associated tests with the router remodel accordingly
· 73df957c
Karel van Klink
authored
1 year ago
gso/api/v1/imports.py
+
0
−
4
Options
@@ -78,13 +78,9 @@ class RouterImportModel(BaseModel):
ts_port
:
int
router_vendor
:
RouterVendor
router_role
:
RouterRole
is_ias_connected
:
bool
router_lo_ipv4_address
:
ipaddress
.
IPv4Address
router_lo_ipv6_address
:
ipaddress
.
IPv6Address
router_lo_iso_address
:
str
router_si_ipv4_network
:
ipaddress
.
IPv4Network
|
None
=
None
router_ias_lt_ipv4_network
:
ipaddress
.
IPv4Network
|
None
=
None
router_ias_lt_ipv6_network
:
ipaddress
.
IPv6Network
|
None
=
None
class
IptrunkImportModel
(
BaseModel
):
Loading