![]() * sync charm-helpers to classic charms * change openstack-origin/source default to bobcat * add mantic to metadata series * align testing with bobcat * add new bobcat bundles * add bobcat bundles to tests.yaml * add bobcat tests to osci.yaml * update build-on and run-on bases * drop kinetic * update charmcraft_channel to 2.x/edge Change-Id: I371f1e473e9588d2e7e66a4372bfedf8ab427770 |
||
---|---|---|
.. | ||
actions | ||
files | ||
lib | ||
reactive | ||
templates/rocky | ||
tests | ||
HACKING.md | ||
README.md | ||
actions.yaml | ||
config.yaml | ||
layer.yaml | ||
metadata.yaml | ||
test-requirements.txt | ||
tox.ini | ||
wheelhouse.txt |
README.md
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.