rally/rally-jobs/sahara.yaml
Sergey Skripnick 7f31f3f9ff [CI] Fix rally-mos job to work with mos-8.0
Also remove hardcoded values for some other jobs

Change-Id: I466139dbf836aad882ac3dc68edf050fb73be1c7
2016-03-04 04:08:00 -08:00

43 lines
954 B
YAML

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