charm-barbican/src
Frode Nordahl 752a9f9a92
Pin stable charm to ``charms.openstack`` stable branch
Change-Id: I1a71c44f9c6513bf6b04f8e012d017c32ae2a86d
2019-08-16 07:15:03 +02:00
..
actions Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
lib Ensure HA resources are configured 2019-03-15 09:58:02 -07:00
reactive Ensure HA resources are configured 2019-03-15 09:58:02 -07:00
templates/rocky Use transport_url for oslo.messaging configuration 2019-02-26 10:55:58 +01:00
tests Updates for stable branch creation 2019-08-12 09:37:34 -07: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 Update series metadata 2019-04-05 07:45:07 +02:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:00:58 -05:00
tox.ini Update functional test definitions 2019-07-17 15:27:13 +02:00
wheelhouse.txt Pin stable charm to ``charms.openstack`` stable branch 2019-08-16 07:15:03 +02: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.