diff --git a/.gitignore b/.gitignore index 238abbb7..c9ec2e24 100644 --- a/.gitignore +++ b/.gitignore @@ -39,5 +39,6 @@ doc/source/_build/ # Mr Developer .mr.developer.cfg .project +.idea .pydevproject *.swp diff --git a/rally-jobs/extra/README.rst b/rally-jobs/extra/README.rst index aab343c5..bd150f84 100644 --- a/rally-jobs/extra/README.rst +++ b/rally-jobs/extra/README.rst @@ -4,3 +4,8 @@ Extra files 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/* +murano/ directory +----------------- + +Here we have Murano applications that is used to prepare Murano context and +to deploy environment. \ No newline at end of file diff --git a/rally-jobs/extra/murano/applications/HelloReporter/io.murano.apps.HelloReporter.zip b/rally-jobs/extra/murano/applications/HelloReporter/io.murano.apps.HelloReporter.zip new file mode 100644 index 00000000..690b1285 Binary files /dev/null and b/rally-jobs/extra/murano/applications/HelloReporter/io.murano.apps.HelloReporter.zip differ diff --git a/rally-jobs/extra/murano/applications/README.rst b/rally-jobs/extra/murano/applications/README.rst new file mode 100644 index 00000000..ed710758 --- /dev/null +++ b/rally-jobs/extra/murano/applications/README.rst @@ -0,0 +1,17 @@ +Murano applications +=================== + +Files for Murano benchmarking + +Structure +--------- + +* / 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 `_