Files
charm-vault/src/layer.yaml
Alex Kavanagh 38e00f460d Revert "Implement cert cache for vault units (v3)"
This reverts commit 04a237660b.

Reason for revert:

The bug in [1] caused all the yoga tests to fail in integration testing.  Testing with a version of the charm without this commit allowed tests to complete.  Thus reverting this until a more complete solution can be found to the original bug(s) [2..4]

[1] https://bugs.launchpad.net/charm-keystone/+bug/2015103
[2] LP #1940549
[3] LP #1983269
[4] LP #1845961

Change-Id: I8a794fbb30e921e5322e9023b891d5e17e0e6e8b
2023-04-14 18:03:42 +00:00

20 lines
406 B
YAML

includes:
- layer:basic
- layer:snap
- layer:leadership
- interface:nrpe-external-master
- interface:pgsql
- interface:mysql-shared
- interface:etcd
- interface:hacluster
- interface:vault-kv
- interface:tls-certificates
options:
basic:
use_venv: True
include_system_packages: False
packages:
- libffi-dev
- libpq-dev
repo: https://opendev.org/openstack/charm-vault.git