Juju Charm - Murano application catalog
Go to file
viswesn 928591bd4a Cleaned up and updated README + config.yaml 2016-11-11 17:02:05 +05:30
src Cleaned up and updated README + config.yaml 2016-11-11 17:02:05 +05:30
unit_tests Initial commit 2016-10-23 10:30:53 +05:30
LICENSE Initial commit 2016-10-23 10:30:53 +05:30
README.md Cleaned up and updated README + config.yaml 2016-11-11 17:02:05 +05:30
copyright Updated metadata.yaml 2016-10-24 17:09:14 +05:30
requirements.txt Cleaned up and updated README + config.yaml 2016-11-11 17:02:05 +05:30
test-requirements.txt 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

Build

$ git clone https://github.com/viswesn/charm-murano
$ cd charm-murano
$ charm build -s xenial -o build src

Config

$ juju config murano ext-network=my_ext_net
$ juju config murano router=my_router
$ juju config murano default_dns=10.166.62.1

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.