f6f6bd7814
Some options are now automatically configured by the version 1.20[1]: - project - html_last_updated_fmt - latex_engine - latex_elements [1]https://docs.openstack.org/openstackdocstheme/latest/#using-the-theme Change-Id: I51c8af38eb4b0c16ac07390fd8c0997bdef2b208 |
||
---|---|---|
doc | ||
lib/puppet | ||
manifests | ||
releasenotes | ||
spec | ||
templates | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
bindep.txt | ||
CHANGELOG.md | ||
Gemfile | ||
LICENSE | ||
metadata.json | ||
Rakefile | ||
README.md | ||
setup.cfg | ||
setup.py | ||
tox.ini |
Team and repository tags
murano
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.
- Beaker-Rspec - Beaker-rspec tests for the project
- Development - Guide for contributing to the module
- Contributors - Those with commits
- Release Notes - Notes on the most recent updates to the module
- Repository - The project source code repository
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.
Installing murano
puppet module install openstack/murano
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:
bundle install
bundle exec rspec spec/acceptance
Development
Developer documentation for the entire puppet-openstack project.
Contributors
The github contributor graph.