Skip to content

Commit 96b6477

Browse files
Merge pull request #5759 from GeorgianaElena/decom-nfs-servers
Disable cluster-wide efs for a few clusters migrated to jupyterhub-home-nfs
2 parents 1b472e7 + 7fe6c92 commit 96b6477

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

terraform/aws/projects/2i2c-aws-us.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cluster_name = "2i2c-aws-us"
33
cluster_nodes_location = "us-west-2a"
44

55
enable_aws_ce_grafana_backend_iam = true
6-
disable_cluster_wide_filestore = false
6+
disable_cluster_wide_filestore = true
77

88
user_buckets = {
99
"scratch-staging" : {

terraform/aws/projects/kitware.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cluster_name = "kitware"
33
cluster_nodes_location = "us-west-2a"
44

55
enable_aws_ce_grafana_backend_iam = true
6-
disable_cluster_wide_filestore = false
6+
disable_cluster_wide_filestore = true
77

88
user_buckets = {
99
"scratch-staging" : {

terraform/aws/projects/opensci.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cluster_name = "opensci"
33
cluster_nodes_location = "us-west-2a"
44

55
enable_aws_ce_grafana_backend_iam = true
6-
disable_cluster_wide_filestore = false
6+
disable_cluster_wide_filestore = true
77

88
user_buckets = {
99
"scratch-staging" : {

terraform/aws/projects/projectpythia.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_budget_alert = {
77
}
88

99
enable_aws_ce_grafana_backend_iam = true
10-
disable_cluster_wide_filestore = false
10+
disable_cluster_wide_filestore = true
1111

1212
# FIXME: placeholder bucket to get the 2i2c:hub-name tag in place
1313
# so the community cand enable it for cost allocation purposes

0 commit comments

Comments
 (0)