Skip to content

Commit 6dc1227

Browse files
authored
Merge pull request GoogleCloudPlatform#4240 from abbas1902/fwless
Move Slurm H4D Blueprint and remove firewall rules for IRDMA VPCs
2 parents 5183c47 + f6a5a42 commit 6dc1227

3 files changed

Lines changed: 5 additions & 17 deletions

File tree

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ md_toc github examples/README.md | sed -e "s/\s-\s/ * /"
3939
* [client-google-cloud-storage.yaml](#client-google-cloud-storageyaml--) ![community-badge] ![experimental-badge]
4040
* [hpc-slurm-gromacs.yaml](#hpc-slurm-gromacsyaml--) ![community-badge] ![experimental-badge]
4141
* [hpc-slurm-local-ssd.yaml](#hpc-slurm-local-ssdyaml--) ![community-badge] ![experimental-badge]
42-
* [hpc-slurm-h4d.yaml](#hpc-slurm-h4dyaml--) ![community-badge] ![experimental-badge]
42+
* [hpc-slurm-h4d.yaml](#hpc-slurm-h4dyaml--) ![core-badge]
4343
* [hcls-blueprint.yaml](#hcls-blueprintyaml-) ![core-badge]
4444
* [hpc-gke.yaml](#hpc-gkeyaml-) ![core-badge]
4545
* [ml-gke](#ml-gkeyaml-) ![core-badge]
@@ -981,12 +981,12 @@ that have local ssd drives deployed.
981981

982982
[hpc-slurm-local-ssd.yaml]: ../community/examples/hpc-slurm-local-ssd.yaml
983983

984-
### [hpc-slurm-h4d.yaml] ![community-badge] ![experimental-badge]
984+
### [hpc-slurm-h4d.yaml] ![core-badge]
985985

986986
Creates a basic auto-scaling Slurm cluster with mostly default settings. The
987987
blueprint also creates two new VPC networks, one configured for RDMA networking and the other for non-RDMA networking, along with two filestore instances mounted to `/home` and `/apps`. There is an `h4d` partition that uses compute-optimized `h4d-highmem-192-lssd` machine type.
988988

989-
[hpc-slurm-h4d.yaml]: ../community/examples/hpc-slurm-h4d.yaml
989+
[hpc-slurm-h4d.yaml]: ../examples/hpc-slurm-h4d.yaml
990990

991991
### [hcls-blueprint.yaml]: ![core-badge]
992992

examples/h4d-vm.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,12 @@ deployment_groups:
4949
network_routing_mode: REGIONAL
5050
enable_cloud_router: false
5151
enable_cloud_nat: false
52+
enable_internal_traffic: false
5253
subnetworks:
5354
- subnet_name: $(vars.base_network_name)-rdma-sub-0
5455
subnet_region: $(vars.region)
5556
subnet_ip: $(vars.rdma_net_range)
5657
region: $(vars.region)
57-
firewall_rules:
58-
- name: $(vars.base_network_name)-rdma-0
59-
ranges: [$(vars.rdma_net_range)]
60-
allow:
61-
- protocol: tcp
62-
- protocol: udp
63-
- protocol: icmp
6458

6559
- id: homefs
6660
source: modules/file-system/filestore
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,12 @@ deployment_groups:
4141
network_routing_mode: REGIONAL
4242
enable_cloud_router: false
4343
enable_cloud_nat: false
44+
enable_internal_traffic: false
4445
subnetworks:
4546
- subnet_name: $(vars.deployment_name)-rdma-sub-0
4647
subnet_region: $(vars.region)
4748
subnet_ip: $(vars.rdma_net_range)
4849
region: $(vars.region)
49-
firewall_rules:
50-
- name: $(vars.deployment_name)-rdma-0
51-
ranges: [$(vars.rdma_net_range)]
52-
allow:
53-
- protocol: tcp
54-
- protocol: udp
55-
- protocol: icmp
5650

5751
- id: homefs
5852
source: modules/file-system/filestore

0 commit comments

Comments
 (0)