We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0f85f0 + 08f7903 commit b502db2Copy full SHA for b502db2
environments/arcus/builder.pkrvars.hcl
@@ -1,6 +1,6 @@
1
flavor = "vm.alaska.cpu.general.small"
2
networks = ["a262aabd-e6bf-4440-a155-13dbc1b5db0e"] # WCDC-iLab-60
3
-source_image_name = "openhpc-220830-2042.qcow2"
+source_image_name = "openhpc-221027-1557.qcow2"
4
ssh_keypair_name = "slurm-app-ci"
5
security_groups = ["default", "SSH"]
6
ssh_bastion_host = "128.232.222.183"
environments/arcus/terraform/main.tf
@@ -29,7 +29,7 @@ module "cluster" {
29
login_nodes = {
30
login-0: {
31
flavor: "vm.alaska.cpu.general.small"
32
- image: "openhpc-220830-2042.qcow2"
+ image: "openhpc-221027-1557.qcow2"
33
}
34
35
compute_types = {
0 commit comments