- Aug 21, 2024
- Aug 20, 2024
-
-
Zuul authored
-
Zuul authored
-
Sven Kieske authored
Signed-off-by:
Sven Kieske <kieske@osism.tech> Change-Id: I66e471d3f199a9044a4b8aa8c51c2ad687926af3
-
Zuul authored
-
Zuul authored
-
- Aug 19, 2024
-
-
Zuul authored
-
- Aug 16, 2024
-
-
Michal Nasiadka authored
Change-Id: Ic87fb3e4c014d3090869d5631e02982829df6312
-
Zuul authored
-
Zuul authored
-
Michal Arbet authored
This patch removes the nova_libvirt_secret container volume because it is a complete antipattern, and during testing, I found that it causes problems. When it was necessary to copy libvirt secrets from /etc/kolla/nova-libvirt/secrets, the container logs reported that the resource is busy - precisely because it was a mounted container volume. This, of course, is unnecessary because the secrets are copied to the kolla host in /etc/kolla/nova-libvirt/secrets. Closes-Bug: #2073678 Change-Id: I715a6a95f9d32d62a8199727ddbaddd0dd7baa2d
-
Zuul authored
-
- Aug 13, 2024
-
-
Zuul authored
-
Alex-Welsh authored
This change fixes a bug in the prometheus.yml template which breaks alertmanager configuration Closes-Bug: 2076660 Change-Id: I9adf34747a22d7d5aef31fad3f68f7880e18f022
-
Zuul authored
-
- Aug 12, 2024
-
-
Ivan Halomi authored
Refactor that prepares kolla_container_facts module for introducing more actions that will be moved from kolla_container module and kolla_container_volume_facts. This change is based on a discussion about adding a new action to kolla_container module that retrieves all names of the running containers. It was agreed that kolla-ansible should follow Ansible's direction of splitting modules between action modules and facts modules. Because of this, kolla_container_facts needs to be able to handle different requests for data about containers or volumes. Change-Id: Ieaec8f64922e4e5a2199db2d6983518b124cb4aa Signed-off-by:
Ivan Halomi <ivan.halomi@tietoevry.com>
-
- Aug 09, 2024
-
-
Bartosz Bezak authored
OpenvSwitch container needs to be restarted for hw offload to be enabled/disabled properly [1]. OpenvSwitch container will also be restarted when system-id or hostname changes. Closes-Bug: #2076335 [1] https://docs.openstack.org/neutron/2024.1/admin/config-ovs-offload.html#configure-open-vswitch-hardware-offloading Change-Id: I444fc345e5d21ed969f48aa9a6230905cc411149
-
Christian Berendt authored
By default, the watch timer in Fluentd is set to True. To save CPU and I/O consumption this can be set to False, which kolla-ansible has been hardcoding so far. When the watch timer is disabled, in_tail relies entirely on inotify. In certain constellations, this may not work reliably. In these cases, the watch timer needs to be activated, so this change adds a variable to make the setting configurable. Change-Id: Ic8ce6fbc3ed8f31d5d090e114b35703532679729
-
Michal Nasiadka authored
Change-Id: I2546d714d1e6a1b648a4c6242ece18a2108b9183
-
Zuul authored
-
- Aug 08, 2024
-
-
Zuul authored
-
Franciszek Przewozny authored
Change I60162b54bc06e158534d29311d4474b34750c64d removed the '/v3' suffix from horizon_keystone_url variable, but the version is needed for some operations. This patch fixes the "Change password" Horizon function until Horizon bug #2073639 is resolved. Closes-Bug: #2073159 Change-Id: I6ff46b47e9109d0757f2e5ce8019ba591b9892e1
-
Zuul authored
-
Zuul authored
-
Stig Telfer authored
A host that is in the manila-share group, but not in controllers network, etc., will fail service deployment if it is not using the generic manila driver (eg, if it is using the CephFS native driver). This is because deployment of openvswitch-vswitchd is predicated on the drivers enabled for manila-share. However, this predicate is not universally applied. Where inventory group membership is used the dependency on openvswitch-vswitchd presence will fail. Closes-Bug: #1993285 Change-Id: I821e513d24f2a1c59240d65ad68c3b5f2080e439
-
Zuul authored
-
Michal Nasiadka authored
Closes-Bug: #2075966 Change-Id: I6ed82ecc7ca82c09aacb2a65254f794c72365188
-
Michal Nasiadka authored
This reverts commit 9a5059d4. Reason for revert: let's use UC Change-Id: Ifa2c455a0ac5d239cbd7de329521474b366b3c76
-
- Aug 07, 2024
-
-
Michal Nasiadka authored
Change-Id: I29a3f86b59aeaa8ca64d5e6780fa094b903d0039
-
Michal Nasiadka authored
Change-Id: I989d0d6c134d85bada227fca8233fb0ac290625a
-
- Aug 06, 2024
-
-
Zuul authored
-
- Aug 05, 2024
-
-
Sven Kieske authored
see: https://github.com/PyCQA/flake8/issues/1845#issuecomment-1766073353 pycodestyle >= 2.11 requires newer `hacking` version as well Signed-off-by:
Sven Kieske <kieske@osism.tech> Change-Id: I7be701d8673dea8345a5fe7a95ad69633f1b7648
-
Sven Kieske authored
wrong use of a f-string when no variable is templated Signed-off-by:
Sven Kieske <kieske@osism.tech> Change-Id: I4ef5147eacef32ed93c21d44bf23b664adf1eb91
-
- Jul 29, 2024
-
-
Zuul authored
-
- Jul 25, 2024
-
-
Zuul authored
-
Michal Nasiadka authored
Also stop using the old config name (td-agent.conf) Change-Id: Ied2736b891cd8c6dfcc509a8fd6b1fc8bfe21cb4
-
- Jul 24, 2024