charm-octavia/src
Frode Nordahl e019403088
Add basic charm implementation
Remove ``.zuul.yaml`` awaiting import
2018-10-09 15:46:29 +02:00
..
lib/charm Add basic charm implementation 2018-10-09 15:46:29 +02:00
reactive Add basic charm implementation 2018-10-09 15:46:29 +02:00
templates/rocky Add basic charm implementation 2018-10-09 15:46:29 +02:00
tests Add basic charm implementation 2018-10-09 15:46:29 +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 Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00
metadata.yaml Initial commit of charm skeleton 2018-10-09 14:35:45 +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.