Skip to content

Commit c491a4a

Browse files
authored
Merge pull request #3659 from abbas1902/ofi_fix
Hotfix: Boolean logic on when cloud rdma ofi tunables run
2 parents e727f26 + 3d13617 commit c491a4a

File tree

37 files changed

+45
-50
lines changed

37 files changed

+45
-50
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ HPC deployments on the Google Cloud Platform.`,
5353
logging.Fatal("cmd.Help function failed: %s", err)
5454
}
5555
},
56-
Version: "v1.46.0",
56+
Version: "v1.46.1",
5757
Annotations: annotation,
5858
}
5959
)

community/examples/hpc-slurm-h4d.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,8 @@ deployment_groups:
128128
machine_type: n2-standard-4
129129
enable_login_public_ips: true
130130

131-
- id: slurm_controller_startup
132-
source: modules/scripts/startup-script
133-
settings:
134-
set_ofi_cloud_rdma_tunables: true
135-
136131
- id: slurm_controller
137132
source: community/modules/scheduler/schedmd-slurm-gcp-v6-controller
138133
use: [h4d-slurm-net-0, h4d_partition, slurm_login, homefs, appsfs]
139134
settings:
140135
enable_controller_public_ips: true
141-
controller_startup_script: $(slurm_controller_startup.startup_script)

community/modules/compute/htcondor-execute-point/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/hpc-toolkit:htcondor-execute-point/v1.46.0"
28+
module_name = "blueprints/terraform/hpc-toolkit:htcondor-execute-point/v1.46.1"
2929
}
3030
}

community/modules/compute/mig/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ terraform {
2222
}
2323
}
2424
provider_meta "google" {
25-
module_name = "blueprints/terraform/hpc-toolkit:mig/v1.46.0"
25+
module_name = "blueprints/terraform/hpc-toolkit:mig/v1.46.1"
2626
}
2727
}

community/modules/compute/schedmd-slurm-gcp-v6-nodeset-dynamic/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525
}
2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-dynamic/v1.46.0"
27+
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-dynamic/v1.46.1"
2828
}
2929
}

community/modules/compute/schedmd-slurm-gcp-v6-nodeset-tpu/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ terraform {
1818
required_version = ">= 1.3"
1919

2020
provider_meta "google" {
21-
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-tpu/v1.46.0"
21+
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-tpu/v1.46.1"
2222
}
2323
}

community/modules/compute/schedmd-slurm-gcp-v6-nodeset/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525
}
2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset/v1.46.0"
27+
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset/v1.46.1"
2828
}
2929
}

community/modules/compute/schedmd-slurm-gcp-v6-partition/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ terraform {
1818
required_version = ">= 1.3"
1919

2020
provider_meta "google" {
21-
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-partition/v1.46.0"
21+
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-partition/v1.46.1"
2222
}
2323
}

community/modules/database/slurm-cloudsql-federation/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ terraform {
2626
}
2727
}
2828
provider_meta "google" {
29-
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.46.0"
29+
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.46.1"
3030
}
3131
provider_meta "google-beta" {
32-
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.46.0"
32+
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.46.1"
3333
}
3434

3535
required_version = ">= 0.13.0"

community/modules/file-system/cloud-storage-bucket/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ terraform {
3030
}
3131
}
3232
provider_meta "google" {
33-
module_name = "blueprints/terraform/hpc-toolkit:cloud-storage-bucket/v1.46.0"
33+
module_name = "blueprints/terraform/hpc-toolkit:cloud-storage-bucket/v1.46.1"
3434
}
3535
provider_meta "google-beta" {
36-
module_name = "blueprints/terraform/hpc-toolkit:cloud-storage-bucket/v1.46.0"
36+
module_name = "blueprints/terraform/hpc-toolkit:cloud-storage-bucket/v1.46.1"
3737
}
3838
required_version = ">= 0.14.0"
3939
}

0 commit comments

Comments
 (0)