From 4911cab05ebcc218145692914f3ba4193a30dc98 Mon Sep 17 00:00:00 2001 From: Serhiy Boiko Date: Thu, 4 Apr 2024 13:02:13 +0300 Subject: [PATCH] script: Use a new GW address Use docker env variables to pass a new gw addr, since the old gw (that is reported by the redirector) is not available. Signed-off-by: Serhiy Boiko Change-Id: Ibb3a3b95d556996617d7f4ce1d6a58303df76ad7 --- src/scripts/docker-ucentral-client.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/docker-ucentral-client.sh b/src/scripts/docker-ucentral-client.sh index 09e3b6d..febd9c4 100755 --- a/src/scripts/docker-ucentral-client.sh +++ b/src/scripts/docker-ucentral-client.sh @@ -65,6 +65,7 @@ start() { $(sonic-dockerlimits -sys ucentral_client) \ --net=$NET \ -e RUNTIME_OWNER=local \ + -e UC_GATEWAY_ADDRESS=gw.dev01.apps.shastacloud.com \ --uts=host \ -v /etc/localtime:/etc/localtime:ro \ --tmpfs /tmp \