charm-barbican/src
Alex Kavanagh 6baf25da6b Updates for stable branch creation
Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: Ic13221b5ac2a508b2b70b88367735345c8598029
2020-08-13 11:27:02 +01: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 Add victoria package version 2020-07-13 18:37:06 +00:00
reactive Stop to use the __future__ module. 2020-06-02 19:36:47 +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 2020-08-13 11:27:02 +01: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 Updates for 20.08 cycle start for groovy and libs 2020-06-02 14:26:59 +01:00
test-requirements.txt Porting tests from Amulet to Zaza 2020-04-20 14:46:34 +02:00
tox.ini Porting tests from Amulet to Zaza 2020-04-20 14:46:34 +02:00
wheelhouse.txt Updates for stable branch creation 2020-08-13 11:27:02 +01: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.