Skip to content

norcams/tf-vgputest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-vgputest

Setup

cd tf-vgputest
terraform init

Create local vars file. One per region makes sense. This can override all defaults in variables.tf.

ncount = 10
region = "bgo"
flavor_name = "gr1.L40S.24g.4xlarge"
ssh_public_key = "~/.ssh/id_ed25519.pub"
# This is needed to access the instance over ssh
allow_ssh_from_v6 = [
  "<cidr>"
]
allow_ssh_from_v4 = [
  "<cidr>"
]

Run

source <openrc ENV file>
terraform plan --var-file <loc>.tfvars
terraform apply --var-file <loc>.tfvars
terraform destroy --var-file <loc>.tfvars

About

Use terraform to start multiple vgpu instances in NREC

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages