Skip to content

Commit

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

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

exec /usr/bin/orchagent ${ORCHAGENT_ARGS}
1 change: 1 addition & 0 deletions dockers/docker-sonic-gnmi/gnmi-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ 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 a726be1

Please sign in to comment.