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
0c053585
Commit
0c053585
authored
1 year ago
by
Simone Spinelli
Browse files
Options
Downloads
Patches
Plain Diff
Tested add capacity and changing attrs
parent
0f7d2317
Branches
Branches containing commit
Tags
Tags containing commit
4 merge requests
!35
Feature/nat178 modify capacity iptrunk
,
!34
Feature/nat178 modify capacity iptrunk
,
!33
Feature/nat178 modify capacity iptrunk
,
!32
Feature/nat178 modify capacity iptrunk
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gso/products/product_blocks/__init__.py
+6
-6
6 additions, 6 deletions
gso/products/product_blocks/__init__.py
gso/translations/en-GB.json
+2
-1
2 additions, 1 deletion
gso/translations/en-GB.json
gso/workflows/__init__.py
+2
-0
2 additions, 0 deletions
gso/workflows/__init__.py
with
10 additions
and
7 deletions
gso/products/product_blocks/__init__.py
+
6
−
6
View file @
0c053585
from
enum
import
Int
Enum
from
enum
import
Enum
class
PhyPortCapacity
(
Int
Enum
):
class
PhyPortCapacity
(
Enum
):
ONE
=
1
ONE
=
"
1g
"
TEN
=
10
TEN
=
"
10
g
"
HUNDRED
=
100
HUNDRED
=
"
100
g
"
FOUR_HUNDRED
=
400
FOUR_HUNDRED
=
"
400
g
"
This diff is collapsed.
Click to expand it.
gso/translations/en-GB.json
+
2
−
1
View file @
0c053585
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
}
}
},
},
"workflow"
:
{
"workflow"
:
{
"modify_isis_metric"
:
"Modify the ISIS metric"
"modify_isis_metric"
:
"Modify the ISIS metric"
,
"modify_generic"
:
"Modify Trunk interface"
}
}
}
}
This diff is collapsed.
Click to expand it.
gso/workflows/__init__.py
+
2
−
0
View file @
0c053585
...
@@ -12,4 +12,6 @@ LazyWorkflowInstance("gso.workflows.iptrunk.terminate_iptrunk",
...
@@ -12,4 +12,6 @@ LazyWorkflowInstance("gso.workflows.iptrunk.terminate_iptrunk",
"
terminate_iptrunk
"
)
"
terminate_iptrunk
"
)
LazyWorkflowInstance
(
"
gso.workflows.iptrunk.modify_isis_metric
"
,
LazyWorkflowInstance
(
"
gso.workflows.iptrunk.modify_isis_metric
"
,
"
modify_isis_metric
"
)
"
modify_isis_metric
"
)
LazyWorkflowInstance
(
"
gso.workflows.iptrunk.modify_generic
"
,
"
modify_generic
"
)
LazyWorkflowInstance
(
"
gso.workflows.site.create_site
"
,
"
create_site
"
)
LazyWorkflowInstance
(
"
gso.workflows.site.create_site
"
,
"
create_site
"
)
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