Synchronise 2025.1 with upstream#550
Merged
Alex-Welsh merged 5 commits intostackhpc/2025.1from Apr 17, 2026
Merged
Conversation
This change is a partial backport of a846ccc to add valkey support for 2025.1. Depends-On: I613d471e5f1e6d563d3853761d8432cba60f3c4c Change-Id: Ied90077ba7104c67ea2623b4de16d56d9f1c1c02 Signed-off-by: Claudia Watson <claudia@stackhpc.com>
Add support for building valkey images when `kolla_enable_valkey` is set to true (default false). Change-Id: I62e7a984c41295bf5a24ef6693b474528823f4eb Signed-off-by: Owen Jones <owen@stackhpc.com> (cherry picked from commit e239550)
[DEPRECATION WARNING]: Conditional result (False) was derived from
value of type 'int' at
'/home/ubuntu/kayobe/ansible/roles/network-debian/tasks/main.yml:51:9'.
Conditionals must have a boolean result. This feature will be
removed from ansible-core version 2.23.
Origin: /home/ubuntu/kayobe/ansible/roles/network-debian/tasks/main.yml:51:9
49 command: "udevadm trigger --verbose --subsystem-match=net --action=add"
50 changed_when: false
51 when: network_interfaces | networkd_links | length
^ column 9
Broken conditionals are currently allowed because the
`ALLOW_BROKEN_CONDITIONALS` configuration option is enabled.
TrivialFix
Change-Id: I3e04902ac1cf129d325d291cafb719fd15a84368
Signed-off-by: Will Szumski <will@stackhpc.com>
(cherry picked from commit a46f648)
Alex-Welsh
approved these changes
Apr 17, 2026
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
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 2025.1 from upstream stable/2025.1.