Update README

This commit is contained in:
Frode Nordahl 2018-10-24 10:51:44 +02:00
parent 2bc8cfa315
commit 961c2f7bcb
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 7 additions and 11 deletions

View File

@ -1,21 +1,17 @@
# Overview
This charm provides the Octavia load balancer service for an OpenStack Cloud.
This charm provides secrets storage in Vault to Barbican
# Usage
Octavia relies on services from a fully functional OpenStack Cloud and expects
to be able to add images to glance, create networks in Neutron, store
certificate secrets in Vault (optionally) and spin up instances with Nova.
juju deploy octavia --config openstack-origin=bionic:rocky
juju add-relation octavia rabbitmq-server
juju add-relation octavia mysql
juju add-relation octavia keystone
juju add-relation octavia vault
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](https://bugs.launchpad.net/charm-octavia/+filebug).
Please report bugs on [Launchpad](https://bugs.launchpad.net/charm-barbican-vault/+filebug).
For general questions please refer to the OpenStack [Charm Guide](https://docs.openstack.org/charm-guide/latest/).