8e8aa573a8
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: I82ad71d3182d01984318884274e7bdab52cabe94
60 lines
1.9 KiB
YAML
60 lines
1.9 KiB
YAML
---
|
|
launchpad: watcher
|
|
release-model: cycle-with-intermediary
|
|
team: watcher
|
|
type: service
|
|
repository-settings:
|
|
openstack/watcher: {}
|
|
branches:
|
|
- name: stable/rocky
|
|
location: 1.12.0
|
|
releases:
|
|
- version: 1.9.0
|
|
projects:
|
|
- repo: openstack/watcher
|
|
hash: 391bb92bd2c7bee2aae68d50fbbf0275c7093e34
|
|
tarball-base: python-watcher
|
|
- version: 1.10.0
|
|
projects:
|
|
- repo: openstack/watcher
|
|
hash: 3591d9fa0a32f75f5043c6ed0971f5c03cb1f613
|
|
tarball-base: python-watcher
|
|
- version: 1.11.0
|
|
projects:
|
|
- repo: openstack/watcher
|
|
hash: 595cd1d435319fa5b0a03e10ebab704c05a9f7ca
|
|
tarball-base: python-watcher
|
|
- version: 1.12.0
|
|
projects:
|
|
- repo: openstack/watcher
|
|
hash: b471b4ca36f46fa89cdca7be297c3f28dbd21c2b
|
|
tarball-base: python-watcher
|
|
- version: 1.12.1
|
|
projects:
|
|
- repo: openstack/watcher
|
|
hash: a8974556ecc29f09e07f411fb745e61e68d8db92
|
|
tarball-base: python-watcher
|
|
- version: rocky-em
|
|
projects:
|
|
- repo: openstack/watcher
|
|
hash: a8974556ecc29f09e07f411fb745e61e68d8db92
|
|
- version: rocky-eol
|
|
projects:
|
|
- repo: openstack/watcher
|
|
hash: 7c90c9c752db0a0fcb0fcca84d4b2f809012874a
|
|
cycle-highlights:
|
|
- |
|
|
Watcher services can be launched in HA mode. From now on Watcher Decision
|
|
Engine and Watcher Applier services may be deployed on different nodes to
|
|
run in active-active or active-passive mode.
|
|
- |
|
|
Added a host maintenance strategy to prepare compute node for maintenance
|
|
by cleaning up instances via migration.
|
|
- |
|
|
Excluding of instances from audit scope based on project_id is added.
|
|
- |
|
|
Added the ability to ignore specified instances during strategy's (an
|
|
implementation in Watcher) work but still consider the workload they
|
|
produce.
|
|
release-notes: https://docs.openstack.org/releasenotes/watcher/rocky.html
|