charm-barbican/src
Frode Nordahl fea4e7e77a
Add support for pluggable secrets backend
Secrets configuration will be provided from a subordinate charm
utilizing the barbican-secrets interface.

Switch to .stestr.conf

Depends-On: I9d52243ab0ccc60eade6c8023d9c5831a1637338
Change-Id: Ibac7465f30c9a6d3e838d38b80df4092b737251b
2018-10-22 07:36:39 +02:00
..
actions Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
lib Add support for pluggable secrets backend 2018-10-22 07:36:39 +02:00
reactive Add support for pluggable secrets backend 2018-10-22 07:36:39 +02:00
templates/rocky Add support for pluggable secrets backend 2018-10-22 07:36:39 +02:00
tests Charm refresh 2018-10-22 07:34:59 +02:00
HACKING.md Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
README.md Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
actions.yaml Add barbican-hsm-plugin interface support 2016-07-12 12:35:51 +00:00
config.yaml Charm refresh 2018-10-22 07:34:59 +02:00
layer.yaml Add support for pluggable secrets backend 2018-10-22 07:36:39 +02:00
metadata.yaml Add support for pluggable secrets backend 2018-10-22 07:36:39 +02:00
test-requirements.txt Update requirements 2018-10-04 10:51:30 -05:00
tox.ini py3: Switch to using Python 3 for rocky or later 2018-09-21 13:10:55 +00:00

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.