Skip to content
Snippets Groups Projects
terraform.tfvars 604 B
# These need to be defined for things to work
ip_pool  = "public-muni-147-251-124-GROUP"
net_name = "group-project-network"
net6_name = "public-muni-v6-432"
site_name = "testing"

# These may need some adjustment for your provider
master_flavor_name = "standard.medium"
worker_flavor_name = "standard.large"
gpu_flavor_name = "a3.32core-240ram-1t4"

# Number of extra workers
extra_workers = 1

# Number of GPU workers
gpu_workers = 0

# volumes for docker
docker_volumes_size = 384

# NFS volume
nfs_volume_size = 256

# scratch volume
scratch_volumes_size = 128

# squid volume
squid_volume_size = 128