-
Notifications
You must be signed in to change notification settings - Fork 23
Caracal to Epoxy sync #1699
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
Caracal to Epoxy sync #1699
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
Even though the variable ``gpu_group_map`` has default value of {} defined at stackhpc-compute.yml, it can be set to anything by users. Therefore, Using dict2items filter with it can cause unexpected templating error. Fixing this by setting {} as a default of ``gpu_group_map`` before using dict2items filter. So even if ``gpu_group_map`` becomes undefined for some reason, it doesn't fail in run time.
Fix PCI passthrough default templates
CI: Replace next_nth_usable with FQCN
…24.1 CI: Replace next_nth_usable with FQCN (cherry-pick #1649)
This workflow currently runs in any customer repository hosted on GitHub. Restrict this workflow to stackhpc like the other ones.
CI: Avoid dependency updates in forks
The `RabbitMQNodeDown` made the assumption that all deployments involve only three RabbitMQ nodes. However, this is not always the case as we do support deployments with a single node or more than three. Before this would have caused false alerts in deployments with a single RabbitMQ node. Whilst also concealing alerts in deployments with more than three nodes. Co-authored-by: Matt Crees <[email protected]>
…hpc/2024.1 Bump kayobe to stackhpc/16.6.0.5
…e/stackhpc/2024.1 Bump kolla-ansible to stackhpc/18.6.0.10
Make SMS the default runner environment
Set check_mode to false for Kayobe/Kolla-Ansible version checks
Bump Ceph Reef container image to v18.2.7
multiple bug fixes for ovs [1] and ovn [2] - especially ct_state.dnat handling in OVN [1] https://git.centos.org/rpms/openvswitch/blob/c9s-sig-nfv-openvswitch-3.3/f/SPECS/openvswitch3.3.spec#_1020 [2] https://git.centos.org/rpms/ovn/blob/c9s-sig-nfv-ovn24.03/f/SPECS/ovn24.03.spec#_535 Kolla Toolbox, Manila, Neutron, Nova, and Octavia containers received updates on both Rocky Linux 9 and Ubuntu. Only the Rocky Linux 9 images include the new OVS versions.
Bump magnum-capi-helm
Fix release note link format
OFED is no longer pre-installed in our host images. Instead, it should be installed after provisioning. See docs:
Remove old OFED method
Add support for OpenBao with HA Raft
Alex-Welsh
approved these changes
Jun 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
kayobe-automation
size: l
workflows
Workflow files have been modified
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.
No description provided.