Skip to content

Commit

Permalink
Merge pull request #5441 from sgibson91/decomm-ncar-cisl
Browse files Browse the repository at this point in the history
Decommission NCAR-CISL hub
  • Loading branch information
sgibson91 authored Jan 28, 2025
2 parents 86013d3 + 5fa92c7 commit 51aeec4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 337 deletions.
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 @@ -36,14 +36,6 @@ hubs:
- daskhub-common.values.yaml
- showcase.values.yaml
- enc-showcase.secret.values.yaml
- name: ncar-cisl
display_name: "NCAR-CISL for UCAR"
domain: ncar-cisl.2i2c.cloud
helm_chart: daskhub
helm_chart_values_files:
- daskhub-common.values.yaml
- ncar-cisl.values.yaml
- enc-ncar-cisl.secret.values.yaml
- name: cosmicds
display_name: "Cosmic DS"
domain: cosmicds.2i2c.cloud
Expand Down
21 changes: 0 additions & 21 deletions config/clusters/2i2c-aws-us/enc-ncar-cisl.secret.values.yaml

This file was deleted.

266 changes: 0 additions & 266 deletions config/clusters/2i2c-aws-us/ncar-cisl.values.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions eksctl/2i2c-aws-us.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -98,41 +98,6 @@ local notebookNodes = [
// GPUs in a single AZ are in use and no new nodes can be spawned
availabilityZones: masterAzs,
},
// ncar-cisl
{
instanceType: "r5.xlarge",
namePrefix: "nb-ncar-cisl",
labels+: { "2i2c/hub-name": "ncar-cisl" },
tags+: { "2i2c:hub-name": "ncar-cisl" }
},
{
instanceType: "r5.4xlarge",
namePrefix: "nb-ncar-cisl",
labels+: { "2i2c/hub-name": "ncar-cisl" },
tags+: { "2i2c:hub-name": "ncar-cisl" }
},
{
instanceType: "r5.16xlarge",
namePrefix: "nb-ncar-cisl",
labels+: { "2i2c/hub-name": "ncar-cisl" },
tags+: { "2i2c:hub-name": "ncar-cisl" }
},
{
instanceType: "g4dn.xlarge",
namePrefix: "gpu-ncar-cisl",
minSize: 0,
labels+: { "2i2c/hub-name": "ncar-cisl" },
tags+: {
"k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1",
"2i2c:hub-name": "ncar-cisl",
},
taints+: {
"nvidia.com/gpu": "present:NoSchedule"
},
// Allow provisioning GPUs across all AZs, to prevent situation where all
// GPUs in a single AZ are in use and no new nodes can be spawned
availabilityZones: masterAzs,
},
// cosmicds
{
instanceType: "r5.xlarge",
Expand Down
7 changes: 0 additions & 7 deletions terraform/aws/projects/2i2c-aws-us.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ user_buckets = {
"delete_after" : null,
"tags" : { "2i2c:hub-name" : "showcase" },
},
"scratch-ncar-cisl" : {
"delete_after" : 7,
"tags" : { "2i2c:hub-name" : "ncar-cisl" },
},
}

hub_cloud_permissions = {
Expand All @@ -41,7 +37,4 @@ hub_cloud_permissions = {
"persistent-showcase",
],
},
"ncar-cisl" : {
bucket_admin_access : ["scratch-ncar-cisl"],
},
}

0 comments on commit 51aeec4

Please sign in to comment.