Skip to content

Commit

Permalink
Add mantic and bobcat identifiers for OpenStack (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycb authored Jul 20, 2023
1 parent 6ce46a3 commit e2ff680
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 @@ -160,6 +160,7 @@
('2022.1', 'yoga'),
('2022.2', 'zed'),
('2023.1', 'antelope'),
('2023.2', 'bobcat'),
])

# 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 @@ -32,6 +32,7 @@
'jammy',
'kinetic',
'lunar',
'mantic',
)


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

# OVN
'focal-ovn-22.03': 'focal-updates/ovn-22.03',
Expand Down Expand Up @@ -270,6 +278,7 @@
'yoga',
'zed',
'antelope',
'bobcat',
)


Expand Down Expand Up @@ -298,6 +307,7 @@
('jammy', 'yoga'),
('kinetic', 'zed'),
('lunar', 'antelope'),
('mantic', 'bobcat'),
])


Expand Down

0 comments on commit e2ff680

Please sign in to comment.