Skip to content

Commit

Permalink
Merge pull request #5443 from sgibson91/decomm-ohw
Browse files Browse the repository at this point in the history
Decommission OHW hub
  • Loading branch information
sgibson91 authored Jan 29, 2025
2 parents e4ff7f0 + fbc0188 commit 810370f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 136 deletions.
8 changes: 0 additions & 8 deletions config/clusters/2i2c/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ hubs:
- basehub-common.values.yaml
- demo.values.yaml
- enc-demo.secret.values.yaml
- name: ohw
display_name: "Ocean Hack Week"
domain: oceanhackweek.2i2c.cloud
helm_chart: daskhub
helm_chart_values_files:
- daskhub-common.values.yaml
- ohw.values.yaml
- enc-ohw.secret.values.yaml
- name: temple
display_name: "Temple University"
domain: temple.2i2c.cloud
Expand Down
21 changes: 0 additions & 21 deletions config/clusters/2i2c/enc-ohw.secret.values.yaml

This file was deleted.

93 changes: 0 additions & 93 deletions config/clusters/2i2c/ohw.values.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions terraform/gcp/projects/pilot-hubs.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,6 @@ user_buckets = {
"scratch-dask-staging" : {
"delete_after" : 7,
},
"scratch-ohw" : {
# delete_after 30 was requested via https://2i2c.freshdesk.com/a/tickets/2051
"delete_after" : 30,
"extra_admin_members" : [
# Requested via https://2i2c.freshdesk.com/a/tickets/2051, Erik and James
# were added as group owners besides Alex who requested it.
"group:[email protected]",
],
},
}


Expand All @@ -81,11 +72,6 @@ hub_cloud_permissions = {
bucket_admin_access : ["scratch-dask-staging"],
hub_namespace : "dask-staging",
},
"ohw" : {
allow_access_to_external_requester_pays_buckets : true,
bucket_admin_access : ["scratch-ohw"],
hub_namespace : "ohw",
},
}

container_repos = [
Expand Down

0 comments on commit 810370f

Please sign in to comment.