294e26135c
ovsdb-cms-relay was missing a relation handler so was not responding to clients. Change-Id: I7d0319ba1f17acdc3ea0216ce4e381e145dc0f3d
28 lines
544 B
YAML
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
|