From 69bcad18c2a7bc7d5245b529a3bdcac8a6be4d9f Mon Sep 17 00:00:00 2001 From: ravinsp <33562092+ravinsp@users.noreply.github.com> Date: Mon, 23 Aug 2021 13:02:56 +0530 Subject: [PATCH] Updated installer cloud url. --- installer/cloud/install.sh | 2 +- installer/cloud/uninstall.sh | 2 +- test/vm-cluster/cluster.sh | 4 ++-- test/vmsetup.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/installer/cloud/install.sh b/installer/cloud/install.sh index 0c1ab7d..3162ae1 100755 --- a/installer/cloud/install.sh +++ b/installer/cloud/install.sh @@ -2,7 +2,7 @@ # Sashimono cloud installer script. # This will download, extract and install the Sashimono installer package. -package="https://hotpocketstorage.blob.core.windows.net/sashimono/sashimono-installer.tar.gz" +package="https://sthotpocket.blob.core.windows.net/sashimono/sashimono-installer.tar.gz" tmp=$(mktemp -d) cd $tmp diff --git a/installer/cloud/uninstall.sh b/installer/cloud/uninstall.sh index f6d8cf4..7304eb7 100755 --- a/installer/cloud/uninstall.sh +++ b/installer/cloud/uninstall.sh @@ -3,7 +3,7 @@ # This will download and extract the installer and then uninstall Sashimono. # -q for non-interactive (quiet) mode -package="https://hotpocketstorage.blob.core.windows.net/sashimono/sashimono-installer.tar.gz" +package="https://sthotpocket.blob.core.windows.net/sashimono/sashimono-installer.tar.gz" tmp=$(mktemp -d) cd $tmp diff --git a/test/vm-cluster/cluster.sh b/test/vm-cluster/cluster.sh index 2904413..03f0615 100755 --- a/test/vm-cluster/cluster.sh +++ b/test/vm-cluster/cluster.sh @@ -166,8 +166,8 @@ if [ $mode == "reconfig" ]; then sashimono_service="sashimono-agent" saconfig="/etc/sashimono/sa.cfg" - uninstall="curl -fsSL https://hotpocketstorage.blob.core.windows.net/sashimono/uninstall.sh | bash -s -- -q" - install="curl -fsSL https://hotpocketstorage.blob.core.windows.net/sashimono/install.sh | bash" + uninstall="curl -fsSL https://sthotpocket.blob.core.windows.net/sashimono/uninstall.sh | bash -s -- -q" + install="curl -fsSL https://sthotpocket.blob.core.windows.net/sashimono/install.sh | bash" restartcgrs="systemctl restart $cgrulesengd_service.service" restartsas="systemctl restart $sashimono_service.service" diff --git a/test/vmsetup.sh b/test/vmsetup.sh index bbb62ba..2cfd7ba 100755 --- a/test/vmsetup.sh +++ b/test/vmsetup.sh @@ -7,7 +7,7 @@ # 2. Install Sashimono after reboot. # 3. Restarts cgroup engine service after installing Sashimono. -cloudstorage="https://hotpocketstorage.blob.core.windows.net/sashimono" +cloudstorage="https://sthotpocket.blob.core.windows.net/sashimono" bootscript="/usr/local/bin/sashimono-install.sh" cgrulesengd_service="cgrulesengdsvc" boot_service="sashimonoboot"