- Nov 15, 2023
-
-
Martin Hiner authored
Changes name of ansible module kolla_docker to kolla_container. Change-Id: I13c676ed0378aa721a21a1300f6054658ad12bc7 Signed-off-by:
Martin Hiner <m.hiner@partner.samsung.com>
-
- Nov 14, 2023
-
-
Michal Nasiadka authored
docker_restart_policy: no causes systemd units to not get created and we use it in CI to disable restarts on services. Introducing oneshot policy to not create systemd unit for oneshot containers (those that are running bootstrap tasks, like db bootstrap and don't need a systemd unit), but still create systemd units for long lived containers but with Restart=No. Change-Id: I9e0d656f19143ec2fcad7d6d345b2c9387551604
-
- Nov 13, 2023
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Michal Nasiadka authored
Copy cat of I2cfd2667abb1ae8988b7a7fd9761b75c20a0eaa4 Co-Authored-By:
Pierre Riteau <pierre@stackhpc.com> Change-Id: If4feec0a86f9a50ed43920ecf4d0da8875c71f4e
-
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 09, 2023
-
-
Zuul authored
-
Michal Nasiadka authored
Octavia now requires redis - see [1]. [1]: Iec3c8a4b4e257557dc8ec995c41d0ad7e88e13e2 Change-Id: I5aa489209984974b2345b1f5f7608db022a1405e
-
Michal Arbet authored
Change-Id: I7df734cf15eba1af4da92f9c4ef12cc761442ca1
-
- Nov 08, 2023
-
-
Zuul authored
-
Zuul authored
-
Michal Nasiadka authored
Collections version taken from official Ansible 7 package [1] and limited to the same major version. [1]: https://github.com/ansible-community/ansible-build-data/blob/main/7/ansible-7.7.0.yaml Change-Id: I0f1ea9717397adc2d2c3215d74ec3759f351a57a
-
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
-
Zuul authored
-
Zuul authored
-
Michal Arbet authored
Depends-On: https://review.opendev.org/c/openstack/kolla/+/899773 Change-Id: I016c7a54ee2c43b6bbad0cb3eb3fe216f3d66238
-
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
-
Christian Berendt authored
Enable the jobboard feature for the Octavia amphora provider. This requires Redis as a dependency, a precheck is added to ensure proper configuration. https://docs.openstack.org/octavia/latest/install/install-amphorav2.html Change-Id: Iec3c8a4b4e257557dc8ec995c41d0ad7e88e13e2
-
- Nov 06, 2023
-
-
Michal Nasiadka authored
Change-Id: I4aa6dc90c6e6da6cd5fa94ad9ea02396e9c60a8b
-
- Nov 03, 2023
-
-
Michal Arbet authored
When the kolla-ansible project has a cross dependency on the kolla project, CI have to build an image from that change locally. However, Podman refuses to push to localhost, so it is necessary to set the local repo as insecure for the test. Change-Id: I786b22ff0cd581f90ba4bec08842651a6509a745
-
- Nov 02, 2023
-
-
Zuul authored
-
- Oct 31, 2023
-
-
Zuul authored
-
- Oct 30, 2023
-
-
Zuul authored
-
Michal Nasiadka authored
Depends-On: https://review.opendev.org/c/openstack/kolla/+/899465 Change-Id: I876536263865077b7ecb2288ad95061292babcce
-
Michal Nasiadka authored
In order to drop docker pip package from requirements.txt in Kolla we need to start installing that here. Change-Id: Ifd3b86afb65760c3b3ce7f26feebdaf0789fb525
-
- Oct 24, 2023
-
-
Zuul authored
-
- Oct 23, 2023
-
-
Zuul authored
-
- 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
-
- Oct 19, 2023
-
-
Michal Nasiadka authored
This reverts commit d3c4ff8b. Reason for revert: workaround is present Change-Id: I40f794ce5f401a7357099dff10f7f8e05e1c4826
-
Michal Nasiadka authored
Related to ansible-core bug [1]. [1]: https://github.com/ansible/ansible/issues/81945 Change-Id: Idede07a5f0fd1a3ee63e1c54a263e358e95b3a86
-
- Oct 13, 2023
-
-
Zuul authored
-
Laurie Fisher authored
Apache grok pattern updated to match the size of response in bytes, the time taken to serve the request and the user-agent that made the request. Change-Id: I8ce6e6e10bbf55ef8aa21f983f4a6c4b6dc24402
-
Zuul authored
-
- Oct 12, 2023
-
-
Grzegorz Koper authored
Adding missing group_vars for gnocchi service. Using proper variables in haproxy config for vitrage and venus services. Closes-Bug: #2038904 Change-Id: I06e8f29440c13864a866ea03ce0a0821fbe846f8
-
Michal Arbet authored
Change-Id: I7b1a5bef0cb1dc1dfad1c6c4ca486e6ead847f12
-
- Oct 11, 2023
-
-
Zuul authored
-