Skip to content
Snippets Groups Projects
Commit 78b28053 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom Committed by Sebastien Merle
Browse files

Common:

- added TE service constants
parent ab78697d
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ class ServiceNameEnum(Enum): ...@@ -49,6 +49,7 @@ class ServiceNameEnum(Enum):
INTERDOMAIN = 'interdomain' INTERDOMAIN = 'interdomain'
PATHCOMP = 'pathcomp' PATHCOMP = 'pathcomp'
WEBUI = 'webui' WEBUI = 'webui'
TE = 'te'
# Used for test and debugging only # Used for test and debugging only
DLT_GATEWAY = 'dltgateway' DLT_GATEWAY = 'dltgateway'
...@@ -68,6 +69,7 @@ DEFAULT_SERVICE_GRPC_PORTS = { ...@@ -68,6 +69,7 @@ DEFAULT_SERVICE_GRPC_PORTS = {
ServiceNameEnum.CYBERSECURITY.value : 10000, ServiceNameEnum.CYBERSECURITY.value : 10000,
ServiceNameEnum.INTERDOMAIN .value : 10010, ServiceNameEnum.INTERDOMAIN .value : 10010,
ServiceNameEnum.PATHCOMP .value : 10020, ServiceNameEnum.PATHCOMP .value : 10020,
ServiceNameEnum.TE .value : 10030,
# Used for test and debugging only # Used for test and debugging only
ServiceNameEnum.DLT_GATEWAY .value : 50051, ServiceNameEnum.DLT_GATEWAY .value : 50051,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment