Skip to content

Commit b1fde68

Browse files
committed
Update default release to Antelope
1 parent 073332d commit b1fde68

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-yoga/contributor/environments/ci-multinode.html>`__
25+
<https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-2023.1/contributor/environments/ci-multinode.html>`__
2626
repository.
2727

2828
Prerequisites

ansible/vars/defaults.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
src_directory: "{{ ansible_env.HOME }}/src"
33

44
kayobe_config_repo: https://github.com/stackhpc/stackhpc-kayobe-config.git
5-
kayobe_config_version: stackhpc/yoga
5+
kayobe_config_version: stackhpc/2023.1
66
kayobe_config_name: kayobe-config
77
kayobe_config_environment: ci-multinode
88

@@ -18,7 +18,7 @@ kayobe_config_environment: ci-multinode
1818
kayobe_config_custom: []
1919

2020
kayobe_repo: https://github.com/stackhpc/kayobe.git
21-
kayobe_version: stackhpc/yoga
21+
kayobe_version: stackhpc/2023.1
2222
kayobe_name: kayobe
2323

2424
openstack_config_repo: https://github.com/stackhpc/openstack-config-multinode

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 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)
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-yoga-20240124T094316"
17+
multinode_image = "overcloud-rocky-9-2023.1-20240126T093158"
1818
#multinode_keypair = "changeme"
1919
multinode_vm_network = "stackhpc-dev"
2020
multinode_vm_subnet = "stackhpc-dev"

0 commit comments

Comments
 (0)