File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The high-level workflow to deploy a cluster is as follows:
22
22
23
23
This configuration is typically used with the `ci-multinode ` environment in the
24
24
`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> `__
26
26
repository.
27
27
28
28
What's in the box?
Original file line number Diff line number Diff line change 1
1
# Example tfvars file for running on Leafcloud in the stackhpc-dev project.
2
2
# - See variables.tf for variable descriptions
3
3
# - 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)
5
5
# - Ansible control host uses a floating IP
6
6
7
7
#prefix = "changeme"
@@ -14,7 +14,7 @@ seed_vm_flavor = "en1.xsmall"
14
14
seed_disk_size = 100
15
15
16
16
multinode_flavor = "en1.large"
17
- multinode_image = "overcloud-rocky-9-2023 .1-20240126T093158 "
17
+ multinode_image = "overcloud-rocky-9-2024 .1-20240912T145502 "
18
18
#multinode_keypair = "changeme"
19
19
multinode_vm_network = "stackhpc-dev"
20
20
multinode_vm_subnet = "stackhpc-dev"
You can’t perform that action at this time.
0 commit comments