From eae611ab5cac904237cb1545c45b7f82a317597b Mon Sep 17 00:00:00 2001 From: Bala Desinghu Date: Thu, 6 May 2021 19:33:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac40c9c..9a85247 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CLASS-HPC-GCP Internet2 CLASS Capstone Project, HPC-GCP Team -t is convenient to deploy an HPC cluster on the GCP cloud using terraform scripts. The scripts are inside the directory slurm-gcp. You need to edit the scripts - basic.tfvars and main.tf. For a basic deployment, it is sufficient to redefine a few variables such as project name, cluster name, etc. Of course, the variables and scripts can be fine tuned to fit your needs. +t is convenient to deploy an HPC cluster on the GCP cloud using terraform scripts. The scripts are inside the directory slurm-gcp. You need to edit the scripts - basic.tfvars and main.tf. For a basic deployment, it is sufficient to redefine a few variables such as project name, cluster name, etc. Of course, you can fine tune the variables and scripts to fit your needs. * Create a GCP Project (for example, class-capstone) * Go to API services and enable the API for compute engines and deployment manager @@ -18,4 +18,6 @@ t is convenient to deploy an HPC cluster on the GCP cloud using terraform script Note that the minimal disk-size is 20 GB to accommodate the size of the VM. If you wan’t more than 20 GB, that’s okay. +The above steps are explained in the document page: https://cloud.google.com/architecture/deploying-slurm-cluster-compute-engine +