Skip to content

Update default release to Antelope #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2024
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-yoga/contributor/environments/ci-multinode.html>`__
<https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-2023.1/contributor/environments/ci-multinode.html>`__
repository.

Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions ansible/vars/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
src_directory: "{{ ansible_env.HOME }}/src"

kayobe_config_repo: https://github.com/stackhpc/stackhpc-kayobe-config.git
kayobe_config_version: stackhpc/yoga
kayobe_config_version: stackhpc/2023.1
kayobe_config_name: kayobe-config
kayobe_config_environment: ci-multinode

Expand All @@ -18,7 +18,7 @@ kayobe_config_environment: ci-multinode
kayobe_config_custom: []

kayobe_repo: https://github.com/stackhpc/kayobe.git
kayobe_version: stackhpc/yoga
kayobe_version: stackhpc/2023.1
kayobe_name: kayobe

openstack_config_repo: https://github.com/stackhpc/openstack-config-multinode
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 Yoga (note that images need to be shared with the stackhpc-dev project)
# - Rocky Linux 9 image for Antelope (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-yoga-20240124T094316"
multinode_image = "overcloud-rocky-9-2023.1-20240126T093158"
#multinode_keypair = "changeme"
multinode_vm_network = "stackhpc-dev"
multinode_vm_subnet = "stackhpc-dev"
Expand Down