- Nov 07, 2023
-
-
Will Szumski authored
This avoids the need to use a proxy, or some other means, to connect to Prometheus. This is disabled by default and can be enabled by setting enable_prometheus_server_external to true. Change-Id: Ia0af044ff436c2a204b357750a16ff49fcdfec45
-
Will Szumski authored
This allows us to share variables between jobs without inheriting any of the pre-run, post-run or cleanup playbooks of the parent job. These run due to the zuul inheritance rules, see: https://zuul-ci.org/docs/zuul/latest/config/job.html#job Signed-off-by:
Will Szumski <will@stackhpc.com> Change-Id: Id0a34778accafdc62ebe916e81d69f31c6274d4c
-
James Kirsch authored
Add support for automatic provisioning and renewal of HTTPS certificates via LetsEncrypt. Spec is available at: https://etherpad.opendev.org/p/kolla-ansible-letsencrypt-https Depends-On: https://review.opendev.org/c/openstack/kolla/+/887347 Co-Authored-By:
Michal Arbet <michal.arbet@ultimum.io> Implements: blueprint letsencrypt-https Change-Id: I35317ea0343f0db74ddc0e587862e95408e9e106
-
- Sep 08, 2023
-
-
Michal Nasiadka authored
This change also refactors code a bit to allow additional checks in the same os.walk loop Change-Id: Ib40af3ee309c773afba4776183d162327a9a0e1c
-
- Jun 20, 2023
-
-
Bartosz Bezak authored
Change-Id: Idbbd02b966922d5857ed54bac57668f0cf22113c
-
- Apr 28, 2023
-
-
Martin Hiner authored
This patch add a way to choose container engine inside tool and test scripts. This is in preparation for Podman introduction but still leaves Docker as default container engine. Signed-off-by:
Martin Hiner <m.hiner@partner.samsung.com> Change-Id: I395d2bdb0dfb4b325b6ad197c8893c8a0f768324
-
- Mar 26, 2023
-
-
Radosław Piliszek authored
Make sure to actually test IPv6 connectivity to our test instance in the IPv6 jobs. Change-Id: I7845448804e191af356e82f8ad33c563ffd8ebd5
-
- Mar 21, 2023
-
-
Michal Nasiadka authored
Related-Bug: #2007142 Change-Id: I9ce2a9ce5413e77625201f3986967e31a679ad9c
-
- Feb 21, 2023
-
-
Michal Nasiadka authored
Change-Id: I1850523d5aeaee9d377c08107239eff66e29f049
-
- Feb 16, 2023
-
-
Michal Nasiadka authored
Change-Id: I13ee17a96033da75cbb377bce483f027127d646d
-
- Jan 10, 2023
-
-
Bartosz Bezak authored
Change-Id: Ie9832bd9cae497e7dbd2a03661361c125d8ec15a
-
- Dec 01, 2022
-
-
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 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
-
- Nov 11, 2022
-
-
Doug Szumski authored
Kolla Ansible is switching to OpenSearch and is dropping support for deploying ElasticSearch. This is because the final OSS release of ElasticSearch has exceeded its end of life. Monasca is affected because it uses both Logstash and ElasticSearch. Whilst it may continue to work with OpenSearch, Logstash remains an issue. In the absence of any renewed interest in the project, we remove support for deploying it. This helps to reduce the complexity of log processing configuration in Kolla Ansible, freeing up development time. Change-Id: I6fc7842bcda18e417a3fd21c11e28979a470f1cf
-
- Oct 27, 2022
-
-
Michal Nasiadka authored
RHEL 9 are being compiled for the x86_64-v2 architecture which is newer than the qemu default of qemu64. Nehalem is apparently the oldest model that works for x86_64-v2 and is expected to work on Intel and AMD cpus with kvm or qemu. See devstack change [0]. [0]: Ibd6e11b59f3c8655bc60ace7383a08458b2177f2 Change-Id: Ia0a3620bae21984933756331bb5937ce681d3237
-
- Aug 03, 2022
-
-
Radosław Piliszek authored
This patch follows upstream and disables linuxbridge testing. Users are notified of the situation via the release note. Change-Id: I524682ceb5287c14ef0ba99baae0c081850f4c5e
-
- Jun 13, 2022
-
-
Michal Nasiadka authored
R-17: Switch source images to current release Disable rocky8 and openeuler jobs as master no longer works with python3.6. Change-Id: I89dd99b5f25502f5ebe15a9e90ccecc4bd6feafa
-
- May 29, 2022
-
-
Radosław Piliszek authored
Follow-up to [1]. This unbreaks CI which was broken by a recent change to master upper-constraints. [2] [1] I82c4ff3b246c7db65ac8660b096d4a9a15dda8d7 [2] https://review.opendev.org/c/openstack/requirements/+/843722/3/upper-constraints.txt#b244 Change-Id: Idc7a893f53c6975cc4a3f6090020d973fa2288bb
-
- May 27, 2022
-
-
Radosław Piliszek authored
Per Clark Boylan's feedback [1], retries cause a retry not only for pre playbook failures but also for cases where Ansible detects network connectivity issues and they are caused by disks getting filled to their fullest. This is an issue we experience that sometimes results in a POST_FAILURE but certain FAILUREs are retried which wastes CI resources. The problematic jobs are ceph jobs. They are to be looked into. Backport to all branches. We can adjust retries for the core jobs that do not exhibit the nasty behaviour but first we can try running without retries to measure the troublesomeness. [1] https://review.opendev.org/c/openstack/kolla-ansible/+/843536 Change-Id: I32fc296083b4881e8f457f4235a32f94ed819d9f
-
- May 21, 2022
-
-
Radosław Piliszek authored
The projects started dropping support for Python 3.6 and thus CentOS Stream 8 which K-A tests against, resulting in broken CI. This change ensures that we keep upper-contraints also on Yoga as we do for the images we deploy. Change-Id: I82c4ff3b246c7db65ac8660b096d4a9a15dda8d7
-
- Apr 12, 2022
-
-
Marcin Juszkiewicz authored
Only upgrade jobs need it set. And template uses it only on upgrades. Change-Id: I61d2174756746f0c68d9879122c7712416ae3f88
-
- Mar 16, 2022
-
-
Radosław Piliszek authored
Venus is a new service for log processing. This patch adds a CI scenario which tests Venus deployment. Depends-On: https://review.opendev.org/c/openstack/kolla/+/793795 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/793897 Co-Authored-By:
jinyuanliu <liujinyuan@inspur.com> Change-Id: I0c7ba9e1ae23623b690a213c91ab3a12524d73f8
-
- Mar 05, 2022
-
-
Mark Goddard authored
Installs Tenks [1] and uses it to create virtual machines to pose as bare metal compute nodes. The nodes are registered in Ironic, and used to provision instances. [1] https://docs.openstack.org/tenks/latest/ Depends-On: https://review.opendev.org/c/openstack/tenks/+/830182 Depends-On: https://review.opendev.org/c/openstack/tenks/+/830675 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/831055 Change-Id: Idfb8fbb50dc7442225967b2a2ec38ae7114f3c11 Co-Authored-By:
Radosław Piliszek <radoslaw.piliszek@gmail.com>
-
- Feb 21, 2022
-
-
Mark Goddard authored
This change adds an Ansible Galaxy requirements file including the openstack.kolla collection. A new 'kolla-ansible install-deps' command is provided to install the requirements. With the new collection in place, this change also switches to using the baremetal role from the openstack.kolla collection, and removes the baremetal role from this repository. Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/820168 Change-Id: I9708f57b4bb9d64eb4903c253684fe0d9147bd4a
-
- Jan 19, 2022
-
-
Radosław Piliszek authored
Changes to Neutron can also affect Ironic. Nova was already triggering these jobs. Change-Id: I58d5f3d8e3512ee69a4d08438f4fd91ca15158b8
-
- Nov 09, 2021
-
-
Mark Goddard authored
This defines which release we upgrade from in CI. Also remove some Wallaby upgrade compatibility code in CI playbooks Change-Id: I18912178392973337ca4115dec3816f1b3944ad5
-
- Jun 30, 2021
-
-
Scott Solkhon authored
This commit adds two new cli commands to allow an operator to read and write passwords into a configured Hashicorp Vault KV. Change-Id: Icf0eaf7544fcbdf7b83f697cc711446f47118a4d
-
- Jun 27, 2021
-
-
Radosław Piliszek authored
Zuul 4.6.0 does not allow to set ansible_python_interpreter. [1] Instead, with the current Zuul and Ansible, this should be automatically set to the proper python. This patch is required to restore the jobs which are ignored otherwise. [2] [3] Additionally, this change avoids the use of Ansible's pip module because it tries to use setuptools from the ansible_python_interpreter first even if another executable is set. [1] http://lists.openstack.org/pipermail/openstack-discuss/2021-June/023291.html [2] http://lists.openstack.org/pipermail/openstack-discuss/2021-June/023326.html [3] http://lists.openstack.org/pipermail/openstack-discuss/2021-June/023321.html Change-Id: I53e666d59d0cce26e38c6f66a39eb204bda502d3
-
- Jun 16, 2021
-
-
Michał Nasiadka authored
Part of agreed Xena release process cadence: R-17 Switch source images to current release Change-Id: I221998092715355dd8b972bf2575d65c3259a4da
-
- May 24, 2021
-
-
Michał Nasiadka authored
OVS upgrade jobs failed due to assigning an IP on the br-ex interface (which is recycled during OVS upgrade). This change introduces a bridge and veth pair for Neutron to use. Change-Id: Ib3bee6e810fb8d31552d4c72c2a1ccae382c51f0
-
- May 06, 2021
-
-
Mark Goddard authored
Change-Id: Ifb3e51891de33e5d698571b898f7a471cfe89718
-
- Apr 08, 2021
-
-
Gaëtan Trellu authored
Adds HAcluster Ansible role. This role contains High Availability clustering solution composed of Corosync, Pacemaker and Pacemaker Remote. HAcluster is added as a helper role for Masakari which requires it for its host monitoring, allowing to provide HA to instances on a failed compute host. Kolla hacluster images merged in [1]. [1] https://review.opendev.org/#/c/668765/ Change-Id: I91e5c1840ace8f567daf462c4eb3ec1f0c503823 Implements: blueprint ansible-pacemaker-support Co-Authored-By:
Radosław Piliszek <radoslaw.piliszek@gmail.com> Co-Authored-By:
Mark Goddard <mark@stackhpc.com>
-
- Mar 24, 2021
-
-
Michal Nasiadka authored
For using 3rd party Octavia providers (such as OVN provider) an octavia-driver-agent container must be running to expose those providers to use. OVN CI job has been extended with deploying Octavia and testing OVN Load Balancer. Closes-Bug: #1903506 Depends-On: https://review.opendev.org/c/openstack/kolla/+/771191 Change-Id: Ibafa8b7307981f2a51e630cc113d18af6162171c
-
- Mar 04, 2021
-
-
wuchunyang authored
Co-Authored-By:
Mark Goddard <mark@stackhpc.com> Change-Id: I20c1d9bddee5a046b521b9378bade2ab50612be0
-
- Mar 03, 2021
-
-
Mark Goddard authored
Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/755589 Co-Authored-By:
wu.chunyang <wuchunyang@yovole.com> Change-Id: I489c1ca23d8abc350d3204ecc167d5d93bbbd1d9
-
- Mar 02, 2021
-
-
Michał Nasiadka authored
Change-Id: I81a4f8f8b8faa7559740531bb16d8aec7fc23f9b
-
- Feb 11, 2021
-
-
Mark Goddard authored
Change-Id: I924e6303677b78a10b2aa07cdeff9fe352fa0f7a
-
- Jan 19, 2021
-
-
Doug Szumski authored
Adds the following new Zuul job for testing deployment of Monasca and associated services: * kolla-ansible-centos8-source-monasca All core OpenStack services except for Keystone are disabled to ensure enough memory is available. A follow up patch will replace the basic tests here with Tempest. Co-Authored-By:
Doug Szumski <doug@stackhpc.com> Change-Id: I5d33fd3d7b69798ba0aa23509f7b809065f61c19
-
- Dec 18, 2020
-
-
Radosław Piliszek authored
Per our PTG resolution [1] and general OpenStack resolution [2], lower-constraints are not worth the extra work and confusion they introduce. This patch drops them along with all mentions. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-October/018445.html [2] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019521.html Change-Id: I4c65a428facdf6d4ce28d97a868589aeae4c856e
-
- Nov 19, 2020
-
-
wu.chunyang authored
Add trove smoke test. Change-Id: I571d9663bcadb1ddc5a7ad86a2c478706e0705a9
-