Skip to content

Commit

Permalink
Add metadata for new OpenStack releases
Browse files Browse the repository at this point in the history
Dalmatian and Epoxy for the win.
  • Loading branch information
javacruft committed Oct 18, 2024
1 parent 1b2d4dc commit e33a844
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charmhelpers/contrib/openstack/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@
('2023.1', 'antelope'),
('2023.2', 'bobcat'),
('2024.1', 'caracal'),
('2024.2', 'dalmatian'),
('2025.1', 'epoxy'),
])

# The ugly duckling - must list releases oldest to newest
Expand Down
21 changes: 20 additions & 1 deletion charmhelpers/fetch/ubuntu.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,22 @@
'caracal/proposed': 'jammy-proposed/caracal',
'jammy-caracal/proposed': 'jammy-proposed/caracal',
'jammy-proposed/caracal': 'jammy-proposed/caracal',

# dalmatian
'dalmatian': 'noble-updates/dalmatian',
'noble-dalmatian': 'noble-updates/dalmatian',
'noble-dalmatian/updates': 'noble-updates/dalmatian',
'noble-updates/dalmatian': 'noble-updates/dalmatian',
'dalmatian/proposed': 'noble-proposed/dalmatian',
'noble-dalmatian/proposed': 'noble-proposed/dalmatian',
'noble-proposed/dalmatian': 'noble-proposed/dalmatian',
# epoxy
'epoxy': 'noble-updates/epoxy',
'noble-epoxy': 'noble-updates/epoxy',
'noble-epoxy/updates': 'noble-updates/epoxy',
'noble-updates/epoxy': 'noble-updates/epoxy',
'epoxy/proposed': 'noble-proposed/epoxy',
'noble-epoxy/proposed': 'noble-proposed/epoxy',
'noble-proposed/epoxy': 'noble-proposed/epoxy',
# OVN
'focal-ovn-22.03': 'focal-updates/ovn-22.03',
'focal-ovn-22.03/proposed': 'focal-proposed/ovn-22.03',
Expand Down Expand Up @@ -288,6 +303,8 @@
'antelope',
'bobcat',
'caracal',
'dalmatian',
'epoxy',
)


Expand Down Expand Up @@ -318,6 +335,8 @@
('lunar', 'antelope'),
('mantic', 'bobcat'),
('noble', 'caracal'),
('oracular', 'dalmatian'),
('plucky', 'epoxy'),
])


Expand Down

0 comments on commit e33a844

Please sign in to comment.