From a50c956732d0f82cceaff257e81bc875a99bfe09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 6 Sep 2023 14:35:32 +0200 Subject: [PATCH] [OpenStackAnsible] Transition Stein to End of Life As announced on mailing list [1], this patch transitions the Stein branch to End of Life. The last patch of the branch will be tagged with stein-eol tag. stable/stein branch cannot be used anymore and will be deleted if this patch merges. This is needed as stable/stein is not actively maintained in recent period, thus gates are mostly broken due to job failures. Besides, by removing these branches, infra resources will be freed up, too. Please try to identify any zuul job, that is defined outside of the repositories in this patch (for example in openstack-zuul-jobs, etc.) and won't be used anymore if stable/stein is deleted. Propose a job removal patch for them. Please +1 if the team is ready for us to proceed with this transition, or -1 if there are still some activity on the branch and the team wants to continue to maintain it. [1] https://lists.openstack.org/pipermail/openstack-discuss/2023-September/034965.html Change-Id: Ib7f583f526db7a33193f77efc39fc61bd7382196 --- deliverables/stein/openstack-ansible.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deliverables/stein/openstack-ansible.yaml b/deliverables/stein/openstack-ansible.yaml index 073f272638..337ad0f237 100644 --- a/deliverables/stein/openstack-ansible.yaml +++ b/deliverables/stein/openstack-ansible.yaml @@ -112,6 +112,10 @@ releases: projects: - repo: openstack/openstack-ansible hash: f75f5dcd7fefc72b4485bcc634e9f4b14c39e978 + - version: stein-eol + projects: + - repo: openstack/openstack-ansible + hash: 525d0e8bcb2e94a581293205f9998c84c5b29d35 cycle-highlights: - Tooling optimizations have been done that will result in faster and more reliable deployments. @@ -122,4 +126,5 @@ cycle-highlights: branches: - location: 19.0.0.0rc1 name: stable/stein -release-notes: https://docs.openstack.org/releasenotes/openstack-ansible/stein.html +release-notes: + https://docs.openstack.org/releasenotes/openstack-ansible/stein.html