jammy is not supported
Bug #1978481 reported by
Junien Fridrick
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
landscape-client-charm |
Fix Released
|
Undecided
|
Kevin Nasto |
Bug Description
Hi,
jammy is not supported by this charm. Forcing the installation on jammy works though.
Thanks
Related branches
lp://staging/~silverdrake11/landscape-client-charm/jammy_series
- Mitch Burton: Approve
-
Diff: 2275 lines (+860/-292)21 files modifiedhooks/charmhelpers/__init__.py (+7/-20)
hooks/charmhelpers/core/decorators.py (+38/-0)
hooks/charmhelpers/core/hookenv.py (+117/-72)
hooks/charmhelpers/core/host.py (+271/-69)
hooks/charmhelpers/core/host_factory/ubuntu.py (+13/-6)
hooks/charmhelpers/core/services/base.py (+4/-3)
hooks/charmhelpers/core/services/helpers.py (+2/-2)
hooks/charmhelpers/core/strutils.py (+11/-9)
hooks/charmhelpers/core/sysctl.py (+12/-2)
hooks/charmhelpers/core/templating.py (+3/-8)
hooks/charmhelpers/core/unitdata.py (+3/-3)
hooks/charmhelpers/fetch/__init__.py (+8/-9)
hooks/charmhelpers/fetch/archiveurl.py (+34/-26)
hooks/charmhelpers/fetch/centos.py (+3/-4)
hooks/charmhelpers/fetch/python/debug.py (+0/-2)
hooks/charmhelpers/fetch/python/packages.py (+6/-12)
hooks/charmhelpers/fetch/snap.py (+3/-3)
hooks/charmhelpers/fetch/ubuntu.py (+248/-37)
hooks/charmhelpers/fetch/ubuntu_apt_pkg.py (+73/-5)
hooks/charmhelpers/osplatform.py (+3/-0)
metadata.yaml (+1/-0)
lp://staging/~silverdrake11/landscape-client-charm/add_charmcraft_yaml
- Mitch Burton: Approve
-
Diff: 30 lines (+25/-0)1 file modifiedcharmcraft.yaml (+25/-0)
Changed in landscape-client-charm: | |
status: | New → Confirmed |
Changed in landscape-client-charm: | |
assignee: | nobody → Kevin Nasto (silverdrake11) |
Changed in landscape-client-charm: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.