rally/rally-jobs/sahara-clusters.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

34 lines
910 B
YAML

{%- set sahara_service_type = "data-processing" %}
---
SaharaClusters.create_and_delete_cluster:
-
args:
flavor:
name: "m1.small"
workers_count: 1
plugin_name: "vanilla"
hadoop_version: "{{sahara_hadoop_version}}"
auto_security_group: True
runner:
type: "constant"
times: 1
concurrency: 1
timeout: 3000
context:
users:
tenants: 1
users_per_tenant: 1
sahara_image:
image_url: "http://sahara-files.mirantis.com/images/upstream/liberty/sahara-liberty-vanilla-2.7.1-ubuntu-14.04.qcow2"
username: "ubuntu"
plugin_name: "vanilla"
hadoop_version: "{{sahara_hadoop_version}}"
api_versions:
sahara:
service_type: {{sahara_service_type}}
network: {}
sla:
failure_rate:
max: 0