Skip to content
Snippets Groups Projects
Commit c02883ed authored by Waleed Akbar's avatar Waleed Akbar
Browse files

service name enum and default grpc port is added

parent a78bcae1
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!207Resolve "(CTTC) Separation of Monitoring"
......@@ -43,6 +43,7 @@ class ServiceNameEnum(Enum):
ZTP = 'ztp'
POLICY = 'policy'
MONITORING = 'monitoring'
KPIMANGER = 'kpiManager'
DLT = 'dlt'
NBI = 'nbi'
CYBERSECURITY = 'cybersecurity'
......@@ -73,6 +74,7 @@ DEFAULT_SERVICE_GRPC_PORTS = {
ServiceNameEnum.ZTP .value : 5050,
ServiceNameEnum.POLICY .value : 6060,
ServiceNameEnum.MONITORING .value : 7070,
ServiceNameEnum.KPIMANGER .value : 7071,
ServiceNameEnum.DLT .value : 8080,
ServiceNameEnum.NBI .value : 9090,
ServiceNameEnum.L3_CAD .value : 10001,
......
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