rally/doc/samples/tasks/soft-reboot.json
Ilya Kharin d1455e9799 Separate samples
This patch renames samples as a task and a deployment samples. Samples
was separated practically by the content. The pronounced samples will
introduced on next patches.

Change-Id: I23805888ec6c4b840ab4db867d7deb39010c2506
Implements: blueprint rally-docs and blueprint independent-deploy
2013-11-29 14:22:04 +04:00

27 lines
657 B
JSON

{
"deploy": {
"name": "DummyEngine",
"cloud_config": {
"identity": {
"url": "http://example.net/",
"uri": "http://example.net:5000/v2.0/",
"admin_username": "admin",
"admin_password": "myadminpass",
"admin_tenant_name": "demo"
}
}
},
"tests": {
"verify": [],
"benchmark": {
"NovaServers.boot_and_bounce_server": [
{"args": {"flavor_id": 2, "image_id": "539ccae5-5982-4868-b176-23c41ff1195e",
"actions": [{"soft_reboot": 4}]},
"execution": "continuous",
"config": {"times": 3, "active_users": 2}}
]
}
}
}