Skip to content

Commit

Permalink
Add lunar and antelope identifiers for OpenStack (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycb authored Feb 6, 2023
1 parent 460e9e6 commit 7d443d8
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -159,6 +159,7 @@
('2021.2', 'xena'),
('2022.1', 'yoga'),
('2022.2', 'zed'),
('2023.1', 'antelope'),
])

# The ugly duckling - must list releases oldest to newest
Expand Down
1 change: 1 addition & 0 deletions charmhelpers/core/host_factory/ubuntu.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'impish',
'jammy',
'kinetic',
'lunar',
)


Expand Down
10 changes: 10 additions & 0 deletions charmhelpers/fetch/ubuntu.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,14 @@
'zed/proposed': 'jammy-proposed/zed',
'jammy-zed/proposed': 'jammy-proposed/zed',
'jammy-proposed/zed': 'jammy-proposed/zed',
# antelope
'antelope': 'jammy-updates/antelope',
'jammy-antelope': 'jammy-updates/antelope',
'jammy-antelope/updates': 'jammy-updates/antelope',
'jammy-updates/antelope': 'jammy-updates/antelope',
'antelope/proposed': 'jammy-proposed/antelope',
'jammy-antelope/proposed': 'jammy-proposed/antelope',
'jammy-proposed/antelope': 'jammy-proposed/antelope',

# OVN
'focal-ovn-22.03': 'focal-updates/ovn-22.03',
Expand Down Expand Up @@ -261,6 +269,7 @@
'xena',
'yoga',
'zed',
'antelope',
)


Expand Down Expand Up @@ -288,6 +297,7 @@
('impish', 'xena'),
('jammy', 'yoga'),
('kinetic', 'zed'),
('lunar', 'antelope'),
])


Expand Down

0 comments on commit 7d443d8

Please sign in to comment.