- Sep 13, 2023
-
-
Jan Gutter authored
* 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
-
- Sep 11, 2023
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Bartosz Bezak authored
Change-Id: If9636aaa76a7dc094223c3f096d96c96ecd0c8e7
-
- 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
-
Michal Nasiadka authored
This change also refactors code a bit to allow additional checks in the same os.walk loop Change-Id: Ib40af3ee309c773afba4776183d162327a9a0e1c
-
- 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
-
-
Michal Nasiadka authored
This reverts commit 2524ec42. Reason for revert: I don't think we need it anymore Change-Id: I9f2871cf3de1a09952fc5c236da2f78e4d930bf5
-
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 28, 2023
-
-
Michal Nasiadka authored
Currently the script only stops containers and removes services, without disabling service or removing symlink - which renders the service in a not-found state. After we disable and stop - some of the services end up in failed state (due to wrong exit codes for various reasons) - running reset-failed fixes that. Change-Id: I637783ce758dbf1c2a7b4b99aa6b61e2c5ca1460
-
- 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
-