Merge "Add MuranoPackage context"

This commit is contained in:
Jenkins 2015-05-09 00:16:13 +00:00 committed by Gerrit Code Review
commit da7ee6c68c
4 changed files with 23 additions and 0 deletions

1
.gitignore vendored
View File

@ -39,5 +39,6 @@ doc/source/_build/
# Mr Developer # Mr Developer
.mr.developer.cfg .mr.developer.cfg
.project .project
.idea
.pydevproject .pydevproject
*.swp *.swp

View File

@ -4,3 +4,8 @@ Extra files
All files from this directory will be copy pasted to gates, so you are able to All files from this directory will be copy pasted to gates, so you are able to
use absolute path in rally tasks. Files will be in ~/.rally/extra/* use absolute path in rally tasks. Files will be in ~/.rally/extra/*
murano/ directory
-----------------
Here we have Murano applications that is used to prepare Murano context and
to deploy environment.

View File

@ -0,0 +1,17 @@
Murano applications
===================
Files for Murano benchmarking
Structure
---------
* <application_name>/ directories. Each directory store a simple Murano package
for environment deployment in Murano context. Also there can be other files
needs for application.
Useful links
------------
* `More about Murano package <https://wiki.openstack.org/wiki/Murano/Documentation/How_to_create_application_package>`_