more improvements and fixes and new bugs
diff --git a/configs/config.yaml b/configs/config.yaml
new file mode 100644
index 0000000..b2d80ea
--- /dev/null
+++ b/configs/config.yaml
@@ -0,0 +1,47 @@
+clouds:
+    fuel:
+        # ext_ip: 172.16.53.3
+        url: http://172.16.52.112:8000/
+        creds: admin:admin@admin
+        ssh_creds: root:test37
+        openstack_env: test
+
+    openstack:
+        OS_TENANT_NAME: admin
+        OS_USERNAME: admin
+        OS_PASSWORD: admin
+        OS_AUTH_URL: http://172.16.53.3:5000/v2.0/
+
+    ceph: local
+
+discover: fuel, ceph
+
+explicit_nodes:
+    "ssh://root@172.16.52.112:3022:/home/koder/.ssh/id_rsa": testnode
+
+
+internal:
+    var_dir_root: /tmp/perf_tests
+
+tests:
+    - start_test_nodes:
+        openstack:
+            creds: clouds
+            vm_params:
+                count: x2
+                img_name: disk_io_perf
+                flavor_name: disk_io_perf.256
+                keypair_name: disk_io_perf
+                network_zone_name: novanetwork
+                flt_ip_pool: nova
+                creds: "ssh://ubuntu@{0}::disk_io_perf.pem"
+                name_templ: disk_io_perf-{0}
+        tests:
+            - io:
+                cfg: tests/io_scenario_hdd.cfg
+                params:
+                    FILENAME: /opt/xxx.bin
+                    NUM_ROUNDS: 7
+
+logging:
+    extra_logs: 1
\ No newline at end of file
diff --git a/configs/local_ceph.yaml b/configs/local_ceph.yaml
new file mode 100644
index 0000000..fc54189
--- /dev/null
+++ b/configs/local_ceph.yaml
@@ -0,0 +1,28 @@
+clouds:
+    ceph: local
+
+discover: ceph
+
+explicit_nodes:
+    "ssh://koder@192.168.152.43::/home/koder/.ssh/id_rsa": testnode
+
+internal:
+    var_dir_root: /tmp/perf_tests
+
+sensors:
+    receiver_url: "udp://{ip}:5699"
+    roles_mapping:
+        ceph-osd: block-io
+        cinder: block-io, system-cpu
+        testnode: system-cpu, block-io
+
+tests:
+    - io:
+        # cfg: tests/io_scenario_hdd.cfg
+        cfg: scripts/fio_tests_configs/io_task_test.cfg
+        params:
+            FILENAME: /mnt/ceph/xxx.bin
+            NUM_ROUNDS: 7
+
+logging:
+    extra_logs: 1
diff --git a/configs/perf1.yaml b/configs/perf1.yaml
new file mode 100644
index 0000000..119cdb1
--- /dev/null
+++ b/configs/perf1.yaml
@@ -0,0 +1,67 @@
+clouds:
+    fuel:
+        url: http://172.16.52.112:8000/
+        creds: admin:admin@admin
+        ssh_creds: root:test37
+        openstack_env: test
+
+discover: fuel
+
+# explicit_nodes:
+#     "ssh://root@172.16.52.112:3022:/home/koder/.ssh/id_rsa": testnode
+
+internal:
+    var_dir_root: /tmp/perf_tests
+
+# sensors:
+#     receiver_url: "udp://{ip}:5699"
+#     roles_mapping:
+#         ceph-osd: block-io
+#         cinder: block-io, system-cpu
+#         testnode: system-cpu, block-io
+
+tests:
+    - start_test_nodes:
+        creds: clouds
+        vm_params:
+            count: x2
+            image:
+                name: disk_io_perf
+                url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
+
+            flavor:
+                name: disk_io_perf.1024
+                hdd_size: 50
+                ram_size: 1024
+                cpu: 1
+
+            vol_sz: 30
+            keypair_name: disk_io_perf
+            network_zone_name: novanetwork
+            flt_ip_pool: nova
+            private_key_path: disk_io_perf.pem
+            creds: "ssh://ubuntu@{ip}::{private_key_path}"
+            name_templ: wally-{group}-{id}
+            scheduler_group_name: wally-{group}-{id}
+            security_group: disk_io_perf
+
+        tests:
+            - io:
+                cluster: true
+                cfg: wally/suits/io/io_scenario_ceph.cfg
+                prefill_files: true
+                # cfg: scripts/fio_tests_configs/io_task_test.cfg
+                params:
+                    FILENAME: /dev/vdb
+                    NUM_ROUNDS: 3
+# 
+#     - io:
+#         # cfg: scripts/fio_tests_configs/io_task_test.cfg
+#         cfg: tests/io_scenario_hdd.cfg
+#         params:
+#             # FILENAME: /media/koder/a5230078-4c27-4c3b-99aa-26148e78b2e7/xxx.bin
+#             FILENAME: /opt/xxx.bin
+#             NUM_ROUNDS: 7
+
+logging:
+    extra_logs: 1
\ No newline at end of file
diff --git a/configs/usb_hdd.yaml b/configs/usb_hdd.yaml
new file mode 100644
index 0000000..224c6f6
--- /dev/null
+++ b/configs/usb_hdd.yaml
@@ -0,0 +1,22 @@
+explicit_nodes:
+    "ssh://koder@192.168.0.108::/home/koder/.ssh/id_rsa": testnode
+    # local: testnode
+
+internal:
+    var_dir_root: /tmp/perf_tests
+
+sensors:
+    receiver_url: "udp://{ip}:5699"
+    roles_mapping:
+        ceph-osd: block-io
+        cinder: block-io, system-cpu
+        testnode: system-cpu, block-io
+
+tests:
+        - io:
+            cfg: wally/suits/io/io_scenario_hdd.cfg
+            params:
+                FILENAME: /media/koder/a5230078-4c27-4c3b-99aa-26148e78b2e7/xxx.bin
+                NUM_ROUNDS: 7
+logging:
+    extra_logs: 1
\ No newline at end of file
diff --git a/configs/vEnv-3-2.yaml b/configs/vEnv-3-2.yaml
new file mode 100644
index 0000000..385013a
--- /dev/null
+++ b/configs/vEnv-3-2.yaml
@@ -0,0 +1,56 @@
+clouds:
+    fuel:
+        url: http://172.16.52.108:8000/
+        creds: admin:admin@admin
+        ssh_creds: root:test37
+        openstack_env: fuel
+
+discover: fuel
+
+# explicit_nodes:
+#     "ssh://root@172.16.52.112:3022:/home/koder/.ssh/id_rsa": testnode
+
+internal:
+    var_dir_root: /tmp/perf_tests
+
+# sensors:
+#     receiver_url: "udp://{ip}:5699"
+#     roles_mapping:
+#         ceph-osd: block-io
+#         cinder: block-io, system-cpu
+#         testnode: system-cpu, block-io
+
+tests:
+    - start_test_nodes:
+        creds: clouds
+        vm_params:
+            count: x1
+            image:
+                name: disk_io_perf
+                url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
+
+            flavor:
+                name: disk_io_perf.1024
+                hdd_size: 50
+                ram_size: 1024
+                cpu: 1
+
+            keypair_name: disk_io_perf
+            network_zone_name: net04
+            flt_ip_pool: net04_ext
+            private_key_path: disk_io_perf.pem
+            creds: "ssh://ubuntu@{ip}::{private_key_path}"
+            name_templ: wally-{group}-{id}
+            scheduler_group_name: wally-aa-{group}-{id}
+            security_group: disk_io_perf
+
+        tests:
+            - io:
+                # cfg: tests/io_scenario_hdd.cfg
+                cfg: scripts/fio_tests_configs/io_task_test.cfg
+                params:
+                    FILENAME: /opt/xxx.bin
+                    NUM_ROUNDS: 7
+
+logging:
+    extra_logs: 1