- Feb 07, 2023
-
-
Bartosz Bezak authored
Change-Id: I115b491eca413437926f5bcaf53336151f9a7c0b
-
- Jan 25, 2023
- Jan 23, 2023
-
-
Michal Nasiadka authored
Change-Id: I67bc12cb0a9b9d27c51d9c69a689dc16cd37c757
-
Alex-Welsh authored
This change serialises the neutron l3 agent restart process and adds a user configurable delay between restarts. This can prevent connectivity loss due to all agents being restarted at the same time. Routers increase the recovery time, making this issue more prevalent. Change-Id: I3be0ebfa12965e6ae32d1b5f13f8fd23c3f52b8c
-
- Jan 20, 2023
-
-
Stanislav Dmitriev authored
In order to honour configured max number of attempts it has to be presented in nova.conf inside of nova_conductor container, otherwise the default value of 3 will be used Closes-Bug: #2003587 Change-Id: I928af332b8658223444594f96417830233057284
-
Zuul authored
-
- Jan 19, 2023
-
-
Michal Nasiadka authored
Change-Id: Ib69642056e760bad0e4ea13576502f0e08115259
-
Zuul authored
-
Martin Hiner authored
This commit adds SystemdWorker class to kolla_docker ansible module. It is used to manage container state via systemd calls. Change-Id: I20e65a6771ebeee462a3aaaabaa5f0596bdd0581 Signed-off-by:
Ivan Halomi <i.halomi@partner.samsung.com> Signed-off-by:
Martin Hiner <m.hiner@partner.samsung.com>
-
- Jan 18, 2023
- Jan 17, 2023
-
-
Michal Arbet authored
As rabbitmq's configuration file is not ini or yaml file, there is no option to extend configuration by new config options via merge_configs or merge_yaml. This patch moves config options to dictionary so it can be overriden in /etc/kolla/globals.yml. Change-Id: I5cd772f4fb80a0e200fb24d67be735ca81e3fdeb
-
Pierre Riteau authored
Nova changes to RBAC [1] are breaking Kolla Ansible and causing most CI jobs to fail. Disable these changes until we can adapt. [1] https://review.opendev.org/c/openstack/nova/+/866218 Change-Id: I506697d2b374e74a6b066c788bd2d61edc8d4876
-
- Jan 16, 2023
-
-
Pierre Riteau authored
Change-Id: Iac88aece372102835b03f7e0e5684d0285857e97
-
Michal Nasiadka authored
It's not supported in ansible-collection-kolla since Zed release, and Kolla executed Kolla-Ansible CI jobs fail on it, because they build images. Change-Id: Ib0358f780a77af152225761a4aa3b6acbea2eeaf
-
Pierre Riteau authored
According to the code, docs and oslo-config-validator, this configuration option is not supported. Change-Id: I34410e5267d527ec629748f35771f227183810b6
-
Pierre Riteau authored
This option has never been supported by Glance. Change-Id: I08113292ec862d6ef72b870dcf12577bf02d3771
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Will Szumski authored
Makes sure the facts required to generate octavia.conf are available when using genconfig. This change also ensures that the necessary tasks run when using Ansible check mode. Closes-Bug: #1987299 Change-Id: Ib8fbee2d3abdcfd2eae0f9b3e9b69eeb0e3086e0
-
- Jan 13, 2023
-
-
Matt Crees authored
A combination of durable queues and classic queue mirroring can be used to provide high availability of RabbitMQ. However, these options should only be used together, otherwise the system will become unstable. Using the flag ``om_enable_rabbitmq_high_availability`` will either enable both options at once, or neither of them. There are some queues that should not be mirrored: * ``reply`` queues (these have a single consumer and TTL policy) * ``fanout`` queues (these have a TTL policy) * ``amq`` queues (these are auto-delete queues, with a single consumer) An exclusionary pattern is used in the classic mirroring policy. This pattern is ``^(?!(amq\\.)|(.*_fanout_)|(reply_)).*`` Change-Id: I51c8023b260eb40b2eaa91bd276b46890c215c25
-
Michal Nasiadka authored
We've noticed cases where nodepool.private_ipv4 is empty, probably caused by [1] or a change in nodepool provider configuration. [1]: https://review.opendev.org/c/zuul/nodepool/+/862522 Change-Id: Ibeca7d99571d9f6d4d1b90277121d685d73c9a59
-
- Jan 12, 2023
-
-
Mark Goddard authored
When running in check mode, some prechecks previously failed because they use the command module which is silently not run in check mode. Other prechecks were not running correctly in check mode due to e.g. looking for a string in empty command output or not querying which containers are running. This change fixes these issues. Closes-Bug: #2002657 Change-Id: I5219cb42c48d5444943a2d48106dc338aa08fa7c
-
Michal Nasiadka authored
Change-Id: I110c642da925a5f6b3bd071e7844c20fda673c66
-
Zuul authored
-
Zuul authored
-
- Jan 11, 2023
-
-
Jack Hodgkiss authored
Prevent the haproxy-config role from attempting to modify firewalld when running kolla-ansible genconfig. Closes-Bug: #2002522 Change-Id: Ie8a524cc944aa8cb9cf0999b1b8da79f30b40092
-
- Jan 10, 2023
-
-
Bartosz Bezak authored
Change-Id: Ie9832bd9cae497e7dbd2a03661361c125d8ec15a
-
- Jan 05, 2023
-
-
Michal Nasiadka authored
Change-Id: I8855bd60c2fd77f33fb55d4123131a94327bd166
-
Zuul authored
-
Matt Crees authored
The ``[oslo_messaging_rabbit] heartbeat_in_pthread`` config option is set to ``true`` for wsgi applications to allow the RabbitMQ heartbeats to function. For non-wsgi applications it is set to ``false`` as it may otherwise break the service [1]. [1] https://docs.openstack.org/releasenotes/oslo.messaging/zed.html#upgrade-notes Change-Id: Id89bd6158aff42d59040674308a8672c358ccb3c
-
- Jan 04, 2023
-
-
Zuul authored
-
- Jan 03, 2023
-
-
Zuul authored
-