rally/samples/tasks/scenarios/nova/boot-server-from-volume-and-live-migrate.json
Marian Krcmarik c3b96cc95b Add scenarios for live migration of an instance with volumes
* Add scenario for booting an instance from volume and then
  live migrating it.
* Add scenario for booting an instance from image, attaching
  a volume and then live migrating it.
* Add unit tests and conf files for new scenarios.

Change-Id: I96d6ddc623e5274bdccedadf7e3a68bd7d3733ee
2015-03-05 16:23:46 +01:00

29 lines
715 B
JSON

{
"NovaServers.boot_server_from_volume_and_live_migrate": [
{
"args": {
"flavor": {
"name": "m1.nano"
},
"image": {
"name": "^cirros.*uec$"
},
"block_migration": false,
"volume_size": 10,
"force_delete": false
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
}
}
}
]
}