- Oct 25, 2023
-
-
Sergei Raiskii authored
Kolla Ansible should deploy Glance and Cinder Backup with S3 backend support working out-of-the-box. The S3 backend had been re-introduced in Ussuri after being deprecated around the Mitaka timeframe, and having some local object storage options is nice for testing.. Closes-Bug: #1977515 Change-Id: I4ca58382d1ee568bfca2ad108495422163f81260 Co-authored-by:
Juan Pablo Suazo <jsuazo@whitestack.com> Co-authored-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Sep 08, 2023
-
-
Christian Berendt authored
The cafile parameter in the authentication section is required in the senlin.conf configuration file when working with self-signed certificates. Change-Id: I3cd43cc7f43782a6c1d701a3e5b977bbc42e3719
-
Zuul authored
-
- Sep 06, 2023
-
-
Zuul authored
-
- Sep 05, 2023
-
-
Zuul authored
-
Michal Nasiadka authored
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
-
Maksim Malchuk authored
Followup on Ief8dca4e27197c9576e215cbd960da75f6fdc20c Related-Bug: #1879557 Change-Id: I2865fb8bb24994db8687a15fd8106bfa7a55d4da Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Sep 04, 2023
-
-
Zuul authored
-
Zuul authored
-
Maksim Malchuk authored
Followup on I0401bfc03cd31d72c5a2ae0a111889d5c29a8aa2 Related-Bug: #2024664 Change-Id: I97914485f4392a4f303f32056d0b471948dbc84c Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Aug 31, 2023
- Aug 30, 2023
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
joek-office authored
Related-Bug: #2015184 Closes-Bug: #2015184 Change-Id: I6ea0949d58e38e2cda41c9702001e7bd500f23f1
-
Robin Klostermeyer authored
This commit adds the ironic-prometheus-exporter, following the conventions used by the previously integrated exporters. '[The] Ironic Prometheus Exporter is a Tool to expose hardware sensor data in the Prometheus format through an HTTP endpoint.'[0] Prometheus has been enabled in CI jobs to ensure test coverage. [0] https://opendev.org/openstack/ironic-prometheus-exporter Depends-On: https://review.opendev.org/c/openstack/kolla/+/874415 Change-Id: I6d421effd833d2e0524dd0b81736445c9a730ea9
-
- Aug 29, 2023
-
-
Juan Pablo Suazo Sarrocchi authored
An OVS-DPDK task had part of its name capitalized, presumably due to the newly added ansible linter, but this change was not reflected in the notify module which calls the task. This results in an inability to deploy openstack with OVS-DPDK. This commit fixes the name of the task in the notify module. Closes-Bug: #2033413 Change-Id: Iae8a937bb2c35d2eb83e2c4522d829a6cfe25f0d Signed-off-by:
Juan Pablo Suazo <jsuazo@whitestack.com>
-
Pierre Riteau authored
Change-Id: Ica155c5da29d36a3f944eb6a4a0ef5af88b01358
-
Bartosz Bezak authored
It is useful when external network's MTU is lower then internal geneve networks. Host kernel needs to be in version >= 5.2 for this option to work. All Kolla supported host operating systems have higher kernel version. Change-Id: Id64e99b07e2bb5e6c97b784f4ffedafc7e7de188
-
Erik Olof Gunnar Andersson authored
Kolla is setting the producer tasks to None, and this disables all producer tasks. Starting with the next release of Designate a new task was added to the producer named increment_serial that is now critical path for incrementing the serial for each zone. https://github.com/openstack/designate/commit/fb9c2da977a36afc695b1e75a81aa85d8e56ef0a Closes-Bug: #1879557 Change-Id: Ief8dca4e27197c9576e215cbd960da75f6fdc20c
-
Bartosz Bezak authored
Change-Id: I0aff87f0392b43671c6e9fc3fae3cdb0f7ce118a
-
- Aug 26, 2023
-
-
Maksim Malchuk authored
Since I033c51704bfb806f6515db26b8159fae12469ba5 the DUMMY_ENVIRONMENT environment for cron container is useless, lets drop it. Trivial-Fix Change-Id: Id8bf642a57b54ecafe0ee6981e044b1aba872ef7 Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Aug 25, 2023
-
-
Matt Crees authored
Sets the variable ``om_enable_rabbitmq_high_availability`` to ``true`` by default. An upgrade will therefore require some manual steps to migrate from transient to durable queues. Note that this will be caught by this precheck: https://review.opendev.org/c/openstack/kolla-ansible/+/880274 Also updates the CI upgrade jobs to perform this migration. This will need to be removed in Caracal. Related-Bug: #2031294 Change-Id: I26a70d4722aaa4663eced5f5337840474c7b961c
-
Matt Crees authored
This command can be invoked with ``kolla-ansible rabbitmq-reset-state``. This is primarily designed to be used when enabling HA queues[1]. As such, this also updates the RabbitMQ documentation to use this command. [1] https://docs.openstack.org/kolla-ansible/latest/reference/message-queues/rabbitmq.html#high-availability Change-Id: I6ad95a3618fc1a34af56657ef99ef14dc979f17a
-
- Aug 24, 2023
-
-
Michal Nasiadka authored
Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/892323 Change-Id: I11db700511233aa60229ee65d0cc96e46aafdf90
-
- Aug 21, 2023
-
-
Zuul authored
-
Rodolfo Díaz authored
Change I60162b54bc06e158534d29311d4474b34750c64d removed the `/v3` prefix from the WEBSSO_KEYSTONE_URL variable. However, keystone endpoints do in fact have the `/v3` prefix, and Horizon expects the WEBSSO_KEYSTONE_URL variable to already contain the prefix. This patch adds the prefix again so that SSO works with Horizon again. Closes-Bug: #2028921 Change-Id: I5799f7a6fa4f52c2904b14fc02ed18443f4194bd Signed-off-by:
Juan Pablo Suazo <jsuazo@whitestack.com>
-
- Aug 18, 2023
-
-
Michal Nasiadka authored
Change-Id: I42f9f182a2dab8563008e8b817ac58a69b72b062
-
Zuul authored
-
Zuul authored
-
Léo Gillot-Lamure authored
Threads are the recommended way to scale CPU performance since HAProxy 1.8. Official documentation says: « While "nbproc" historically used to be the only way to use multiple processors, it also involved a number of shortcomings related to the lack of synchronization between processes (health-checks, peers, stick-tables, stats, ...) which do not affect threads. As such, any modern configuration is strongly encouraged to migrate away from "nbproc" to "nbthread". ». Change-Id: I6f2e9d74e68703c8e0827e495945a75f020e1561
-
- Aug 17, 2023
-
-
Michal Nasiadka authored
MariaDB bootstrap has a phase where the first MariaDB container is running with Galera bootstrap - after a check that WSREP is synced is successful - we restart the container. The bootstrap container is named mariadb and running with docker_restart_policy: "no" - the restarted container should be running in systemd. Before this patch the code created a systemd unit but it was initially stopped - so stopping was always a success - and the container would be killed with SIGKILL on removal (which obviously breaks MariaDB). This patch also improves docker/systemd stops by waiting for real unit/container stop and adds failing CI for containers that are killed with signal 9. Closes-Bug: #2029613 Change-Id: I0a03e509ce228a50e081fcab44d2b4831251190c
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- Aug 15, 2023
-
-
Zuul authored
-
- Aug 11, 2023
-
-
Zuul authored
-