17 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov
e1e1b861b8 Bump SHAs and pinned versions
Change-Id: Ie90bc2474612bc82e85e12b2f80f6b0226033baf
2024-10-01 14:15:53 +00:00
Dmitriy Rabotyagov
a1eca36d9a Update SHAs for master
This includes fixed versions to cover CVE-2024-32498

Change-Id: Ic5cfc1b41b525acae80a77a0dd6ceb8ec8235c57
2024-07-05 09:14:01 +02:00
Dmitriy Rabotyagov
73cdcc65bf Switch services SHAs to track master
Change-Id: I9e9196ceead1896047fbeac63e1eff1860788bbc
2024-06-06 11:15:49 +00:00
Dmitriy Rabotyagov
4e6c09fbe2 Start 2024.2 (Dalmatian) development
This patch on purpose does not include SHA bump for services which is
intended to be proposed as a follow-up.
That will allow to merge most of changes reuqired for futher development
without breaking right away.

Change-Id: I669437f20d982a03689aba0f0840d075162d93cf
2024-06-06 07:15:09 +00:00
Dmitriy Rabotyagov
8d46abfff5 Switch service repos to track 2024.1
With services being branched we're switching to also run our CI against
stable/2024.1 branch rather then master branch.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/914752
Change-Id: Id49ee16b93a0658e22bf8cf586bbef5cbd511f35
2024-04-24 10:43:52 +00:00
Dmitriy Rabotyagov
e72984ca95 Update upstream SHAs
Closes-Bug: #2054224
Change-Id: Idab46a7c557366dabd6979ee08c1332a2d2d7515
2024-03-05 09:18:38 +00:00
Dmitriy Rabotyagov
e9febf5689 Bump upstream SHAs on master
Change-Id: I5033a41c2995ea12e5588b4c446d38efda735bb7
2024-01-19 18:00:35 +01:00
Dmitriy Rabotyagov
6d4ca83f2c Switch back to track master
Once we've branched it's time to switch back to tracking master and continue 2024.1 development

Change-Id: I15a2e706ec97c617475b2a2f13022147adf94ee1
2023-12-14 09:47:31 +00:00
Dmitriy Rabotyagov
1403962a83 Bump roles and upstream version for 28.0.0.rc1
Change-Id: Icd2a692cd0077d1fb1b9cf9ae0572dc7878c70b4
2023-12-08 15:52:21 +00:00
Dmitriy Rabotyagov
ceea75feea Track stable/2023.2 SHAs for upstream projects
Since 2023.2 has been released, we're switching to track and test code
against 2023.2 stable branch and update SHAs to the HEAD of the branch.

Change-Id: I59951bce68fb898a3b0845b5c5f2443e5d57e3bb
2023-10-26 15:42:40 +00:00
Zuul
84c074b6ee Merge "Bump upstream SHAs" 2023-08-22 10:35:21 +00:00
Jonathan Rosser
c987557c0d Update haproxy healthcheck options
Modern haproxy allows the http check options to be specified
directly in the "http-check send" directive. This change
will reduce log noise created by the original code mixing
the user agent string into the HTTP version setting.

See https://www.haproxy.com/documentation/hapee/latest/onepage/#4-http-check%20send

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/887592
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/886517
Change-Id: I7fa08758fbbb0f08595a95811e8270ac3c065a97
2023-08-16 11:36:33 +02:00
Dmitriy Rabotyagov
391cf35b21 Bump upstream SHAs
Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/890100
Change-Id: If91b177abfb25a0d10595c2eca2d21013c871726
2023-08-15 16:55:12 +02:00
Dmitriy Rabotyagov
b97c4860eb Start 2023.2 (Bobcat) development
Depends-On: https://review.opendev.org/c/openstack/tempest/+/884584
Change-Id: I124942ace678765b01bcb642798bdca6d14f3141
2023-06-06 17:08:01 +00:00
Damian Dabrowski
b75a9d0dd0 Implement support for haproxy_accept_both_protocols
Enabling TLS on the internal VIP for existing deployments will cause
downtime until each client is configured to use HTTPS instead of HTTP.

To avoid downtime, it is recommended to enable
`openstack_service_accept_both_protocols` until all services are
configured correctly.
It allows haproxy frontends to accept both HTTP and HTTPS.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/864784
Change-Id: Ie6f5b73c54b0a6d1f661a9d4f33b8a301d8c4170
2023-05-26 00:33:18 +02:00
Dmitriy Rabotyagov
50e57bcc2c Bump upstream SHAs for Antelope
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/883842
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/883844
Change-Id: Icaf5b4622a3e6df9ce635ec059fbd168a2fa4471
2023-05-22 14:07:04 +00:00
Dmitriy Rabotyagov
9fca8555df Move repo_packages to group_vars
At the moment it's not possible to apply different versions of
services to the different groups due to playbook vars having
prescedence over group_vars. However, it can be quite important
to  such use cases, for example for phased rollouts of newer versions.

This will also reduce amount of unnecessary variables that are included
for each host, since only required git details will be loaded.

Closes-Bug: #2007296
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_rally/+/881954
Change-Id: Icaa3a958926d9f9aa6cb649bd9f3da9449dd7490
2023-05-18 08:49:51 +00:00