Adding instruction for building RPM

Because aren't supported packages for Mistral the user should know who to create an RPM.

Added an instruction for building rpm to the README

Change-Id: I3bd2e9ebfac0f48b703a8bc63f944db2bfb8f77b
This commit is contained in:
Limor Stotland 2015-08-18 08:26:47 +00:00
parent 3b0bc55c5b
commit 25edb56c43

View File

@ -7,8 +7,9 @@ mistral
2. [Module Description - What does the module do?](#module-description)
3. [Setup - The basics of getting started with mistral](#setup)
4. [Implementation - An under-the-hood peek at what the module is doing](#implementation)
5. [Development - Guide for contributing to the module](#development)
6. [Contributors - Those with commits](#contributors)
5. [Limitations - OS compatibility, etc.]
6. [Development - Guide for contributing to the module](#development)
7. [Contributors - Those with commits](#contributors)
Overview
--------
@ -35,11 +36,24 @@ recommend you consult and understand the
Implementation
--------------
### mistral
### Mistral
puppet-mistral is a combination of Puppet manifests and ruby code to deliver
configuration and extra functionality through types and providers.
Limitations
-----------
### Packages
For now there aren't supported packages for Mistral.
Instructions for building the rpm on the trunk:
1. Clone mistral repo to your machine: ```git clone https://github.com/openstack/mistral.git```
2. In the mistral repo run the command: ```python ./setup.py bdist_rpm```
Development
-----------