fuel-library/deployment/puppet/murano
Michael Polenchuk 959082ee5d Mend murano endpoints and rabbitmq hosts
In a case with detached rabbitmq/keystone services point murano out
the proper options of endpoints and rabbitmq hosts.

Change-Id: Id207922a39d599cfeffab98d52fc6271dd084563
Closes-Bug: #1492203
2015-09-04 15:52:53 +03:00
..
examples Update puppet module for Murano 2015-07-22 19:28:35 +03:00
lib/puppet Separate step for Murano configuration 2015-02-27 20:31:34 +00:00
manifests Mend murano endpoints and rabbitmq hosts 2015-09-04 15:52:53 +03:00
spec Update puppet module for Murano 2015-07-22 19:28:35 +03:00
templates Update puppet module for Murano 2015-07-22 19:28:35 +03:00
.fixtures.yml Murano module improvement and minor problem fixes 2015-08-12 13:19:34 +03:00
Gemfile Update puppet module for Murano 2015-07-22 19:28:35 +03:00
LICENSE Murano module improvement and minor problem fixes 2015-08-12 13:19:34 +03:00
README.md Update puppet module for Murano 2015-07-22 19:28:35 +03:00
Rakefile Unit tests script for fuel-library 2014-12-17 19:31:30 +02:00
metadata.json Update puppet module for Murano 2015-07-22 19:28:35 +03:00

README.md

murano

Table of Contents

  1. Overview - What is the murano module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with murano
  4. Implementation - An under-the-hood peek at what the module is doing
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module
  7. Contributors - Those with commits
  8. Release Notes - Notes on the most recent updates to the module

Overview

The Murano module itself is used to flexibly configure and manage the application catalog service for OpenStack.

Module Description

The murano module is an attempt to make Puppet capable of managing the entirety of murano.

Setup

What the murano module affects:

  • murano, the application catalog service for OpenStack.

Beginning with murano

To use the murano module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed; we recommend you consult and understand the core of openstack documentation.

Examples of usage can be found in the examples directory.

Implementation

murano

puppet-murano is a combination of Puppet manifests and ruby code to deliver configuration and extra functionality through types and providers.

Limitations

None.

Beaker-Rspec

This module has beaker-rspec tests

To run:

shell bundle install bundle exec rspec spec/acceptance

Development

Developer documentation for the entire puppet-openstack project.

Release Notes

1.0.0

  • Initial