charm-barbican-softhsm/src
Alex Kavanagh 9b0199a547 Ensure that venv is used
This is to ensure that the charm doesn't trample on the system packages
for the things that it needs to install, and that it will cooperate with
another reactive charm, especially as it is a subordinate.

Also fix some PEP8 E722 errors as that seems to have been added to the
pep8 standard set.

Change-Id: I9efb78c6f738db2284677dbde85f9e2a3ed0a6fe
2017-11-17 10:33:04 +00:00
..
lib/charm/openstack update tests to enable pike 2017-11-16 07:28:17 +00:00
reactive Fix func27-smoke which fails 2016-10-05 17:40:42 +00:00
tests update tests to enable pike 2017-11-16 07:28:17 +00:00
README.md Add amulet/bundle tests to charm-barbican-softhsm 2016-08-10 13:57:57 +00:00
layer.yaml Ensure that venv is used 2017-11-17 10:33:04 +00:00
metadata.yaml Add Artful dev series metadata 2017-09-26 15:21:48 -04:00
test-requirements.txt Update requirements for git charmhelpers 2017-10-03 04:33:35 +00:00
tox.ini update tests to enable pike 2017-11-16 07:28:17 +00:00

README.md

Overview

This charm provides the SoftHSM2 HSM plugin to Barbican. Note that this plugin DOES NOT WORK at present due to bug#1611393. It does, however, demonstrate how an HSM plugin will work with Barbican.

Usage

barbican-softhsm is a subordinate charm and lives in the same unit as a barbican charm.

juju deploy barbican
juju deploy ... other services for barbican -- see barbican charm
juju deploy barbican-softhsm
juju add-relation barbican barbican-softhsm

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.