2c99cba7e0
* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml Change-Id: I054650d578c30b5c865cbd7a567eb5d7c8032d01 |
||
---|---|---|
.. | ||
actions | ||
files | ||
lib | ||
reactive | ||
templates/rocky | ||
tests | ||
actions.yaml | ||
config.yaml | ||
HACKING.md | ||
layer.yaml | ||
metadata.yaml | ||
README.md | ||
test-requirements.txt | ||
tox.ini | ||
wheelhouse.txt |
Overview
This charm provides the Barbican secret service for an OpenStack Cloud.
Usage
Barbican relies on services from the mysql/percona, rabbitmq-server and keystone charms:
juju deploy barbican
juju deploy keystone
juju deploy mysql
juju deploy rabbitmq-server
juju add-relation barbican rabbitmq-server
juju add-relation barbican mysql
juju add-relation barbican keystone
Optionally, but advisedly, Barbican should be deployed with an HSM subordinate charm.
Bugs
Please report bugs on Launchpad.
For general questions please refer to the OpenStack Charm Guide.