Skip to content
Open
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
1 change: 0 additions & 1 deletion .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ jobs:
failure_2i2c_dask-staging: ${{ steps.declare-failure.outputs.failure_2i2c_dask-staging }}
failure_2i2c_ucmercedstaging: ${{ steps.declare-failure.outputs.failure_2i2c_ucmercedstaging }}
failure_2i2c-aws-us_staging: ${{ steps.declare-failure.outputs.failure_2i2c-aws-us_staging }}
failure_2i2c-aws-us_dask-staging: ${{ steps.declare-failure.outputs.failure_2i2c-aws-us_dask-staging }}
failure_2i2c-uk_staging: ${{ steps.declare-failure.outputs.failure_2i2c-uk_staging }}
failure_aimatx-2i2c-hub_staging: ${{ steps.declare-failure.outputs.failure_aimatx-2i2c-hub_staging }}
failure_awi-ciroh_staging: ${{ steps.declare-failure.outputs.failure_awi-ciroh_staging }}
Expand Down
8 changes: 0 additions & 8 deletions config/clusters/2i2c-aws-us/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ hubs:
- basehub-common.values.yaml
- staging.values.yaml
- enc-staging.secret.values.yaml
- name: dask-staging
display_name: 2i2c AWS dask-staging
domain: dask-staging.aws.2i2c.cloud
helm_chart: daskhub
helm_chart_values_files:
- daskhub-common.values.yaml
- dask-staging.values.yaml
- enc-dask-staging.secret.values.yaml
- name: showcase
display_name: 2i2c Showcase
domain: showcase.2i2c.cloud
Expand Down
63 changes: 0 additions & 63 deletions config/clusters/2i2c-aws-us/dask-staging.values.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions config/clusters/2i2c-aws-us/enc-dask-staging.secret.values.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions terraform/aws/projects/2i2c-aws-us.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ user_buckets = {
"delete_after" : 7,
"tags" : { "2i2c:hub-name" : "staging" },
},
"scratch-dask-staging" : {
"delete_after" : 7,
"tags" : { "2i2c:hub-name" : "dask-staging" },
},
"scratch-showcase" : {
"delete_after" : 7,
"tags" : { "2i2c:hub-name" : "showcase" },
Expand All @@ -28,9 +24,6 @@ hub_cloud_permissions = {
"staging" : {
bucket_admin_access : ["scratch-staging"],
},
"dask-staging" : {
bucket_admin_access : ["scratch-dask-staging"],
},
"showcase" : {
bucket_admin_access : [
"scratch-showcase",
Expand All @@ -46,12 +39,6 @@ ebs_volumes = {
name_suffix = "staging"
tags = { "2i2c:hub-name" : "staging" }
}
"dask-staging" = {
size = 100 # in GB
type = "gp3"
name_suffix = "dask-staging"
tags = { "2i2c:hub-name" : "dask-staging" }
}
"showcase" = {
size = 500 # in GB
type = "gp3"
Expand Down
Loading