murano/rally-jobs/extra/applications
Roman Vasilets b4204de9de Add HelloReporter application to rally-jobs
Allow to deploy environment with following application. Here is
an example how to add different applications to rally-jobs.

This application content don't need to use some specific resources
like images etc. And just outputs "HelloWorld".

If you want to add your application just create directory for app
and copy application content to this directory, like in this example.

Change-Id: I72bb79f8e298754e7ea23e6b878d3ca27fad10ef
2015-08-10 17:12:33 +03:00
..
HelloReporter/io.murano.apps.HelloReporter Add HelloReporter application to rally-jobs 2015-08-10 17:12:33 +03:00
README.rst Add Rally jobs related files to Murano 2015-05-12 08:52:13 +00:00

README.rst

Murano applications

Files for Murano benchmarking

Structure

  • <application_name>/ directories. Each directory stores a simple Murano package that is used to prepare the Murano context that is used to deploy an environment with a package. Other files needed for applications can be placed here as well.