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:
parent
ecb8947e4b
commit
7949fc397d
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,5 +39,6 @@ doc/source/_build/
|
|||||||
# Mr Developer
|
# Mr Developer
|
||||||
.mr.developer.cfg
|
.mr.developer.cfg
|
||||||
.project
|
.project
|
||||||
|
.idea
|
||||||
.pydevproject
|
.pydevproject
|
||||||
*.swp
|
*.swp
|
||||||
|
@ -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.
|
Binary file not shown.
17
rally-jobs/extra/murano/applications/README.rst
Normal file
17
rally-jobs/extra/murano/applications/README.rst
Normal 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>`_
|
Loading…
Reference in New Issue
Block a user