canonical / charm-openstack-service-checks

Collection of Nagios checks and other utilities that can be used to verify the operation of an OpenStack cluster
0 stars 2 forks source link

Charm cannot be built using charm-tools 3.x #144

Closed sudeephb closed 6 months ago

sudeephb commented 6 months ago

This bug is to tracked all charms which cloud not build with charm-tools 3.x.

Right now we can fixed this with using build-snaps: [charm/2.x/stable], but this will need to be fixed in the future.

Potential fixes are:

list of known bugs:


Imported from Launchpad using lp2gh.

sudeephb commented 6 months ago

(by hloeung) We've had success (so far only tried with the autocert and ubuntu-repository-cache charm) with switching to Launchpad for building charms and the wheelhouse.txt to support multiple python versions. There is a PR open to get the wheelhouse.txt change into layer-basic[1].

As for getting Launchpad to build charms, see the charmcraft.yaml and the charm receipe in Launchpad.

[1]https://github.com/juju-solutions/layer-basic/pull/211