[build] Enable streaming telemetry Docker container by default (#2354)

This commit is contained in:
Joe LeVeque 2019-02-28 16:27:29 -08:00 committed by GitHub
parent f06c67b456
commit 0fd4f1806b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -42,6 +42,12 @@ src/sonic-device-data/src/debian/
src/supervisor/*
!src/supervisor/Makefile
!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/Makefile

View File

@ -69,7 +69,7 @@ ENABLE_ORGANIZATION_EXTENSIONS = y
#SONIC_PROFILING_ON = y
# 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
# build: build kernel from source

0
src/telemetry/debian/rules Normal file → Executable file
View File