[vitrage] Transition Rocky to End of Life

As discussed in the mail thread [1][2], this patch transition the Rocky
branch to End of Life. The last patch of the branch will be tagged with
rocky-eol tag. stable/rocky branch cannot be used anymore and will be
deleted if this patch merges.

This is needed as stable/rocky 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/rocky 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-January/031922.html
[2] https://lists.openstack.org/pipermail/openstack-discuss/2023-April/033386.html

Change-Id: I1893ae7e5488fbbe0bf69a3bfbb8fcf736687869
This commit is contained in:
Előd Illés 2023-04-26 20:11:16 +02:00
parent ea5ed0daa4
commit 7efca25b0d
3 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,10 @@ releases:
projects: projects:
- repo: openstack/python-vitrageclient - repo: openstack/python-vitrageclient
hash: 76e7198fe9d9b7564fead345587aab9adfc043b6 hash: 76e7198fe9d9b7564fead345587aab9adfc043b6
- version: rocky-eol
projects:
- repo: openstack/python-vitrageclient
hash: e2a3f092d8582a603f77936cd20eb661f14270d8
cycle-highlights: cycle-highlights:
- New API for alarm history - New API for alarm history
release-notes: https://docs.openstack.org/releasenotes/python-vitrageclient/rocky.html release-notes: https://docs.openstack.org/releasenotes/python-vitrageclient/rocky.html

View File

@ -29,6 +29,10 @@ releases:
projects: projects:
- repo: openstack/vitrage-dashboard - repo: openstack/vitrage-dashboard
hash: f265f1549bd00131c436d913571b515467b01f2d hash: f265f1549bd00131c436d913571b515467b01f2d
- version: rocky-eol
projects:
- repo: openstack/vitrage-dashboard
hash: 616cf7610f0e6a1e734491d8d345001f0402f8fd
cycle-highlights: cycle-highlights:
- New UI for alarm history - New UI for alarm history
release-notes: https://docs.openstack.org/releasenotes/vitrage-dashboard/rocky.html release-notes: https://docs.openstack.org/releasenotes/vitrage-dashboard/rocky.html

View File

@ -29,6 +29,10 @@ releases:
projects: projects:
- repo: openstack/vitrage - repo: openstack/vitrage
hash: 37a393c85bd689fbc689213d9c1b9d1462798104 hash: 37a393c85bd689fbc689213d9c1b9d1462798104
- version: rocky-eol
projects:
- repo: openstack/vitrage
hash: a6939dde9e861d14784a4c239e9c910fe2ce5e91
cycle-highlights: cycle-highlights:
- Fast-failover of vitrage-graph for better High-Availability support - Fast-failover of vitrage-graph for better High-Availability support
- New Kubernetes datasource, for Kubernetes cluster as a workload - New Kubernetes datasource, for Kubernetes cluster as a workload