charm-ovn-relay-k8s/charmcraft.yaml
Liam Young 294e26135c Add relation handler for ovsdb-cms-relay
ovsdb-cms-relay was missing a relation handler so was not
responding to clients.

Change-Id: I7d0319ba1f17acdc3ea0216ce4e381e145dc0f3d
2023-04-03 07:42:09 +00:00

28 lines
544 B
YAML

# Learn more about charmcraft.yaml configuration at:
# https://juju.is/docs/sdk/charmcraft-config
type: "charm"
bases:
- build-on:
- name: "ubuntu"
channel: "22.04"
run-on:
- name: "ubuntu"
channel: "22.04"
parts:
update-certificates:
plugin: nil
override-build: |
apt update
apt install -y ca-certificates
update-ca-certificates
charm:
after: [update-certificates]
build-packages:
- git
- libffi-dev
- libssl-dev
- pkg-config
- rustc
- cargo