Skip to content

Commit

Permalink
volumes are not persistent, so not useful. Revisit when ComputeCanada…
Browse files Browse the repository at this point in the history
…/magic_castle#326 is implemented
  • Loading branch information
mboisson committed Oct 4, 2024
1 parent 8e295eb commit 74845b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "openstack" {
mgmt = { type = "p4-7.5gb", tags = ["puppet", "mgmt", "nfs"], count = 1, disk_size=100}
login = { type = "c8-60gb", tags = ["login", "public", "proxy"], count = 1}
node = { type = "c8-60gb", tags = ["node" ], count = 1 }
edx = { type = "c8-60gb", tags = ["edx", "backup_volume"], count = 1 }
edx = { type = "c8-60gb", tags = ["edx"], count = 1 }
}

# var.pool is managed by Slurm through Terraform REST API.
Expand All @@ -54,9 +54,6 @@ module "openstack" {
project = { size = 100, type = "volumes-ec" }
scratch = { size = 100, type = "volumes-ec" }
}
backup_volume = {
backup = { size = 20, type = "volumes-ec", id = "2288e23a-c09c-4616-bdf8-d23d4631de1c", bind_target = "/tutor/.local/share/tutor/env/backup/" }
}
}

generate_ssh_key = true
Expand Down

0 comments on commit 74845b0

Please sign in to comment.