charm-barbican-vault/src
Frode Nordahl 9074fcf4f1 Enable bionic/stein and disco/stein functional tests
Change-Id: I6fb35d47ff78e8a8168efd51e41a4fd8bbe71444
2019-04-09 07:39:33 +02:00
..
lib/charm Properly track required relations 2018-11-09 12:03:27 +01:00
reactive Properly track required relations 2018-11-09 12:03:27 +01:00
tests Enable bionic/stein and disco/stein functional tests 2019-04-09 07:39:33 +02:00
HACKING.md Add barbican-vault charm code and unit tests 2018-10-17 16:52:15 +02:00
README.md Update tests, tox, series and readme for 18.11 release 2018-11-14 13:25:35 +01:00
copyright Initial commit of charm skeleton 2018-10-11 11:31:52 +02:00
icon.svg Update icon 2018-10-24 10:33:43 +02:00
layer.yaml Properly track required relations 2018-11-09 12:03:27 +01:00
metadata.yaml Update series metadata 2019-04-05 07:46:20 +02:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:01:10 -05:00
tox.ini Update tests, tox, series and readme for 18.11 release 2018-11-14 13:25:35 +01:00
wheelhouse.txt Add ``hvac`` to charm wheelhouse 2018-10-19 14:49:55 +02:00

README.md

Overview

The Barbican-Vault charm provies a Vault backend for OpenStack Barbican

OpenStack Rocky or later is required.

This charm, when used with the Barbican Charm, provides a software-based secrets-as-a-service solution for an OpenStack Cloud. In the future, other back-ends may be added.

Usage

juju deploy barbican --config openstack-origin=bionic:rocky
juju deploy barbican-vault
juju deploy vault
juju add-relation barbican-vault:secrets barbican:secrets
juju add-relation vault:secrets barbican-vault:secrets-storage

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.