* Zun currently has a dependency on a combination of Docker and
etcd that is no longer installable (or supported) in newer
distros.
* These components are core dependencies of other systems and
vendoring them will be very painful.
* Work to update Zun past this is scheduled for the 'C' cycle.
* If Zun regains compatibility, backports to this series will be
considered.
Change-Id: I6a2a4ffdcaf1c4fab1097e94d5f255ffb9a2947d
This change introduces haproxy_enable_http2 to let operators enable
http/2 on HAProxy frontends when kolla_enable_tls_external is enabled.
Change-Id: I2e00d3e9193a3052d43a228915ea249794490afe
Closes-Bug: #1850924
Allow more flexibility by adding a host specific template. Also
using the merge_yaml action allow us to drop the logic around deciding
which template to use.
Change-Id: I41a3226679c622e5e98df074cee195e8436ea45b
Initially Ubuntu/Debian used /var/run/openvswitch as default OVN run dir,
it seems it has changed long time ago - but we haven't picked that up on latest
OVN DB refactor.
Adding in OVN and OVN upgrade Debian jobs to enhance coverage.
Closes-Bug: #2035584
Change-Id: I78967c4499269578ac921ad9a553946b65e1293f
* When the Debian job got upgraded from Bullseye
to Bookworm, the non-voting Zun job started failing.
* This is because Debian Bookworm doesn't support the
required Docker 20 pinning.
* Until Zun gains support for newer dependencies this
job will keep failing.
Change-Id: I1e1d9ea7c76d1b2f77b09b7948f138b88ef483d2
For example, an operator may wish to customise the
nova-compute-ironic service configuration without affecting
other Nova services.
Closes-Bug: #2034949
Change-Id: If8648d8e85ab3dbcbb4ecba674b2e34b06898327
The cafile parameter in the authentication section is required
in the senlin.conf configuration file when working with
self-signed certificates.
Change-Id: I3cd43cc7f43782a6c1d701a3e5b977bbc42e3719
Currently clustering steps are very static, if for a reason first
node in the inventory fails and gets re-introduced - K-A will create
a second empty cluster on that node.
This patch changes the approach and checks if cluster exists, if it
does - chooses a donor for the new node from currently running
node set.
Also it fixes node replacement - it removes old node from cluster
(that has the same ip address as newly provisioned node).
Closes-Bug: #1875223
Change-Id: Ia025283e38ea7c3bd37c7a70d03f6b46c68f4456
This reverts commit 2524ec422d2f8ff74a27282067f7a99fecc676f2.
Reason for revert: I don't think we need it anymore
Change-Id: I9f2871cf3de1a09952fc5c236da2f78e4d930bf5
Up till now the ARA plugin has been pinned to a very old version,
and is no longer functional.
This installs a much newer version of ARA and adds a README file
to guide developers on how to view the sqlite file.
The ARA plugin is installed by default, but not activated. This
is intended to catch a small amount of regressions and
integration failures.
Developers can enable the plugin by adding the string `#ara`
to their commit message. This avoids extra load on the CI.
Change-Id: Id8328e374c9590b1363026fa2b2b24e191183987