Change-Id: I2b76b7834a551ab5e8af0e278c92ee851e45ed19
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
export OSM_BEHIND_PROXY=
export OPENSHIFT_MGMT_CLUSTER=
export MGMT_CLUSTER_CA_FILE=
-export OSM_K8S_NGINX_IPADDRESS=
\ No newline at end of file
+export OSM_K8S_NGINX_IPADDRESS=
+
source "${HERE}/../library/logging"
source "${HERE}/../library/track"
-INSTALL_MINIO=${INSTALL_MINIO:-"y"}
+source "${HERE}/00-default-install-options.rc"
+[ ! -f "${OSM_HOME_DIR}/user-install-options.rc" ] || source "${OSM_HOME_DIR}/user-install-options.rc"
+
echo "INSTALL_MINIO=$INSTALL_MINIO"
pushd $HOME
m "(3/3) Installing Minio..." "${CYAN}"
m "#####################################################################\n" "${CYAN}"
-INSTALL_MINIO=${INSTALL_MINIO:-"y"}
echo "INSTALL_MINIO=$INSTALL_MINIO"
if [ -n "${INSTALL_MINIO}" ]; then
# Enter the Minio folder