Skip to content

Commit

Permalink
Merge pull request #876 from juju/caracal-updates
Browse files Browse the repository at this point in the history
Add caracal support
  • Loading branch information
javacruft authored Feb 6, 2024
2 parents 4646435 + 9ca2e30 commit 279e113
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions charmhelpers/contrib/openstack/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
('2022.2', 'zed'),
('2023.1', 'antelope'),
('2023.2', 'bobcat'),
('2024.1', 'caracal'),
])

# The ugly duckling - must list releases oldest to newest
Expand Down
10 changes: 10 additions & 0 deletions charmhelpers/fetch/ubuntu.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,14 @@
'bobcat/proposed': 'jammy-proposed/bobcat',
'jammy-bobcat/proposed': 'jammy-proposed/bobcat',
'jammy-proposed/bobcat': 'jammy-proposed/bobcat',
# caracal
'caracal': 'jammy-updates/caracal',
'jammy-caracal': 'jammy-updates/caracal',
'jammy-caracal/updates': 'jammy-updates/caracal',
'jammy-updates/caracal': 'jammy-updates/caracal',
'caracal/proposed': 'jammy-proposed/caracal',
'jammy-caracal/proposed': 'jammy-proposed/caracal',
'jammy-proposed/caracal': 'jammy-proposed/caracal',

# OVN
'focal-ovn-22.03': 'focal-updates/ovn-22.03',
Expand Down Expand Up @@ -279,6 +287,7 @@
'zed',
'antelope',
'bobcat',
'caracal',
)


Expand Down Expand Up @@ -308,6 +317,7 @@
('kinetic', 'zed'),
('lunar', 'antelope'),
('mantic', 'bobcat'),
('noble', 'caracal'),
])


Expand Down

0 comments on commit 279e113

Please sign in to comment.