charm-trove/src
Jonathan Arrance fe12173835 Removed a few things from the templates files, and added a few more things. 2016-09-12 19:45:17 -04:00
..
lib/charm changed service_type to trove 2016-09-12 13:03:06 -04:00
reactive Add cinder, glance and cloud compute handlers 2016-09-11 19:19:16 -07:00
templates/mitaka Removed a few things from the templates files, and added a few more things. 2016-09-12 19:45:17 -04:00
tests Update README.md 2016-09-03 10:55:07 -04:00
README.md redid the layer.yaml 2016-09-10 20:56:57 -04:00
config.yaml changed back t distro 2016-09-09 01:05:05 -04:00
layer.yaml cloud-compute interface 2016-09-10 21:15:08 -04:00
metadata.yaml took out the provides in metadata.yaml 2016-09-11 20:27:48 -04:00
requirements.txt Create requirements.txt 2016-09-03 10:47:08 -04:00
test-requirements.txt Create test-requirements.txt 2016-09-03 10:47:42 -04:00
tox.ini Create tox.ini 2016-09-03 10:22:40 -04:00

README.md

Overview

This charm provides the Trove (DBaaS) for an OpenStack Cloud.

Usage

Designate relies on services from the mysql, rabbitmq-server and keystone charms:

juju deploy trove
juju deploy mysql
juju deploy rabbitmq-server
juju deploy keystone
juju deploy heat
juju deploy cinder
juju add-relation trove mysql
juju add-relation trove rabbitmq-server
juju add-relation trove keystone

To add support for auto-generated records when guests are booted the charm needs a relation with nova-compute:

juju deploy nova-cloud-controller
juju add-relation trove nova-compute

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.