Synchronise master with upstream#693
Merged
priteau merged 23 commits intostackhpc/masterfrom Mar 24, 2025
Merged
Conversation
There was an ``if`` condition preventing the file from being copied into haproxy container when ``kolla_enable_tls_external`` is set to ``false``. Closes-Bug: #2098765 Change-Id: If87b5debcacdbc5001c869440397cd11605a5574
In the past, we agreed to use lowercase letters for boolean representation. This patch implements exactly that, just changing True -> true, False -> false. Change-Id: Ia601d84283dd8bc45e56e1029106de8836139173
This change ensures proper authentication for both Redis master and Sentinel, fixing potential issues with high availability and failover. Without this, Octavia jobboard might fail to reconnect after a master switch. Closes-Bug: #2100927 Change-Id: I2d7f9f9e47f2c254709ec9d48545c46c9a163fdf
The documentation jobs (including build-openstack-deploy-guide) are broken due to the migration to Ubuntu Noble [1]. Fix by installing pcre via bindep.txt. Adding bindep.txt to irrelevant-files since it's only used in docs job. [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/JOMDY26TCW7OX3NXRGOYQCIDXNNJ4E25/ Change-Id: Ie12da610e7ddd100e8b881a06598d94b7a6f43b0
This is required otherwise the nova_metadata container does not start when using a nova custom policy. Closes-bug: #2103562 Change-Id: I1e106a979708cf1d2fb0a30962bd8f53153ffd0f
The old timeout is 2h and we are recently seeing rather frequent timeouts when the jobs are running on slow (rax) nodes where the job is terminated quite close to possibly successfully finishing. Change-Id: Ib7fc12415c8b415925e8af7ba41f597289dbcc66
Merge container_facts and container_volume_facts into a single module for retrieving all information about containers and volumes. Change-Id: I5d321b8326edd7f3b7a11dbdc821e534f457f9d7 Signed-off-by: Ivan Halomi <ivan.halomi@tietoevry.com> Signed-off-by: Roman Krček <roman.krcek@tietoevry.com>
This avoids presenting outdated information since the meeting time changes twice a year. Change-Id: I3bc15b78549f033623d6ffba42ab833881171424
Change-Id: Iba5bc0466019f634c57e487e1e7b8586e3071d02
Add support for deploying OVN SB relays [1]. This is enabled by default to improve large scale scenarios. Default mechanism deploys one relay group per 50 ovn-controller hosts and uses random but idempotent method to choose a relay for a given host. neutron-server and Octavia will connect directly to SB cluster, not via the relays. kolla-ansible check subcommand does not support ,,iterated'' containers for now - but will be introduced in a subsequent patch. [1]: https://docs.ovn.org/en/latest/tutorials/ovn-ovsdb-relay.html Co-Authored-By: Krzysztof Tomaszewski <ktomaszewski@cloudferro.com> Depends-On: https://review.opendev.org/c/openstack/kolla/+/928898 Change-Id: Id7d6973668d8b2b194913b533f8cb756c6708536
Change-Id: I4a0e056eef797afcb446833347fbe139fd7d6677
Also fix hardcoded root username in multiple places Change-Id: I9b83e206aff694a9b8caf68da2e50b5c34e7ad23
priteau
approved these changes
Mar 24, 2025
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 master from upstream master.