Myles Penner c8ec165fc0 Add charmcraft 3 support
Summary of changes:

- Update the charmcraft.yaml file to use base and platforms, only
  allowing noble support.
- Update config to default to caracal.
- Update osci.yaml to use the charmcraft 3.x/beta
- Drop non-noble tests
- Update constraints file from -2024.1.txt to -noble.txt
- Add charmbuild to .zuul.yaml
- Add rename.sh to build process

Change-Id: Ia22e04e6da00eb176558d43f09c967d37f2366f4
2024-09-05 20:42:52 +00:00
..
2021-02-05 15:39:52 -08:00
2022-06-22 16:46:14 +00:00
2024-09-05 20:42:52 +00:00
2024-09-05 20:42:52 +00:00
2021-02-05 15:39:52 -08:00
2024-09-05 20:42:52 +00:00
2024-09-05 20:42:52 +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.