Skip to content

Commit

Permalink
bump snapshot version to 5 for cpu images
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Sep 24, 2024
1 parent 82402ae commit 5a3e285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data "tfe_workspace" "current" {
locals {
default_pod = {
image = "Rocky-8"
image_cpu = "snapshot-cpunode-2024-R810.4"
image_cpu = "snapshot-cpunode-2024-R810.5"
image_gpu = "snapshot-gpunode-2024-R810.4"
ncpu = 0
ngpu = 0
Expand Down Expand Up @@ -213,7 +213,7 @@ module "openstack" {

public_keys = compact(concat(split("\n", file("../common/sshkeys.pub")), ))

nb_users = 1
nb_users = 55
# Shared password, randomly chosen if blank
guest_passwd = ""

Expand Down

0 comments on commit 5a3e285

Please sign in to comment.