charm-barbican/src
Alex Kavanagh 21aa29f8a9 Keystone v2 and v3 manual and amulet/bundle testing
This provides both keystone v2 and v3 setup for testing barbican
manually.  It demonstrates how to set up a project/tenant in each v3 and
v2 and the how to store a secret.  Then only differences are in the
authentication with Keystone.  However, it does demonstrate both
working.

This change also contains the v2 and v3 keystone tests with barbican.
These are pesented as two gate-*-v2 and gate-*-v3 tests which activate
testing with keystone v2 and keystone v3.

Change-Id: Id0310da7a80ee8796eeda52b7af936ae51ed0dd9
2016-08-09 16:49:09 +00:00
..
actions Add barbican-hsm-plugin interface support 2016-07-12 12:35:51 +00:00
lib Add SSL support 2016-07-18 13:09:36 +00:00
reactive Tidyup formating 2016-07-21 09:24:30 +00:00
templates/mitaka Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
tests 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 Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
HACKING.md Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
layer.yaml Add .gitreview and clean up repo 2016-08-03 18:54:57 +00:00
metadata.yaml 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
test-requirements.txt Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
tox.ini Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00

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.