From 94b2c29bc78641642259c4e550c4574e5799f394 Mon Sep 17 00:00:00 2001 From: Patrick Skowronek Date: Mon, 15 Apr 2024 08:31:57 +0200 Subject: [PATCH 1/2] GBN maintenance mode --- bbmri/modules/gbn-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbmri/modules/gbn-setup.sh b/bbmri/modules/gbn-setup.sh index 5ab1325..296b8a1 100644 --- a/bbmri/modules/gbn-setup.sh +++ b/bbmri/modules/gbn-setup.sh @@ -2,7 +2,7 @@ if [ "${ENABLE_GBN}" == "true" ]; then log INFO "GBN setup detected -- will start services for German Biobank Node." - OVERRIDE+=" -f ./$PROJECT/modules/gbn-compose.yml" + # OVERRIDE+=" -f ./$PROJECT/modules/gbn-compose.yml" # The environment needs to be defined in /etc/bridgehead case "$ENVIRONMENT" in From 1afbf88a76ed190c082eb0f8335eb1d7f2db905c Mon Sep 17 00:00:00 2001 From: Patrick Skowronek Date: Tue, 16 Apr 2024 09:23:42 +0200 Subject: [PATCH 2/2] fix: use only bbmri broker --- bbmri/modules/gbn-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbmri/modules/gbn-setup.sh b/bbmri/modules/gbn-setup.sh index 296b8a1..d0a87af 100644 --- a/bbmri/modules/gbn-setup.sh +++ b/bbmri/modules/gbn-setup.sh @@ -21,7 +21,7 @@ if [ "${ENABLE_GBN}" == "true" ]; then ;; esac - GBN_BROKER_URL=https://${GBN_BROKER_ID} + #GBN_BROKER_URL=https://${GBN_BROKER_ID} GBN_PROXY_ID=${SITE_ID}.${GBN_BROKER_ID} GBN_FOCUS_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)" GBN_SUPPORT_EMAIL=feedback@germanbiobanknode.de