You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
actions | 6 years ago | |
files | 3 years ago | |
lib | 3 years ago | |
reactive | 3 years ago | |
templates/rocky | 3 years ago | |
tests | 3 years ago | |
HACKING.md | 6 years ago | |
README.md | 6 years ago | |
actions.yaml | 6 years ago | |
config.yaml | 4 years ago | |
layer.yaml | 3 years ago | |
metadata.yaml | 3 years ago | |
test-requirements.txt | 3 years ago | |
tox.ini | 3 years ago | |
wheelhouse.txt | 3 years ago |
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.