charm-octavia/src
Ryan Beisner 3fda2ab49d
Update tests, tox, series and readme for 18.11 release
Change-Id: I32640c1eff5445d2fe80fbd03bdbf3765da37f95
2018-11-14 13:41:24 +01:00
..
lib/charm Add custom property for ``heartbeat_key`` 2018-10-25 14:43:58 +02:00
reactive Add ``neutron-load-balancer`` interface 2018-10-31 11:51:21 +01:00
templates/rocky Add custom property for ``heartbeat_key`` 2018-10-25 14:43:58 +02:00
tests Add custom property for ``heartbeat_key`` 2018-10-25 14:43:58 +02:00
HACKING.md Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00
README.md Update tests, tox, series and readme for 18.11 release 2018-11-14 13:41:24 +01:00
copyright Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00
icon.svg Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00
layer.yaml Add ``neutron-load-balancer`` interface 2018-10-31 11:51:21 +01:00
metadata.yaml Update tests, tox, series and readme for 18.11 release 2018-11-14 13:41:24 +01:00
test-requirements.txt Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00
tox.ini Update tests, tox, series and readme for 18.11 release 2018-11-14 13:41:24 +01:00

README.md

Overview

This charm provides the Octavia load balancer service for an OpenStack Cloud.

OpenStack Rocky or later is required.

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

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.