Skip to content

Commit

Permalink
[build] Enable streaming telemetry Docker container by default (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored Mar 1, 2019
1 parent f06c67b commit 0fd4f18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion rules/config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file modified src/telemetry/debian/rules
100644 → 100755
Empty file.

0 comments on commit 0fd4f18

Please sign in to comment.