Skip to content

Commit

Permalink
[openstack/ceph] Update bobcat and Reef EOL dates based on the latest…
Browse files Browse the repository at this point in the history
… change (#997)

Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>
  • Loading branch information
pponnuvel authored Jan 8, 2025
1 parent 1e51266 commit 4a87fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hotsos/core/plugins/openstack/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# versions page: https://ubuntu.com/openstack/docs/supported-versions
OST_EOL_INFO = {
'caracal': datetime(2029, 4, 30),
'bobcat': datetime(2024, 7, 30),
'bobcat': datetime(2025, 4, 30),
'antelope': datetime(2026, 4, 30),
'zed': datetime(2024, 4, 30),
'yoga': datetime(2027, 4, 30),
Expand Down
2 changes: 1 addition & 1 deletion hotsos/core/plugins/storage/ceph/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# https://ubuntu.com/ceph/docs/supported-ceph-versions
CEPH_EOL_INFO = {
'squid': datetime(2036, 4, 30),
'reef': datetime(2024, 7, 30),
'reef': datetime(2025, 4, 30),
'quincy': datetime(2032, 4, 30),
'pacific': datetime(2024, 4, 30),
'octopus': datetime(2030, 4, 30),
Expand Down

0 comments on commit 4a87fdd

Please sign in to comment.