charm-barbican/src
David Ames c736ccc214 Updates for stable branch creation
Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I7ca47c8ff68a8a8c8bcbd6c3ad523ddc7d852409
2019-10-24 12:21:13 -07:00
..
actions Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
files Sync charm/ceph helpers, tox, and requirements 2019-09-30 22:41:22 -05:00
lib Ensure HA resources are configured 2019-03-15 09:58:02 -07:00
reactive Enable default certificates handler 2019-09-03 08:56:57 +02: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-10-24 12:21:13 -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 Rebuild for sync layer-openstack 2019-08-22 09:00:19 +02:00
metadata.yaml Update series metadata 2019-08-19 11:44:56 -04:00
test-requirements.txt Sync charm/ceph helpers, tox, and requirements 2019-09-30 22:41:22 -05:00
tox.ini Enable functional tests for train 2019-10-18 14:15:22 +02:00
wheelhouse.txt Updates for stable branch creation 2019-10-24 12:21:13 -07: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.