charm-octavia/src
Frode Nordahl d2d01a7f76
Add ``neutron-load-balancer`` interface
Send name and URL down the relation to make ``neutron-api``
configure and point the ``lbaasv2-proxy`` service at us.

Change-Id: Ib013afdd7a0b635ab65de8d1cd2f5e83512a6a2a
2018-10-31 11:51:21 +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 Initial commit of charm skeleton 2018-10-09 14:35:45 +02: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 Add ``neutron-load-balancer`` interface 2018-10-31 11:51:21 +01:00
test-requirements.txt Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00
tox.ini Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00

README.md

Overview

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

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.