File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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-yoga /contributor/environments/ci-multinode.html> `__
25
+ <https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-2023.1 /contributor/environments/ci-multinode.html> `__
26
26
repository.
27
27
28
28
Prerequisites
Original file line number Diff line number Diff line change 2
2
src_directory : " {{ ansible_env.HOME }}/src"
3
3
4
4
kayobe_config_repo : https://github.com/stackhpc/stackhpc-kayobe-config.git
5
- kayobe_config_version : stackhpc/yoga
5
+ kayobe_config_version : stackhpc/2023.1
6
6
kayobe_config_name : kayobe-config
7
7
kayobe_config_environment : ci-multinode
8
8
@@ -18,7 +18,7 @@ kayobe_config_environment: ci-multinode
18
18
kayobe_config_custom : []
19
19
20
20
kayobe_repo : https://github.com/stackhpc/kayobe.git
21
- kayobe_version : stackhpc/yoga
21
+ kayobe_version : stackhpc/2023.1
22
22
kayobe_name : kayobe
23
23
24
24
openstack_config_repo : https://github.com/stackhpc/openstack-config-multinode
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 Yoga (note that images need to be shared with the stackhpc-dev project)
4
+ # - Rocky Linux 9 image for Antelope (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-yoga-20240124T094316 "
17
+ multinode_image = "overcloud-rocky-9-2023.1-20240126T093158 "
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