Skip to content

Commit 6aa7ea1

Browse files
committed
Change SONIC_TELEMETRY_WRITABLE to TELEMETRY_WRITABLE
1 parent b18cbd6 commit 6aa7ea1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile.work

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# * Default: yes
3333
# * Values: yes, no
3434
# * KERNEL_PROCURE_METHOD: Specifying method of obtaining kernel Debian package: download or build
35-
# * SONIC_TELEMETRY_WRITABLE: Enable write/config operations via the gNMI interface.
35+
# * TELEMETRY_WRITABLE: Enable write/config operations via the gNMI interface.
3636
# * Default: unset
3737
# * Values: y
3838
# * SONIC_DPKG_CACHE_METHOD: Specifying method of obtaining the Debian packages from cache: none or cache
@@ -203,7 +203,7 @@ SONIC_BUILD_INSTRUCTION := make \
203203
HTTPS_PROXY=$(https_proxy) \
204204
SONIC_ENABLE_SYSTEM_TELEMETRY=$(ENABLE_SYSTEM_TELEMETRY) \
205205
SONIC_ENABLE_RESTAPI=$(ENABLE_RESTAPI) \
206-
SONIC_TELEMETRY_WRITABLE=$(SONIC_TELEMETRY_WRITABLE) \
206+
TELEMETRY_WRITABLE=$(TELEMETRY_WRITABLE) \
207207
EXTRA_DOCKER_TARGETS=$(EXTRA_DOCKER_TARGETS) \
208208
BUILD_LOG_TIMESTAMP=$(BUILD_LOG_TIMESTAMP) \
209209
SONIC_ENABLE_IMAGE_SIGNATURE=$(ENABLE_IMAGE_SIGNATURE) \

rules/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ ENABLE_RESTAPI = n
131131
# ENABLE_NAT - build docker-sonic-nat for nat support
132132
ENABLE_NAT = y
133133

134-
# SONIC_TELEMETRY_WRITABLE - Enable write/config operations via the gNMI interface.
134+
# TELEMETRY_WRITABLE - Enable write/config operations via the gNMI interface.
135135
# Uncomment to enable:
136-
# SONIC_TELEMETRY_WRITABLE = y
136+
# TELEMETRY_WRITABLE = y
137137
# INSTALL_KUBERNETES - if set to y kubernetes packages are installed to be able to
138138
# run as worker node in kubernetes cluster.
139139
INSTALL_KUBERNETES = n

slave.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ $(info "BLDENV" : "$(BLDENV)")
230230
$(info "VS_PREPARE_MEM" : "$(VS_PREPARE_MEM)")
231231
$(info "ENABLE_SFLOW" : "$(ENABLE_SFLOW)")
232232
$(info "ENABLE_NAT" : "$(ENABLE_NAT)")
233-
$(info "SONIC_TELEMETRY_WRITABLE" : "$(SONIC_TELEMETRY_WRITABLE)")
233+
$(info "TELEMETRY_WRITABLE" : "$(TELEMETRY_WRITABLE)")
234234
$(info )
235235

236236
include Makefile.cache

0 commit comments

Comments
 (0)