charm-barbican/src
Corey Bryant 5f3c1de4f1 Add yoga bundles and release-tool syncs
* charm-helpers sync for classic charms
* pin pyparsing for aodhclient
* pin cffi for py35
* add non-voting focal-yoga bundle
* add non-voting jammy-yoga bundle
* add series metadata for jammy
* switch xena bundles to voting
* run focal-ussuri as smoke tests
* remove trusty, xenial, and groovy metadata and tests

Change-Id: Ic01c91ede3d820e8eb9258fd0d19799efb4ebccb
2021-11-12 11:11:26 -05: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 Run db sync manually by leader only 2021-02-05 15:39:52 -08:00
reactive Run db sync manually by leader only 2021-02-05 15:39:52 -08:00
templates/rocky Expose max request and secret size config options. 2021-10-04 15:50:02 -03:00
tests Add yoga bundles and release-tool syncs 2021-11-12 11:11:26 -05: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 Expose max request and secret size config options. 2021-10-04 15:50:02 -03:00
layer.yaml Run db sync manually by leader only 2021-02-05 15:39:52 -08:00
metadata.yaml Add impish to metadata.yaml 2021-06-03 11:02:21 +02:00
test-requirements.txt Sync release-tools 2021-07-22 14:51:27 +02:00
tox.ini Add xena bundles 2021-09-21 13:58:47 +01:00
wheelhouse.txt Updates to flip all libraries back to master 2021-05-03 16:02:04 +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.