1
# Keystone v3 Manual testing
3
If you want to play around with the barbican charm, or just test that it is
4
working, then the following will be usefull. Note, that this can be used as a
5
jumping off point for testing other HSM charms (as they are written). This has
6
also been retained to show how the v3 keystone credentials should be set up for
9
Note that Barbican will only allow creation of a secret if the user is either
10
the 'admin' user or has a role of 'creator'.
18
tox -e build -- -s xenial
21
This will build a xenial series charm.
23
## 2. Bootstrap and deploy the environment
25
We'll use the juju-deployer bundle to deploy a suitable testing environment.
28
cd manual_testing/v3_keystone
29
ln -s ../../build/xenial xenial
31
cd ../../build && juju-deployer -L -c barbican.yaml
34
Note, if you're building for another series, change the link about -- it's so
35
that juju-deployer can access the local charm.
37
## 3. Configure a user and project for the barbican use
44
## 4. Create a secret to check that it works.
52
Now you can investigate other features of barbican!