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.
1 parent acfe242 commit aabefb1Copy full SHA for aabefb1
hosted-ce/30-remote-site-setup.sh
@@ -161,6 +161,9 @@ fi
161
[[ $REMOTE_BOSCO_DIR ]] && bosco_cluster_opts+=(-b "$REMOTE_BOSCO_DIR") \
162
|| REMOTE_BOSCO_DIR=bosco
163
164
+# 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