Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] bring back AWS hubs #467

Merged
merged 8 commits into from
Feb 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 19 additions & 43 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,13 @@ jobs:
# environment:
# PYTHONIOENCODING: utf-8

# - run:
# name: Test building icesat2.pangeo.io image if needed
# when: always
# command: |
# hubploy build icesat2 --commit-range ${COMMIT_RANGE}
# environment:
# PYTHONIOENCODING: utf-8

# - run:
# name: Test building esip.pangeo.io image if needed
# when: always
# command: |
# hubploy build esip --commit-range ${COMMIT_RANGE}
# environment:
# PYTHONIOENCODING: utf-8
- run:
name: Test building aws-uswest2.pangeo.io image if needed
when: always
command: |
hubploy build icesat2 --commit-range ${COMMIT_RANGE}
environment:
PYTHONIOENCODING: utf-8

# This is currently disabled becauses it always runs and because the Azure
# container registry is not open to annonymous read access. This can be changed
Expand Down Expand Up @@ -134,8 +126,6 @@ jobs:
pip install --upgrade -r requirements.txt

curl -sSL https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-226.0.0-linux-x86_64.tar.gz | tar -C venv/ -xzf -
curl -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/aws-iam-authenticator > venv/bin/aws-iam-authenticator
chmod +x venv/bin/aws-iam-authenticator
# https://github.com/awslabs/amazon-ecr-credential-helper/issues/101
# Can simplify to sudo apt install amazon-ecr-credential-helper if running Ubuntu 19.04 and newer
export GOPATH=$PWD/venv
Expand Down Expand Up @@ -196,21 +186,13 @@ jobs:
# environment:
# PYTHONIOENCODING: utf-8

# - run:
# name: Build icesat2.pangeo.io image if needed
# when: always
# command: |
# hubploy build icesat2 --check-registry --push
# environment:
# PYTHONIOENCODING: utf-8

# - run:
# name: Build esip.pangeo.io image if needed
# when: always
# command: |
# hubploy build esip --check-registry --push
# environment:
# PYTHONIOENCODING: utf-8
- run:
name: Build aws-uswest2.pangeo.io image if needed
when: always
command: |
hubploy build icesat2 --check-registry --push
environment:
PYTHONIOENCODING: utf-8

- run:
name: Build ooi.pangeo.io image if needed
Expand Down Expand Up @@ -258,17 +240,11 @@ jobs:
# command: |
# hubploy deploy nasa pangeo-deploy ${CIRCLE_BRANCH}

# - run:
# name: Deploy icesat2.pangeo.io
# when: always
# command: |
# hubploy deploy icesat2 pangeo-deploy ${CIRCLE_BRANCH}

# - run:
# name: Deploy esip.pangeo.io
# when: always
# command: |
# hubploy deploy esip pangeo-deploy ${CIRCLE_BRANCH}
- run:
name: Deploy aws-uswest2.pangeo.io
when: always
command: |
hubploy deploy icesat2 pangeo-deploy ${CIRCLE_BRANCH}

- run:
name: Deploy ooi.pangeo.io
Expand Down
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ deployments/dev/secrets/** filter=git-crypt diff=git-crypt
deployments/icesat2/secrets/** filter=git-crypt diff=git-crypt
deployments/hydro/secrets/** filter=git-crypt diff=git-crypt
deployments/nasa/secrets/** filter=git-crypt diff=git-crypt
deployments/esip/secrets/** filter=git-crypt diff=git-crypt
deployments/ooi/secrets/** filter=git-crypt-ooi diff=git-crypt-ooi
13 changes: 0 additions & 13 deletions deployments/esip/README.md

This file was deleted.

121 changes: 0 additions & 121 deletions deployments/esip/config/common.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions deployments/esip/config/prod.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions deployments/esip/config/shared-nfs-prod.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions deployments/esip/config/shared-nfs-staging.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions deployments/esip/config/staging.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions deployments/esip/hubploy.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions deployments/esip/image/binder/Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions deployments/esip/image/binder/apt.txt

This file was deleted.

Loading