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
Merge requests
!59
Feature/refactor device to router
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/refactor device to router
feature/refactor-device-to-router
into
develop
Overview
0
Commits
2
Pipelines
2
Changes
4
Merged
Karel van Klink
requested to merge
feature/refactor-device-to-router
into
develop
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
4
Expand
0
0
Merge request reports
Viewing commit
6c1b1db8
Prev
Next
Show latest version
4 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Verified
6c1b1db8
fix linting errors
· 6c1b1db8
Karel van Klink
authored
1 year ago
gso/products/__init__.py
+
1
−
1
Options
"""
Module that updates the domain model of {term}`GSO`. Should contain all types of subscriptions.
"""
from
orchestrator.domain
import
SUBSCRIPTION_MODEL_REGISTRY
from
gso.products.product_types.router
import
Router
from
gso.products.product_types.iptrunk
import
Iptrunk
from
gso.products.product_types.router
import
Router
from
gso.products.product_types.site
import
Site
SUBSCRIPTION_MODEL_REGISTRY
.
update
(
Loading