rally/rally-jobs/sahara.yaml
Sergey Skripnick 91fc005f27 [CI] Remove hardcoded hadoop version from mos task
Different versions of MOS works with different hadoop versions
Also add hadoop_version to nodegroup scenario.


Change-Id: Iab11b3cf9c674b4e258901c57b796a73348c0d63
2015-11-25 16:34:57 +00:00

44 lines
1.0 KiB
YAML

{%- set sahara_service_type = sahara_service_type|default("data-processing") %}
SaharaNodeGroupTemplates.create_and_list_node_group_templates:
-
args:
hadoop_version: "{{sahara_hadoop_version}}"
flavor:
name: "m1.small"
runner:
type: "constant"
times: 1
concurrency: 1
context:
users:
tenants: 1
users_per_tenant: 1
api_versions:
sahara:
service_type: {{sahara_service_type}}
sla:
failure_rate:
max: 0
SaharaNodeGroupTemplates.create_delete_node_group_templates:
-
args:
hadoop_version: "{{sahara_hadoop_version}}"
flavor:
name: "m1.small"
runner:
type: "constant"
times: 1
concurrency: 1
context:
users:
tenants: 1
users_per_tenant: 1
api_versions:
sahara:
service_type: {{sahara_service_type}}
sla:
failure_rate:
max: 0