fixing fio runner
diff --git a/configs-examples/default.yaml b/configs-examples/default.yaml
index af4ca5f..adb114d 100644
--- a/configs-examples/default.yaml
+++ b/configs-examples/default.yaml
@@ -5,6 +5,7 @@
connect_timeout: 30
download_rpc_logs: true
rpc_log_level: DEBUG
+default_test_local_folder: "/tmp/wally_{uuid}_{name}"
logging:
level: DEBUG
@@ -40,7 +41,7 @@
sensors:
online: true
roles_mapping:
- testnode: system-cpu, block-io, net-io
+# testnode: system-cpu, block-io, net-io
ceph-osd:
system-cpu: ".*"
block-io: ".*"
diff --git a/configs-examples/full.yaml b/configs-examples/full.yaml
index 5c336ff..7f07516 100644
--- a/configs-examples/full.yaml
+++ b/configs-examples/full.yaml
@@ -32,18 +32,18 @@
aa_group_name: wally-aa-{0}
security_group: wally_ssh_to_everyone
-clouds
- fuel:
- url: http://172.16.44.13:8000/
- creds: admin:admin@admin
- ssh_creds: root:r00tme
- openstack_env: test
- openstack:
- OPENRC: /home/koder/workspace/scale_openrc
- auth: USER:PASSWD:KEY_FILE
- vms:
- - "wally-phytographic-sharla,ubuntu,wally_vm_key.pem"
+fuel:
+ url: http://172.16.44.13:8000/
+ creds: admin:admin@admin
+ ssh_creds: root:r00tme
+ openstack_env: test
+
+openstack:
+ OPENRC: /home/koder/workspace/scale_openrc
+ auth: USER:PASSWD:KEY_FILE
+ vms:
+ - "wally-phytographic-sharla,ubuntu,wally_vm_key.pem"
discover: fuel,openstack,fuel_openrc_only
@@ -69,6 +69,7 @@
tests:
- io:
node_limit: 2
+ use_system_fio: bool
load: ceph
params:
FILENAME: /dev/vdb
diff --git a/configs-examples/local_lxc_ceph.yaml b/configs-examples/local_lxc_ceph.yaml
index 4e90082..9312fc5 100644
--- a/configs-examples/local_lxc_ceph.yaml
+++ b/configs-examples/local_lxc_ceph.yaml
@@ -1,7 +1,16 @@
include: default.yaml
collect_info: false
-ceph:
- root_node: localhost
+#ceph:
+# root_node: localhost
-sleep: 0
+nodes:
+ koder@localhost: testnode
+
+tests:
+ - io:
+ load: rrd
+ params:
+ FILENAME: /tmp/fl.bin
+ FILESIZE: 16M
+