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
Commits
3334e2aa
Commit
3334e2aa
authored
1 month ago
by
Saket Agrahari
Browse files
Options
Downloads
Patches
Plain Diff
tox changes
parent
6ab32a16
No related branches found
No related tags found
1 merge request
!421
Draft: update to add output to file for import_edge_port
Pipeline
#94038
failed
1 month ago
Stage: tox
Stage: documentation
Stage: sonarqube
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gso/cli/imports.py
+4
-4
4 additions, 4 deletions
gso/cli/imports.py
with
4 additions
and
4 deletions
gso/cli/imports.py
+
4
−
4
View file @
3334e2aa
...
...
@@ -10,6 +10,10 @@ from typing import Self, TypeVar
import
typer
import
yaml
from
orchestrator.db
import
db
from
orchestrator.services.processes
import
start_process
from
orchestrator.services.products
import
get_product_by_id
from
orchestrator.types
import
SubscriptionLifecycle
from
pydantic
import
BaseModel
,
NonNegativeInt
,
ValidationError
,
field_validator
,
model_validator
from
pydantic_forms.types
import
UUIDstr
from
sqlalchemy.exc
import
SQLAlchemyError
...
...
@@ -51,10 +55,6 @@ from gso.utils.types.ip_address import (
)
from
gso.utils.types.virtual_identifiers
import
VC_ID
,
VLAN_ID
from
gso.workflows.l3_core_service.shared
import
L3_CREAT_IMPORTED_WF_MAP
,
L3_IMPORT_WF_MAP
,
L3ProductNameType
from
orchestrator.db
import
db
from
orchestrator.services.processes
import
start_process
from
orchestrator.services.products
import
get_product_by_id
from
orchestrator.types
import
SubscriptionLifecycle
app
:
typer
.
Typer
=
typer
.
Typer
()
IMPORT_WAIT_MESSAGE
=
"
Waiting for the dust to settle before importing new products...
"
...
...
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