Skip to content

Latest commit

 

History

History
 
 

slurm_controller_hybrid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Module: Slurm Controller Hybrid

FAQ | Troubleshooting | Glossary

Overview

This is a submodule of slurm_cluster.. This module creates a null_resource to manage the task generating all files and cloud resources required to support a hybrid environment in GCP.

Usage

See examples directory for sample usages.

See below for a simple inclusion within your own terraform project.

module "slurm_controller_hybrid" {
  source = "[email protected]:SchedMD/slurm-gcp.git//terraform/modules/slurm_controller_hybrid?ref=v5.0.0"

  project_id = "<PROJECT_ID>"

  slurm_cluster_name = "<SLURM_CLUSTER_NAME>"

  output_dir = "/etc/slurm"
}

NOTE: Because this module is not hosted on Terraform Registry, the version must be strictly controlled via revision syntax on the source line.

Module API

For the terraform module API reference, please see README_TF.md.