Skip to content
Snippets Groups Projects
Commit 57bb5965 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

New cluster.

parent fd540aa0
No related branches found
No related tags found
No related merge requests found
Pipeline #48958 passed
......@@ -72,6 +72,7 @@ docker login -u $EMAIL -p "$DOCKERPASS" registry.dbogatov.org
k8s_version=$(get_gcp_k8s_version $VERSION)
echo "Will deploy K8S $k8s_version"
echo "Enabling K8S API, may take a while..."
gcloud services enable container.googleapis.com --project "$PROJECT"
gcloud beta container --project "$PROJECT" clusters create "websites-$TIMESTAMP" \
......@@ -182,15 +183,15 @@ echo "IMPORTANT: run ./dockerhub-retention/touch-all-images.sh !"
echo "Use these two one-liners to transfer S3 data"
echo "gsutil cp gs://OLD_BUCKET/GITLAB-BACKUP-NAME gs://NEW_BUCKET"
echo "gsutil cp -m \"gs://OLD_BUCKET/duplicity*\" gs://NEW_BUCKET"
echo "gsutil -m cp \"gs://OLD_BUCKET/duplicity*\" gs://NEW_BUCKET"
echo "gsutil cp gs://OLD_BUCKET/gitlab-secrets.json gs://NEW_BUCKET"
echo "Change S3 credentials in"
echo " - gitlab.rb"
echo " - s3cmd on gitlab server"
echo " - mailinabox"
echo " - mailinabox (host: storage.googleapis.com)"
echo "Upload SSL certificates to (if needed)"
echo " - gitlab"
echo " - cluster"
echo " - slaix"
echo " - salix"
......@@ -7,7 +7,7 @@ set -e
source sources/data.sh
source .secret.sh
VALUES=( "104.198.35.72" )
VALUES=( "34.30.186.254" )
echo "Values are ${VALUES[*]}"
#
......
......@@ -24,9 +24,8 @@ SERVICES["bplustree-dbogatov-org"]="registry.dbogatov.org/bu/epsolute/b-plus-tre
SERVICES["dcpe-dbogatov-org"]="registry.dbogatov.org/bu/private-knn/scheme:master"
SERVICES["bogatova-org"]="registry.dbogatov.org/bogatova/personal-website:latest"
SERVICES["new-bogatova-org"]="registry.dbogatov.org/bogatova/research-website:latest"
SERVICES["qr-bogatova-org"]="registry.dbogatov.org/dbogatov/qr-web-renderer:latest"
# TODO: update
SERVICES["new-bogatova-org"]="registry.dbogatov.org/wpi/research-website:latest"
SERVICES["shevastream-com"]="registry.dbogatov.org/dbogatov/shevastream:master"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment