Skip to content

Commit f943440

Browse files
akokhanjleveque
authored andcommitted
Moved telemetry exit listener from process package into Docker (#3805)
Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
1 parent 295b0bd commit f943440

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

rules/docker-telemetry.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ $(DOCKER_TELEMETRY)_CONTAINER_NAME = telemetry
2828
$(DOCKER_TELEMETRY)_RUN_OPT += --net=host --privileged -t
2929
$(DOCKER_TELEMETRY)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
3030

31+
$(DOCKER_TELEMETRY)_FILES += $(SUPERVISOR_PROC_EXIT_LISTENER_SCRIPT)

rules/telemetry.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
SONIC_TELEMETRY = sonic-telemetry_0.1_$(CONFIGURED_ARCH).deb
44
$(SONIC_TELEMETRY)_SRC_PATH = $(SRC_PATH)/telemetry
55
SONIC_DPKG_DEBS += $(SONIC_TELEMETRY)
6-
$(SONIC_TELEMETRY)_FILES += $(SUPERVISOR_PROC_EXIT_LISTENER_SCRIPT)

0 commit comments

Comments
 (0)