Add MuranoPackage context

- Add murano context that can upload package to Murano from
    specific path.
  - Add to rally-jobs/extra/ base structure and first Murano
    package, that is used in gates for testing purpose.

Co-Authored-By: Roman Vasilets <rvasilets@mirantis.com>
Co-Authored-By: Sergey Murashov <smurashov@mirantis.com>

Change-Id: I4767be09aec54a441cf31eb924f89444482b66d3
This commit is contained in:
smurashov 2014-11-27 17:13:11 +03:00 committed by Roman Vasilets
parent ecb8947e4b
commit 7949fc397d
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>`_