We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5a8c1c + aabefb1 commit 841affcCopy full SHA for 841affc
hosted-ce/30-remote-site-setup.sh
@@ -161,7 +161,9 @@ fi
161
[[ $REMOTE_BOSCO_DIR ]] && bosco_cluster_opts+=(-b "$REMOTE_BOSCO_DIR") \
162
|| REMOTE_BOSCO_DIR=bosco
163
164
-echo "Using Bosco tarball: $(bosco_findplatform --url)"
+# Add the ability for admins to override the default Bosco tarball URL (SOFTWARE-4537)
165
+[[ $BOSCO_TARBALL_URL ]] && bosco_cluster_opts+=(--url "$BOSCO_TARBALL_URL")
166
+
167
for ruser in $users; do
168
setup_ssh_config
169
done
0 commit comments