Commit c02883ed authored by Waleed Akbar's avatar Waleed Akbar
Browse files

service name enum and default grpc port is added

parent a78bcae1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,