rally-openstack/samples/tasks/scenarios/nova/boot-server-from-volume-and-live-migrate.yaml
Marian Krcmarik a0089a957c 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

19 lines
335 B
YAML

---
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