Skip to content

Commit

Permalink
Revert "Enable ZMQ on gnmi and orchagent (sonic-net#214)"
Browse files Browse the repository at this point in the history
This reverts commit f04c36b.
  • Loading branch information
oleksandrivantsiv committed Aug 11, 2023
1 parent d40d763 commit 1ec1288
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions dockers/docker-orchagent/orchagent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,4 @@ else
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
fi

ORCHAGENT_ARGS+=" -q tcp://127.0.0.1:8100"

exec /usr/bin/orchagent ${ORCHAGENT_ARGS}
1 change: 0 additions & 1 deletion dockers/docker-sonic-gnmi/gnmi-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@ else
fi

TELEMETRY_ARGS+=" -gnmi_native_write=true"
TELEMETRY_ARGS+=" -zmq_address=tcp://127.0.0.1:8100"

exec /usr/sbin/telemetry ${TELEMETRY_ARGS}

0 comments on commit 1ec1288

Please sign in to comment.