Skip to content

Commit 8abe314

Browse files
committed
Update README and example for 2024.1
1 parent d47a19e commit 8abe314

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The high-level workflow to deploy a cluster is as follows:
2222

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

2828
What's in the box?

leafcloud-rocky-9.tfvars.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Example tfvars file for running on Leafcloud in the stackhpc-dev project.
22
# - See variables.tf for variable descriptions
33
# - Items commented out must be uncommented and changed
4-
# - Rocky Linux 9 image for Antelope (note that images need to be shared with the stackhpc-dev project)
4+
# - Rocky Linux 9 image for Caracal (note that images need to be shared with the stackhpc-dev project)
55
# - Ansible control host uses a floating IP
66

77
#prefix = "changeme"
@@ -14,7 +14,7 @@ seed_vm_flavor = "en1.xsmall"
1414
seed_disk_size = 100
1515

1616
multinode_flavor = "en1.large"
17-
multinode_image = "overcloud-rocky-9-2023.1-20240126T093158"
17+
multinode_image = "overcloud-rocky-9-2024.1-20240912T145502"
1818
#multinode_keypair = "changeme"
1919
multinode_vm_network = "stackhpc-dev"
2020
multinode_vm_subnet = "stackhpc-dev"

0 commit comments

Comments
 (0)