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

Cleaning previous commit

parent b8e074b2
No related branches found
No related tags found
1 merge request!289Draft: Resolve "(CTTC) Implement Telemetry Backend Collector gNMI/OpenConfig"
......@@ -64,7 +64,7 @@ spec:
memory: 64Mi
limits:
cpu: 500m
memory: 1Gi
memory: 512Mi
---
apiVersion: v1
kind: Service
......
......@@ -18,9 +18,4 @@ libyang==2.8.4
numpy==2.0.1
APScheduler==3.10.1
deepdiff==6.7.*
pygnmi==0.8.14
ipaddress
macaddress
p4runtime==1.3.0
googleapis-common-protos==1.69.1
tabulate
pygnmi==0.8.14
\ No newline at end of file
......@@ -46,13 +46,3 @@ if LOAD_ALL_DEVICE_DRIVERS:
}
]))
# if LOAD_ALL_DEVICE_DRIVERS:
# from .p4.p4_collector import P4Collector # pylint: disable=wrong-import-position
# DRIVERS.append(
# (P4Collector, [
# {
# # Real P4 Switch, specifying P4 Collector => use P4Collector
# FilterFieldEnum.DEVICE_TYPE: DeviceTypeEnum.P4_SWITCH,
# FilterFieldEnum.DRIVER : DeviceDriverEnum.DEVICEDRIVER_P4,
# }
# ]))
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