Skip to content

Commit 5dace5b

Browse files
committed
adds blueprint decription to examples/README.md
1 parent 82c0ff9 commit 5dace5b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

examples/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,6 +1653,24 @@ Support for NetApp Volumes is split into two modules.
16531653

16541654
You can provision multiple volumes in a pool. For service levels Standard, Premium and Extreme the throughput capability depends on volume size and service level. Every GiB of provisioned volume space adds 16/64/128 KiBps of throughput capability.
16551655

1656+
### [eda-all-on-cloud] ![core-badge]
1657+
1658+
Creates a basic auto-scaling Slurm cluster intended for EDA use cases. The blueprint also creates two new VPC networks, one frontend network which connects VMs, SLURM and storage and the other for fast RDMA networking between the H4D nodes, along with four [Google Cloud NetApp Volumes](https://cloud.google.com/netapp/volumes/docs/configure-and-use/volumes/overview) mounted to `/home`, `/tools`, `/libraries` and `/scratch`. There is an `h4d` partition that uses compute-optimized `h4d-highmem-192-lssd` machine type.
1659+
1660+
The deployment instructions can be found in the [README](/examples/eda/README.md).
1661+
1662+
[eda-all-on-cloud]: ../examples/eda/eda-all-on-cloud.yaml
1663+
1664+
### [eda-hybrid-cloud] ![core-badge]
1665+
1666+
Creates a basic auto-scaling Slurm cluster intended for EDA use cases. The blueprint also connects to one exiting frontend network which connects VMs, SLURM and storage and creates a new RDMA network for low latency communication between the compute nodes. There is an `h4d` partition that uses compute-optimized `h4d-highmem-192-lssd` machine type.
1667+
1668+
Four pre-existing NFS volumes are mounted to `/home`, `/tools`, `/libraries` and `/scratch`. Using [FlexCache](https://cloud.google.com/netapp/volumes/docs/configure-and-use/volumes/cache-ontap-volumes/overview) volumes allows to bring on-premises data to Google Cloud compute, without having to manually copy the data. This enables "burst to the cloud" use cases.
1669+
1670+
The deployment instructions can be found in the [README](/examples/eda/README.md).
1671+
1672+
[eda-hybrid-cloud]: ../examples/eda/eda-hybrid-cloud.yaml
1673+
16561674
#### Steps to deploy the blueprint
16571675

16581676
To provision the bluebrint, please run:

examples/eda/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ storage intact and b) you can build software before you deploy your cluster.
117117
make
118118
```
119119

120+
1. Change parameters in your blueprint file to reflect your requirements. Examples are VPC names for exiting networks, H4D instance group node limits or export paths of existing NFS volumes.
121+
120122
1. Generate the deployment folder after replacing `<blueprint>` with the name of the blueprint (`eda-all-cloud` or `eda-gybrid-cloud`) and `<project>` with the project id.
121123

122124
```bash

0 commit comments

Comments
 (0)