- 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
- Jan 10, 2023
-
-
Bartosz Bezak authored
Change-Id: Ie9832bd9cae497e7dbd2a03661361c125d8ec15a
-
- Jan 05, 2023
-
-
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
- Jan 02, 2023
- Dec 28, 2022
-
-
Michal Nasiadka authored
Depends-On: https://review.opendev.org/866943 Change-Id: Ib3caf7378c1d5e2e9cfe04e36797bd827e99d6c5
-
- Dec 22, 2022
-
-
labedz authored
Setting ovn-monitor-all to 'true' will configure ovn-controller to monitor all OVS database records unconditionally. That will release some CPU resource from OVS Southbound DB but will increase number of events coming to ovn-controller. Default value is 'false'. Change-Id: I291e166013d8c88f00e84ceaf308251c352c9a79
-
Michal Nasiadka authored
ovn-controller should be deployed first according to OVN upgrade guide. Since we are getting newer OVN/OVS versions from RDO/Ubuntu in a cycle, let's apply that to deployment. Closes-Bug: #1979329 Change-Id: I017aec611a057db1634cfc2634164b21cb210193
-
- Dec 21, 2022
-
-
Matt Crees authored
Regularly, we experience issues in Kolla Ansible deployments because we use wrong options in OpenStack configuration files. This is because OpenStack services ignore unknown options. We also need to keep on top of deprecated options that may be removed in the future. Integrating oslo-config-validator into Kolla Ansible will greatly help. Adds a shared role to run oslo-config-validator on each service. Takes into account that services have multiple containers, and these may also use multiple config files. Service roles are extended to use this shared role. Executed with the new command ``kolla-ansible validate-config``. Change-Id: Ic10b410fc115646d96d2ce39d9618e7c46cb3fbc
-
- Dec 20, 2022
-
-
Pierre Riteau authored
The AvailabilityZoneFilter scheduler filter was deprecated in Xena [1]. [1] https://review.opendev.org/c/openstack/nova/+/745605 Change-Id: I86b6c772a15911d88834bd315e778b3919803422
-
- Dec 19, 2022
-
-
Christian Berendt authored
We sometimes have the requirement that images should explicitly not be pulled. Using the service-images-pull tag, it is now possible to skip the actual pull task by using --skip-tags. Change-Id: Ia00a5ecbcb944c252cd9d0366d8cf1e7ff6327f7
-
- Dec 14, 2022
-
-
Zuul authored
-
- Dec 13, 2022
-
-
Michal Nasiadka authored
See https://github.com/ansible/ansible/pull/76677 Change-Id: If822dcfc4c1abf7a22be35ffd90fd05ee46cb0d9
-
Pierre Riteau authored
The opensearch config playbook was iterating over opensearch_services, generating a file named opensearch-dashboards.yml containing an empty JSON dictionary. The next task was generating opensearch_dashboards.yml which is actually used by OpenSearch Dashboards. Remove with_dict in the first task to only generate opensearch.yml. Change-Id: I39cf74916630d27cd34ce0783ba8c3c0d20bbddc
-
- Dec 12, 2022
-
-
Maksim Malchuk authored
In the quickstart there is need the git package to install kolla-ansible from the source for deployment or evaluation and to clone repository for development. Closes-Bug: #1999370 Change-Id: Ia623694c801c03b151944947141551ecbc1d24f5 Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Dec 09, 2022
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for antelope. Also, updating the template name to generic one. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I550ed74f2eb52713728ddcbe4c2d6a9570548411
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/zed. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/zed. Sem-Ver: feature Change-Id: I8f24a2318b5bd5ff60a235c093db022344dec644
-
- Dec 08, 2022
-
-
Michal Nasiadka authored
Change-Id: I2db0ddcdacb1502878609f51c4252210c8d5fd6c
-
Michal Nasiadka authored
Change-Id: Ieb2f4ee5d4c64c92e589d4da63c5b66472052163
-
Ramona Beermann authored
There are too many ways in one guide for the deployment. This makes it hard for newcomers to stay at one track and get a working installation. I reworked this from many possible ways to two. Only virtual enviroment and non virtual enviroment. For the developer guide I will make a new patchset. Signed-off-by:
Ramona Beermann <rautenberg@osism.tech> Change-Id: I0c8739077ad41609596f7687bf2fd3628eb082c5
-
Michal Nasiadka authored
Their cleanup has been added to monasca cleanup command. Change-Id: I19a846e2683ae70b33ca64d2aba7ac71eb724588
-
- Dec 07, 2022
-
-
Zuul authored
-
- Dec 06, 2022
-
-
Pierre Riteau authored
Change-Id: I2df1eff4e9eda42127db5b0bfed4f84b6955c763
-
Zuul authored
-
- Dec 05, 2022
-
-
Bartosz Bezak authored
Change-Id: If98434d7941cf319b0689441827290791f596a04
-
- Dec 01, 2022
-
-
Michal Nasiadka authored
Remove commented out rocky9 upgrade jobs, we'll add them after the backport to stable/yoga. Change-Id: Iade49b7834df909e19bbce49b85e258ee650436d
-
Zuul authored
-
Michal Nasiadka authored
This change replaces ElasticSearch with OpenSearch, and Kibana with OpenSearch Dashboards. It migrates the data from ElasticSearch to OpenSearch upon upgrade. No TLS support is in this patch (will be a followup). A replacement for ElasticSearch Curator will be added as a followup. Depends-On: https://review.opendev.org/c/openstack/kolla/+/830373 Co-authored-by:
Doug Szumski <doug@stackhpc.com> Co-authored-by:
Kyle Dean <kyle@stackhpc.com> Change-Id: Iab10ce7ea5d5f21a40b1f99b28e3290b7e9ce895
-
- Nov 30, 2022
-
-
Michal Nasiadka authored
We have been using --db-nb-create-insecure-remote=yes - that results a TCP method is set by ovn-ctl script to run ovsdb-server. Downside is - we can't configure inactivity probe on that connection. Closes-Bug: #1917484 Change-Id: I550aa4fe92aadea2a49ca5aff49c0183609b9470
-
- Nov 29, 2022
-
-
Zuul authored
-
- Nov 28, 2022
-
-
Michal Nasiadka authored
Instead of handling everything in one role - let's have small fit-for-purpose roles, because in reality these are two hosts roles and performance should be better with this approach. [1]: https://docs.ovn.org/en/latest/intro/install/ovn-upgrades.html Change-Id: I8f9dbe9d950323f16375ad5e1dbaedfb1be6585f
-
Ivan Halomi authored
Typo fix and adding condition on not checking docker SDK version when container engine is not docker This is a followup to Ic30b67daa2e215524096ad1f4385c569e3d41b95 Signed-off-by:
Ivan Halomi <i.halomi@partner.samsung.com> Change-Id: Iafa24db06ad46bcfe250451ed98bc3c48d8a5138
-