rally-openstack/samples/tasks/scenarios/gnocchi/create-delete-archive-policy-rule.json
Juha Kosonen 64f3a57c4c Add new Gnocchi scenarios
This patch is based on [1] and adds following scenarios:

GnocchiArchivePolicyRule.list_archive_policy_rule
GnocchiArchivePolicyRule.create_archive_policy_rule
GnocchiArchivePolicyRule.create_delete_archive_policy_rule

[1] https://review.openstack.org/#/c/453861/

Change-Id: I3d2104fa6f6ba4bd90c4ac1771e48c32a5403832
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
2018-03-08 12:44:06 +02:00

21 lines
476 B
JSON

{
"GnocchiArchivePolicyRule.create_delete_archive_policy_rule": [
{
"args": {
"metric_pattern": "cpu_*",
"archive_policy_name": "low"
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}