charm-murano/src
Viswesuwara Nathan SSK 83ccc76900 Update murano.conf
Temporary fix but need to find actual solution to enable SSL.
2016-11-08 12:42:12 +05:30
..
lib/charm/openstack Fix for hacluster issue 2016-11-02 12:06:08 +05:30
reactive Support of HACluster added 2016-11-02 17:11:13 +05:30
templates Update murano.conf 2016-11-08 12:42:12 +05:30
tests Initial commit 2016-10-23 10:30:53 +05:30
README.md Initial commit 2016-10-23 10:30:53 +05:30
config.yaml Support for default dns in murano.conf 2016-11-04 15:11:26 +05:30
copyright Initial commit 2016-10-23 10:30:53 +05:30
icon.svg Initial commit 2016-10-23 10:30:53 +05:30
layer.yaml Initial commit 2016-10-23 10:30:53 +05:30
metadata.yaml Update metadata.yaml 2016-11-05 15:04:16 +05:30
novarc Initial commit 2016-10-23 10:30:53 +05:30
tox.ini Initial commit 2016-10-23 10:30:53 +05:30

README.md

Overview

Murano charm provides a catalog of applications deployable on Openstack cloud.

Usage

Murano relies on services from the mysql/percona, rabbitmq-server and keystone charms:

juju deploy murano
juju deploy keystone
juju deploy mysql
juju deploy rabbitmq-server
juju add-relation murano rabbitmq-server
juju add-relation murano mysql
juju add-relation murano keystone

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.