- Apr 08, 2024
-
-
Roman Krček authored
When kolla VIP address is changed the cell0 database connection is now updated to the new address. Closes-bug: #1915302 Change-Id: I35be54efb5aaa230702d0cebaae04f1e64c3bca3 Signed-off-by:
Roman Krček <roman.krcek@tietoevry.com>
-
- Mar 29, 2024
-
-
Michal Nasiadka authored
It's needed for Python3.12 support, because imp has been dropped [1]. Also shlex dropped s=None support [2]. [1]: https://docs.python.org/3/whatsnew/3.12.html [2]: https://github.com/python/cpython/issues/94352 Change-Id: I23f37897ea08ac708f6df485f699122df647e552
-
- Mar 27, 2024
-
-
wu.chunyang authored
Travial fix Change-Id: Ie8de00bccd940a6c45a81fb505a6c3cd9d86a2aa
-
- Mar 25, 2024
-
-
Zuul authored
-
- Mar 22, 2024
-
-
Zuul authored
-
Zuul authored
-
Sven Kieske authored
this produces errors itself, e.g.: ``` for container in $failed_containers + docker inspect prometheus_openstack_exporter [] permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/prometheus_openstack_exporter/json ": dial unix /var/run/docker.sock: connect: permission denied ``` Signed-off-by:
Sven Kieske <kieske@osism.tech> Change-Id: I280e2660d187d966098ae39df6392503b1aa5bdf
-
- Mar 21, 2024
-
-
Michal Nasiadka authored
Closes-Bug: #2058615 [1]: https://github.com/docker/cli/blob/v26.0.0/docs/deprecated.md#container-and-containerconfig-fields-in-image-inspect Change-Id: I96ec812a482f017a48d978586c6f535fedd5fbe8
-
- Mar 20, 2024
-
-
Zuul authored
-
- Mar 19, 2024
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Michal Arbet authored
This patch fixes ovs-dpdk script as options in DPDK changed and PCI whitelist config changed from '-w' to '-a' as per [1]. [1] https://github.com/DPDK/dpdk/commit/db27370b57202632ad8830352c1c0ee2dde4542f Closes-Bug: #2058372 Change-Id: Iae812a4a255c13a42b2d6a691e265922d220f4c8
-
songwenping authored
Change-Id: I0f35c2ea1400ea25fdb253580c6c1b2e06ae591e
-
- Mar 18, 2024
-
-
Sven Kieske authored
support for jammy was added to yoga in: https://review.opendev.org/c/openstack/kolla-ansible/+/869127 it should thus be perfectly fine to directly upgrade to jammy and then upgrade to zed. Signed-off-by:
Sven Kieske <kieske@osism.tech> Change-Id: Id77704f4386b48c9bfd7b684bee3fb47d2b4a93a
-
Zuul authored
-
Zuul authored
-
Uwe Jäger authored
Closes-Bug: #1998417 Change-Id: Ib6c725880caaa7f39bb269bd8398f3894eb033c5
-
- Mar 15, 2024
-
-
Michal Nasiadka authored
Some multinode jobs have been failing due to galera suspecting inactive nodes Tweak it as per [1]. [1]: https://galeracluster.com/library/documentation/recovery.html Change-Id: I5577ea2c23d6dbd440bd52899a30ea9531996256
-
Christian Berendt authored
Closes-Bug: #2058046 Change-Id: I9304f3546b20c0406e195163dccb1433fe802204
-
- Mar 14, 2024
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Michal Nasiadka authored
Change-Id: I8609cf211316d8224c925d57a5e832ccff37b906
-
Michal Nasiadka authored
Change-Id: Iab40eb92c7e4a9092471bef9d4477a4fa34f1c85
-
- Mar 13, 2024
-
-
Zuul authored
-
Zuul authored
-
Michal Nasiadka authored
Currently RMQ 3.13 fails on ipv6 multinode scenario, use 3.12 from 2023.1 until [1] gets resolved. [1]: https://github.com/rabbitmq/rabbitmq-server/issues/10728 Change-Id: If11710e99cf2e340e558d68e2071c1bb16825e55
-
Roman Krček authored
This way the playbooks won't try to set ipv6 systemctl options unless ipv6 is available on the system. Closes-bug: #1906306 Change-Id: Icccfc1c509179c3cfd59650b7917a637f9af9646
-
- Mar 12, 2024
-
-
Michal Nasiadka authored
Closes-Bug: #2057676 Change-Id: I9e0287a4e80b1ebcecf9e3b66c11d4233970a30b
-
German Espinoza authored
This patch fixes ovs-dpdk images pull by adding the variable kolla_role_name to the ovs-dpdk vars, so services-image-pull can work correctly. Closes-Bug: #2041864 Change-Id: I2e799290a57ebfacbc0ff9a0b1ca3dc956c513df Signed-off-by:
German Espinoza <gespinoza@whitestack.com>
-
- Mar 11, 2024
-
-
Uwe Jäger authored
Change-Id: I0a086c59076120aa53e6a05526dbab88e393c1c7
-
Michal Arbet authored
This patch fixes the creation of the openvswitch bridge by fixing an ansible task that was rewritten to use an ansible module, but unfortunately, its loop was implemented incorrectly. Closes-Bug: #2056332 Change-Id: Ia55a36c0f9b122b72d757ca973e7d8f76ae84344
-
Michal Arbet authored
Tooz 6.0.1 includes commit [1], which introduced parsing the username from the Redis connection URL. As a result, services started authenticating as admin which, by the way, was incorrect even before, as either a created user or the default one should have been used. The reason it worked before is simply because the username 'admin' wasn't parsed anywhere. This patch fixes the user being used and sets the correct 'default' one. [1] https://review.opendev.org/c/openstack/tooz/+/907656 Closes-Bug: #2056667 Depends-On: https://review.opendev.org/c/openstack/kolla/+/911703 Change-Id: I5568dba15fa98e009ad4a9e41756aba0fa659371
-
- Mar 07, 2024
-
-
Sven Kieske authored
there are currently known bugs in our interaction with the ansible --limit option. document those and recommend not to use this like it was agreed in the kolla meeting: https://meetings.opendev.org/meetings/kolla/2024/kolla.2024-02-21-14.00.log.txt Signed-off-by:
Sven Kieske <kieske@osism.tech> Change-Id: Iaeaa8c667ce7cd677b2b3dc2096ef4e52c1f651f
-
Zuul authored
-
- Mar 06, 2024
-
-
Zuul authored
-