[build] Enable streaming telemetry Docker container by default (#2354)
This commit is contained in:
parent
f06c67b456
commit
0fd4f1806b
6
.gitignore
vendored
6
.gitignore
vendored
@ -42,6 +42,12 @@ src/sonic-device-data/src/debian/
|
|||||||
src/supervisor/*
|
src/supervisor/*
|
||||||
!src/supervisor/Makefile
|
!src/supervisor/Makefile
|
||||||
!src/supervisor/patch/
|
!src/supervisor/patch/
|
||||||
|
src/telemetry/debian/*
|
||||||
|
!src/telemetry/debian/changelog
|
||||||
|
!src/telemetry/debian/compat
|
||||||
|
!src/telemetry/debian/control
|
||||||
|
!src/telemetry/debian/rules
|
||||||
|
!src/telemetry/debian/telemetry.init.d
|
||||||
src/thrift/*
|
src/thrift/*
|
||||||
!src/thrift/Makefile
|
!src/thrift/Makefile
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ ENABLE_ORGANIZATION_EXTENSIONS = y
|
|||||||
#SONIC_PROFILING_ON = y
|
#SONIC_PROFILING_ON = y
|
||||||
|
|
||||||
# ENABLE_SYSTEM_TELEMETRY - build docker-sonic-telemetry for system telemetry support
|
# ENABLE_SYSTEM_TELEMETRY - build docker-sonic-telemetry for system telemetry support
|
||||||
# ENABLE_SYSTEM_TELEMETRY = y
|
ENABLE_SYSTEM_TELEMETRY = y
|
||||||
|
|
||||||
# DEFAULT_KERNEL_PROCURE_METHOD - default method for obtaining kernel
|
# DEFAULT_KERNEL_PROCURE_METHOD - default method for obtaining kernel
|
||||||
# build: build kernel from source
|
# build: build kernel from source
|
||||||
|
0
src/telemetry/debian/rules
Normal file → Executable file
0
src/telemetry/debian/rules
Normal file → Executable file
Loading…
Reference in New Issue
Block a user