-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharmcraft.yaml
44 lines (39 loc) · 1.01 KB
/
charmcraft.yaml
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
# This file configures Charmcraft.
# See https://juju.is/docs/sdk/charmcraft-config for guidance.
type: charm
name: glauth-utils
title: GLAuth Utils
summary: |
GLAuth Utility Charmed Operator for Kubernetes
description: |
A Juju charm to run utilities for the GLAuth Kubernetes Charmed Operator.
links:
documentation: https://discourse.charmhub.io/t/13948
source: https://github.com/canonical/glauth-utils
issues: https://github.com/canonical/glauth-utils/issues
requires:
glauth-auxiliary:
interface: glauth_auxiliary
limit: 1
actions:
apply-ldif:
description: Apply the data changes described in the LDIF file.
params:
path:
description: The path to the LDIF file in the remote container filesystem
type: string
required: ["path"]
base: ubuntu@22.04
platforms:
amd64:
parts:
charm:
build-packages:
- python3-dev
- libldap2-dev
- libsasl2-dev
- libssl-dev
- rustc
- cargo
charm-binary-python-packages:
- psycopg[binary]