
Since a chance in puppet-keystone (1], we now match an endpoint with a service name/type. ) [1] http://git.openstack.org/cgit/openstack/puppet-keystone/commit/?id=0a4e06abb0f5b3f324464ff5219d2885816311ce Closes-Bug: #1528308 Change-Id: I4287624264ff5f54d31f7eb1b89c25cdd502147f
murano
7.0.0 - 2015.2.0 - Liberty
Table of Contents
- Overview - What is the murano module?
- Module Description - What does the module do?
- Setup - The basics of getting started with murano
- Implementation - An under-the-hood peek at what the module is doing
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
- Contributors - Those with commits
- Release Notes - Notes on the most recent updates to the module
Overview
The Murano module is a part of OpenStack, an effort by the Openstack infrastructure team to provide continuous integration testing and code review for Openstack and Openstack community projects as part of the core software. The 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.
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.
Contributors
The github contributor graph.
Release Notes
1.0.0
- Initial