forked from openstack/kolla-ansible
-
Notifications
You must be signed in to change notification settings - Fork 5
Synchronise master with upstream #835
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
Open
github-actions
wants to merge
149
commits into
stackhpc/master
Choose a base branch
from
upstream/master-2025-12-29
base: stackhpc/master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…de files As the result from the find is not always sorted the same way, consecutive deployments would have a configuration file change, while it actually is not. Also, diffs are really hard to interpret, when some config parts have been moved up or down. Change-Id: I6f724de6ec46e0691639f0a64de5af9e248a27ff Resolves-bug: #2126635 Signed-off-by: Michel Nederlof <michel.nederlof@nl.team.blue>
Previously, Kolla-Ansible generated unnecessary HAProxy backend configuration entries for the memcached service. These backend entries were redundant since memcached is not accessed through HAProxy by any OpenStack service. This patch removes the redundant configuration, keeping the HAProxy configuration minimal and consistent with actual service usage. Closes-Bug: #2130641 Change-Id: I62f40d48a7f2d58b3a3b9ac6d5827a721e02c545 Signed-off-by: Piotr Milewski <vurmil@gmail.com>
Closes-Bug: #2061131 Change-Id: I061cdcf10e22beabe658687b3e67f8071f20df1a Signed-off-by: Thomas Sell <thomas.sell@bih-charite.de>
Change-Id: I4f021289faa790b733d95532f6d837c3f724cf0b Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I56d389467ffc24f554b421a18df52310d2978f10 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I3914252b2d884349b9744d229406cf49d691ebec Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I676f8d3c4cc446d7dd65239c0363e4d362662b0d Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: Ifc788b1f3f4fee23745e4a88bba208ff21366263 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I7b9ddcd7116de41b6d968365736bcd9301aa9fb9 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I7c693403b1768c6c97eea90c3dfe9326764c3230 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I82310a2ebfa326a01424c7469d4eb9d440dc9b9c Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I0a7f27fb3a6239890aa1b4d8d1a149113d8ee203 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com> Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
Closes-Bug: #2049209 Signed-off-by: Rafal Lewandowski <rafal@stackhpc.com> Change-Id: Id190c6e61c203a5e600fcd05760dea698ec4c5cf
Closes-Bug: #2133983 Change-Id: Ib79cd622123d9b6727ab1d674f680b8e2d52ed68 Signed-off-by: Vudn <dangngocvu4@gmail.com>
Change-Id: I725349bccca3779f886c2636086e1a76fa357bad Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
This fixes upgrades from 2025.2 to master, since 2025.2 images do not
include the mysql binary anymore [1].
SLURP upgrades should still work, since 2025.1 images include both
commands:
$ ls -l /usr/bin/mariadb /usr/bin/mysql
-rwxr-xr-x. 1 root root 5390512 Nov 3 13:25 /usr/bin/mariadb
lrwxrwxrwx. 1 root root 7 Nov 3 13:25 /usr/bin/mysql -> mariadb
[1] https://review.opendev.org/c/openstack/kolla/+/926981
Change-Id: Iccd0270ac3c0adbea56fbe3c8b80e1bb644c20c5
Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
Change-Id: Ia9c5dc5809323755b72534c9767eb84ee73799a2 Signed-off-by: Bertrand Lanson <bertrand.lanson@protonmail.com>
Change-Id: I0ea4b687b525a5090c5874ccceddd6f438ee3e0a Signed-off-by: Bertrand Lanson <bertrand.lanson@protonmail.com>
Change-Id: If54d78b070f0dcdad1437c694e02e6b892aadb27 Signed-off-by: Bertrand Lanson <bertrand.lanson@protonmail.com>
Change-Id: Icd689a152ba17065c81cfecc5c7da51d686465cd Signed-off-by: Bertrand Lanson <bertrand.lanson@protonmail.com>
Change-Id: Ia5ae6ffc11b99a2c93c9aba567ad28913b042fbb Signed-off-by: Bertrand Lanson <bertrand.lanson@protonmail.com>
fix unnamed-task rule violation Change-Id: Ib0527af1fe92b2640564b4f26d0d8a3172bd910d Signed-off-by: Bertrand Lanson <bertrand.lanson@protonmail.com>
Change-Id: I3437010b61dd1874f60d60158494f83599a0ea8f Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Glance is removing their warning around running in WSGI [1], so let's switch. [1]: https://review.opendev.org/c/openstack/glance/+/963294 Change-Id: Iae2c5ef5251d6695daf3262ed208c4bd914d7fb3 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Change-Id: I6042cf9ebf1251e1f516201e3bc3068acc613471 Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
Change-Id: I7505f8feeb85f606df92a20bf4a4700d5ea36a51 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Add keyCertSign and digitalSignature key_usage required by Python 3.13 [1] [1]: canonical/microk8s#4864 Change-Id: Ia0c55ed6137b0ccd16815f9f7a49b3b30a982154 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Since we need to keep the upgrade steps for 2025.1->2026.1 and 2025.2->2026.1 upgrade currently fails on missing inspector-related container volume - we need to adapt the logic to check if that volume migration and removal needs to be done. Change-Id: If15a43733117ff48f107614589347b992ed1baa4 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Remove /etc/timezone bind mount since Debian does not provide that file anymore. Depends-On: https://review.opendev.org/c/openstack/kolla/+/964793 Change-Id: If1a289068093843184f0d7b495815db006f2d563 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Alex-Welsh
approved these changes
Jan 2, 2026
auto-merge was automatically disabled
January 2, 2026 09:56
Rebase failed
Since both nova-compute and nova-libvirt Kolla images have swtpm packages installed [1], it is possible to configure vTPM for libvirt instances. This patch adds support for such configuration in kolla-ansible. [1] https://bugs.launchpad.net/kolla/+bug/2062572 Closes-Bug: #2106219 Change-Id: Ic7969b05bde258c38ee31fe2821aeb4e9c77a567 Signed-off-by: fprzewozn <przewozny.franciszek@gmail.com>
This change implements RabbitMQ management interface SSL configuration when ``rabbitmq_enable_tls`` is enabled. Change-Id: Iaedad0e13f81b546af3a8e0c1e6ae7ca9da994a4 Signed-off-by: fprzewozn <przewozny.franciszek@gmail.com>
With ``kolla_externally_managed_cert`` enabled, certificates and keys shouldn't be managed by kolla, but ProxySQL is copied over currently. This change fixes that. Closes-Bug: #2131993 Change-Id: Ia143504d523e1593543a1214f8cc955c3f2a9a10 Signed-off-by: fprzewozn <przewozny.franciszek@gmail.com>
54796bb to
c002c7e
Compare
auto-merge was automatically disabled
January 2, 2026 09:59
Rebase failed
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.