forked from openstack/kayobe
-
Notifications
You must be signed in to change notification settings - Fork 4
Synchronise master with upstream #521
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
+186
−46
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: Ibbf05a6454fc945b7ea7b59ec19d3d3d78412127 Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
An earlier change [1] added support for swap configuration, but the swap playbook was only imported in ansible/overcloud-host-configure.yml. This completes swap support for the seed hypervisor, seed and infra VM hosts and adds missing variables in etc/kayobe/*.yml files. [1] https://review.opendev.org/c/openstack/kayobe/+/851195 Closes-Bug: #2138800 Change-Id: I3971d05f3c09a6841f6666a18f2d2b44b226411d Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
This synchronises the following files with the Ansible inventory defaults in ansible/inventory/group_vars/all: - compute.yml - controllers.yml - infra-vms.yml - monitoring.yml - seed-hypervisor.yml - seed.yml Change-Id: I9ef77d6119be910710eaffa8bc70bb207323f268 Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
Increase the Tenks nodes to 3 GiB ram and force `cpu_mode: maximum` so the CentOS Stream IPA no longer errors with "Fatal glibc error: CPU does not support x86-64-v2", like in kolla-ansible [1]. [1] https://review.opendev.org/c/openstack/kolla-ansible/+/965244 Change-Id: If0352355db140b5c96776a9380af9afa933b9af3 Co-Authored-By: Bartosz Bezak <bartosz@stackhpc.com> Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
Previously the version and sha256 attributes would not be generated in kolla-build.conf, preventing the override for sources with url type. Only git and local types worked. Change-Id: I0a5100347d8755a452d2744a458b3177e41196ca Signed-off-by: Eric Le Lay <eric@stackhpc.com>
Change-Id: Ied850ade925dbc35f0150a9ced77879d1a2a796d Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
Change-Id: I9395aa664a24f31d90e2d09f4191f904b437c840 Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
This is not referenced in the documentation and is not used by any Kayobe commands. It is also likely to be broken as it needs refactoring to properly support the stackhpc.os-networks role. An attempt was made to do this previously[1], but the variables in the refactoring do not exist in the new role. This wasn't caught at the time as it is unused in the CI. These days we prefer to manage the networks in a separate repository using either Ansible or OpenTofu. [1] openstack@619ad3e Change-Id: Ie3b618471e8ed91b202867972897e364805d336e Signed-off-by: Will Szumski <will@stackhpc.com>
Closes-bug: #2139142 Change-Id: I65d60fe49bbc7c0fb7472d065040d7f446258705 Signed-off-by: Grzegorz Koper <grzegorzk@stackhpc.com>
priteau
approved these changes
Feb 2, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains a snapshot of master from upstream master.