diff --git a/noble-charm/charmcraft.yaml b/noble-charm/charmcraft.yaml new file mode 100644 index 0000000..c4ed701 --- /dev/null +++ b/noble-charm/charmcraft.yaml @@ -0,0 +1,25 @@ +type: charm +name: juju-controller +assumes: +- juju >= 3.0 +description: | + The Juju controller charm is used to expose various pieces + of functionality of a Juju controller. +summary: | + The Juju controller. +links: + documentation: https://discourse.charmhub.io/t/10534 +provides: + dashboard: + interface: juju-dashboard + website: + interface: http +base: ubuntu@24.04 +platforms: + amd64: + arm64: + s390x: +parts: + charm: + plugin: charm + charm-python-packages: [setuptools,markdown] diff --git a/noble-charm/src b/noble-charm/src new file mode 120000 index 0000000..5cd551c --- /dev/null +++ b/noble-charm/src @@ -0,0 +1 @@ +../src \ No newline at end of file