rally-openstack/samples/tasks/contexts/image-command-customizer.yaml
chenhb-zte d7911e7a5d Add samples to context directory
Change-Id: I1cd4e7473bbb86e73114ee9a6ed78bbb6e824317
2017-04-12 17:36:46 +08:00

26 lines
634 B
YAML

---
Dummy.openstack:
-
args:
sleep: 0.1
runner:
concurrency: 1
timeout: 3000
times: 1
type: "constant"
context:
image_command_customizer:
command:
local_path: "rally-jobs/extra/install_benchmark.sh"
remote_path: "./install_benchmark.sh"
flavor:
name: m1.small
image:
name: "Fedora-x86_64-20-20140618-sda"
userdata: "#cloud-config\ndisable_root: 0\nssh_pwauth: 1"
username: root
network: {}
users:
tenants: 1
users_per_tenant: 1