Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
TFS
controller
Commits
27392e76
Commit
27392e76
authored
2 months ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Service component:
- Renamed service handler e2e_orch to optical_tfs
parent
1b662490
No related branches found
No related tags found
3 merge requests
!359
Release TeraFlowSDN 5.0
,
!328
Resolve "(CTTC) Update recommendations to use SocketIO on NBI and E2E Orch components"
,
!286
Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/service/service/service_handlers/__init__.py
+3
-3
3 additions, 3 deletions
src/service/service/service_handlers/__init__.py
with
3 additions
and
3 deletions
src/service/service/service_handlers/__init__.py
+
3
−
3
View file @
27392e76
...
...
@@ -28,7 +28,7 @@ from .microwave.MicrowaveServiceHandler import MicrowaveServiceHandler
from
.p4.p4_service_handler
import
P4ServiceHandler
from
.tapi_tapi.TapiServiceHandler
import
TapiServiceHandler
from
.tapi_xr.TapiXrServiceHandler
import
TapiXrServiceHandler
from
.
e2e_orch.E2EOrchestrator
ServiceHandler
import
E2EOrchestrator
ServiceHandler
from
.
optical_tfs.OpticalTfs
ServiceHandler
import
OpticalTfs
ServiceHandler
from
.oc.OCServiceHandler
import
OCServiceHandler
from
.qkd.qkd_service_handler
import
QKDServiceHandler
...
...
@@ -117,9 +117,9 @@ SERVICE_HANDLERS = [
FilterFieldEnum
.
DEVICE_DRIVER
:
[
DeviceDriverEnum
.
DEVICEDRIVER_IETF_L2VPN
],
}
]),
(
E2EOrchestrator
ServiceHandler
,
[
(
OpticalTfs
ServiceHandler
,
[
{
FilterFieldEnum
.
SERVICE_TYPE
:
ServiceTypeEnum
.
SERVICETYPE_
E2E
,
FilterFieldEnum
.
SERVICE_TYPE
:
ServiceTypeEnum
.
SERVICETYPE_
OPTICAL_CONNECTIVITY
,
FilterFieldEnum
.
DEVICE_DRIVER
:
[
DeviceDriverEnum
.
DEVICEDRIVER_OPTICAL_TFS
],
}
]),
...
...
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