Skip to content

Commit 3074d56

Browse files
authored
Merge pull request #153 from ceph/wip-noble
util: Add Ubuntu Noble
2 parents b24d5f4 + f5e0706 commit 3074d56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shaman/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def parse_distro_release(identifier, distro_name):
8383
"""
8484
version_map = {
8585
'ubuntu': {
86+
'noble': '24.04',
8687
'jammy': '22.04',
8788
'focal': '20.04',
8889
'bionic': '18.04',
@@ -101,6 +102,7 @@ def parse_distro_release(identifier, distro_name):
101102

102103
codename_map = {
103104
'ubuntu': {
105+
'24.04': 'noble',
104106
'22.04': 'jammy',
105107
'20.04': 'focal',
106108
'18.04': 'bionic',

0 commit comments

Comments
 (0)