- Jul 03, 2024
-
-
Michal Nasiadka authored
ansible-core 2.16 and later requires python 3.10+ (see [1]) [1]: https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix Change-Id: Id5e10872de413e7b476c5343360d73c109b9667a
-
- Jul 02, 2024
-
-
Michal Nasiadka authored
Remove Bullseye from support matrix Change-Id: If29ab064af9968784995115da6dd2cdf6e723c0b
-
- Jun 19, 2024
-
-
Michal Arbet authored
Change-Id: I85479a64821686f81a3592aa5620e1628dcb5c73
-
- Jun 13, 2024
-
-
Michal Nasiadka authored
Change-Id: I4b09b066d2a65f7f83dde75fec363874c13225c6
-
- May 07, 2024
-
-
Michal Nasiadka authored
Ansible passes port as a string - therefore matching does not work and we get https://nova_url:443/v2.1 Closes-Bug: #2063434 Change-Id: I76cce7f491c77b6b788d29c8644e87055f5cfff0
-
- Apr 10, 2024
-
-
Michal Nasiadka authored
It's been failing since 2.13 Change-Id: I8e7ed01707ef6956ca6fff4c2f4ca0cd68ee252b
-
- Apr 03, 2024
-
-
Mark Goddard authored
This reverts commit f3c3ea61. Reason for revert: Masakari support will be reinstated. Change-Id: I8f1b8fe0bd3b7c37957a79ef6717afb54926bd00
-
- Mar 15, 2024
-
-
Uwe Jäger authored
Change-Id: I5b4a30e605bb143cf342f83f0c811c25046269ef
-
- Mar 14, 2024
-
-
Michal Nasiadka authored
Change-Id: Iab40eb92c7e4a9092471bef9d4477a4fa34f1c85
-
- Feb 27, 2024
-
-
Michal Nasiadka authored
This is a CI level check that we are able to recover from one node OVN NB/SB DB failure Change-Id: I3185811fed50b2ab18f9493c6dc9f4afc970ab34
-
- Feb 15, 2024
-
-
Michal Nasiadka authored
Change-Id: I5bc50e390d0b8100a1b6bf5bd5c8b6ecdeb7cd6c
-
- Feb 08, 2024
-
-
Michal Nasiadka authored
Change-Id: I246b14c9b547c6a0ff0be68ad57e723839cc3275
-
- Jan 22, 2024
-
-
hongbin authored
This reverts commit 94a74f58. Reason for revert: Zun/Kuryr-libnetwork has switched to "local" scope which doesn't require docker 20 anymore. It should work for latest docker version. Related patches: https://review.opendev.org/c/openstack/zun/+/903884 Change-Id: Ieb545ae5a5917322f599728587c3f04ea8356126
- Jan 17, 2024
-
-
Pierre Riteau authored
Change-Id: I8e5e42db48c6235deb93dcb185e044fce983ba5a
-
- Jan 04, 2024
-
-
Michal Nasiadka authored
Change-Id: I30e9e8c6f59bf2b2f912d70178484ddcd657436e
-
- Jan 03, 2024
-
-
Michal Nasiadka authored
Change-Id: Id25b4407a8170f69e4cd7278e0aff64c609ace7d
-
- Dec 20, 2023
-
-
Michal Nasiadka authored
Change-Id: Ia6db7d6a41ddbda8fcbf563dc55a0c65ef8db9be
-
- Dec 19, 2023
-
-
Michal Nasiadka authored
Those have been failing for long time and Masakari is deprecated in Kolla (not mentioning the state of the project itself). Change-Id: I06d32f8f4921b2025fd176be1198dc0cbcfa5f3b
-
- Dec 15, 2023
-
-
Sven Kieske authored
Signed-off-by:
Sven Kieske <kieske@osism.tech> Change-Id: Ifd3972435a17aeffed72fb51fca9bdd082d650b7
-
Michal Nasiadka authored
Change-Id: I168f3bb81731e56ae338c4438ab4d024fa69d827
-
- Nov 17, 2023
-
-
Michal Nasiadka authored
These jobs are timing out sometimes [1]. [1]: https://zuul.openstack.org/builds?job_name=kolla-ansible-rocky9-cephadm&job_name=kolla-ansible-rocky9-cephadm-upgrade&job_name=kolla-ansible-ubuntu-cephadm&job_name=kolla-ansible-ubuntu-cephadm-upgrade&job_name=kolla-ansible-debian-cephadm&job_name=kolla-ansible-debian-cephadm-upgrade&result=TIMED_OUT&skip=0 Change-Id: I047426e4df4856ea2a6ea5a014a7bcb1c9c98554
-
- Nov 13, 2023
-
-
Michal Nasiadka authored
community.crypto collection was omitted in ansible-core implementation patch adding in trigger for requirements-core.yml to all optional jobs Change-Id: Ib6bdea51280e171d42d6d37b0ab96c31697fddbe
-
- Nov 08, 2023
-
-
Boxiang Zhu authored
Skyline is a new service for dashboard. This patch adds a CI scenario which tests Skyline deployment. Depends-On: https://review.opendev.org/c/openstack/kolla/+/826948 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/828464 Implements: blueprint skyline Change-Id: I48488a24d6c8a03cd129929347b1bdac25f198b0
-
- 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
-
- Oct 20, 2023
-
-
Ivan Halomi authored
This change adds basic deployment based on Podman container manager as an alternative to Docker. Signed-off-by:
Ivan Halomi <i.halomi@partner.samsung.com> Signed-off-by:
Martin Hiner <m.hiner@partner.samsung.com> Signed-off-by:
Petr Tuma <p.tuma@partner.samsung.com> Change-Id: I2b52964906ba8b19b8b1098717b9423ab954fa3d Depends-On: Ie4b4c1cf8fe6e7ce41eaa703b423dedcb41e3afc
-
- Sep 26, 2023
-
-
Jan Gutter authored
* Zun currently has a dependency on a combination of Docker and etcd that is no longer installable (or supported) in newer distros. * These components are core dependencies of other systems and vendoring them will be very painful. * Work to update Zun past this is scheduled for the 'C' cycle. * If Zun regains compatibility, backports to this series will be considered. Change-Id: I6a2a4ffdcaf1c4fab1097e94d5f255ffb9a2947d
-
- Sep 14, 2023
-
-
Michal Nasiadka authored
Initially Ubuntu/Debian used /var/run/openvswitch as default OVN run dir, it seems it has changed long time ago - but we haven't picked that up on latest OVN DB refactor. Adding in OVN and OVN upgrade Debian jobs to enhance coverage. Closes-Bug: #2035584 Change-Id: I78967c4499269578ac921ad9a553946b65e1293f
-
- 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 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
-
- Aug 24, 2023
-
-
Michal Nasiadka authored
Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/892323 Change-Id: I11db700511233aa60229ee65d0cc96e46aafdf90
-
- Jun 20, 2023
-
-
Bartosz Bezak authored
Change-Id: Idbbd02b966922d5857ed54bac57668f0cf22113c
-
- May 15, 2023
-
-
Pierre Riteau authored
This job is not required since Zed dropped binary images. The job definition was already deleted. Change-Id: Ie3b8653ec309146f8e354a7afe4ae66dfbe6f8cd
-
- 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
-