In order to drop docker pip package from requirements.txt in Kolla
we need to start installing that here.
Change-Id: Ifd3b86afb65760c3b3ce7f26feebdaf0789fb525
This change adds basic deployment based on Podman
container manager as an alternative to Docker.
Signed-off-by: Ivan Halomi <i.halomi@partner.samsung.com>
Signed-off-by: Martin Hiner <m.hiner@partner.samsung.com>
Signed-off-by: Petr Tuma <p.tuma@partner.samsung.com>
Change-Id: I2b52964906ba8b19b8b1098717b9423ab954fa3d
Depends-On: Ie4b4c1cf8fe6e7ce41eaa703b423dedcb41e3afc
This reverts commit d3c4ff8b95552a25bcca1fc01bebeca6d624d633.
Reason for revert: workaround is present
Change-Id: I40f794ce5f401a7357099dff10f7f8e05e1c4826
Apache grok pattern updated to match the size of response in bytes,
the time taken to serve the request and the user-agent that made
the request.
Change-Id: I8ce6e6e10bbf55ef8aa21f983f4a6c4b6dc24402
Adding missing group_vars for gnocchi service.
Using proper variables in haproxy config for vitrage and venus services.
Closes-Bug: #2038904
Change-Id: I06e8f29440c13864a866ea03ce0a0821fbe846f8
It seems latest ansible-core 2.14 and 2.15 breaks a filter
in kolla-ansible - let's pin for now and fix the issue in a
separate patchset.
Change-Id: I200ad775094230e4bf8bb40988c12ea03471008f
Unlike other methods such as resolve(), get() does not return an Undefined object, but None.
This removes 4 ansible-lint warnings in various files calling kolla_address.
Closes-Bug: #2038281
Change-Id: I591a50512a954210f951c40a350ed4b9e1fc48ae
Followup on I2e00d3e9193a3052d43a228915ea249794490afe.
Fixes an issue with wrong copy/paste.
Related-Bug: #1850924
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
Change-Id: I979a4e5b534f105a2e81f88f9675feddc883490a
* 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
It will check the setting of neutron_plugin_agent,
if it is set to "ovn" or "openvswitch", and run
container and volume checks to make sure the other
agent was not already deployed.
Change-Id: Ie00572f3ff9d3500abd5519bd472e2134c318886
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