murano/rally-jobs/task-murano.yaml
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

49 lines
1009 B
YAML

---
MuranoEnvironments.list_environments:
-
runner:
type: "constant"
times: 30
concurrency: 4
context:
users:
tenants: 2
users_per_tenant: 2
sla:
failure_rate:
max: 0
MuranoEnvironments.create_and_delete_environment:
-
runner:
type: "constant"
times: 20
concurrency: 2
context:
users:
tenants: 2
users_per_tenant: 2
sla:
failure_rate:
max: 0
MuranoEnvironments.create_and_deploy_environment:
-
args:
packages_per_env: 2
runner:
type: "constant"
times: 8
concurrency: 2
context:
users:
tenants: 2
users_per_tenant: 2
murano_packages:
app_package: "/home/jenkins/.rally/extra/applications/HelloReporter/io.murano.apps.HelloReporter/"
roles:
- "admin"
sla:
failure_rate:
max: 0