Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The high-level workflow to deploy a cluster is as follows:

This configuration is typically used with the `ci-multinode` environment in the
`StackHPC Kayobe Configuration
<https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-2023.1/contributor/environments/ci-multinode.html>`__
<https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-2024.1/contributor/environments/ci-multinode.html>`__
repository.

What's in the box?
Expand Down
4 changes: 2 additions & 2 deletions leafcloud-rocky-9.tfvars.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Example tfvars file for running on Leafcloud in the stackhpc-dev project.
# - See variables.tf for variable descriptions
# - Items commented out must be uncommented and changed
# - Rocky Linux 9 image for Antelope (note that images need to be shared with the stackhpc-dev project)
# - Rocky Linux 9 image for Caracal (note that images need to be shared with the stackhpc-dev project)
# - Ansible control host uses a floating IP

#prefix = "changeme"
Expand All @@ -14,7 +14,7 @@ seed_vm_flavor = "en1.xsmall"
seed_disk_size = 100

multinode_flavor = "en1.large"
multinode_image = "overcloud-rocky-9-2023.1-20240126T093158"
multinode_image = "overcloud-rocky-9-2024.1-20240912T145502"
#multinode_keypair = "changeme"
multinode_vm_network = "stackhpc-dev"
multinode_vm_subnet = "stackhpc-dev"
Expand Down