Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of how to handle multiple charmcraft.yamls #79

Draft
wants to merge 1 commit into
base: 3.1
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions noble-charm/charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
platforms:
amd64:
arm64:
s390x:
parts:
charm:
plugin: charm
charm-python-packages: [setuptools,markdown]
1 change: 1 addition & 0 deletions noble-charm/src