charm-octavia/src
Frode Nordahl 5c4553e641
Add custom property for ``heartbeat_key``
Change-Id: Icd328e0b75cfb712b1519a6e2184b8ca0b6b137f
2018-10-25 14:43:58 +02:00
..
lib/charm Add custom property for ``heartbeat_key`` 2018-10-25 14:43:58 +02:00
reactive Add custom property for ``heartbeat_key`` 2018-10-25 14:43:58 +02: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 custom property for ``heartbeat_key`` 2018-10-25 14:43:58 +02:00
metadata.yaml Add gate jobs 2018-10-24 09:32:46 +02: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.