-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcharmcraft.yaml
More file actions
58 lines (51 loc) · 1.07 KB
/
charmcraft.yaml
File metadata and controls
58 lines (51 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: juju-controller
description: |
The Juju controller charm is used to expose various pieces
of functionality of a Juju controller.
summary: |
The Juju controller.
type: charm
assumes:
- juju >= 4.1
provides:
dashboard:
interface: juju-dashboard
website:
interface: http
metrics-endpoint:
interface: prometheus_scrape
requires:
charm-tracing:
interface: tracing
limit: 1
optional: true
charm-tracing-ca-cert:
interface: certificate_transfer
limit: 1
optional: true
peers:
dbcluster:
interface: dbcluster
parts:
charm:
plugin: uv
source: .
build-packages: [git]
build-snaps: [astral-uv]
platforms:
ubuntu@22.04:amd64:
ubuntu@22.04:arm64:
ubuntu@22.04:s390x:
ubuntu@22.04:ppc64el:
ubuntu@24.04:amd64:
ubuntu@24.04:arm64:
ubuntu@24.04:s390x:
ubuntu@24.04:ppc64el:
ubuntu@24.04:riscv64:
charm-libs:
- lib: prometheus_k8s.prometheus_scrape
version: "0"
- lib: tempo_coordinator_k8s.tracing
version: "0"
- lib: certificate_transfer_interface.certificate_transfer
version: "1"