fixes
diff --git a/configs/config_vm_scan.yaml b/configs/config_vm_scan.yaml
new file mode 100644
index 0000000..c9a91f7
--- /dev/null
+++ b/configs/config_vm_scan.yaml
@@ -0,0 +1,76 @@
+clouds:
+    fuel:
+        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
+
+node_configs:
+    io_1024:
+        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:
+    - start_test_nodes:
+        openstack:
+            creds: clouds
+            vm_params:
+                count: x1
+                config: io_1024
+        tests:
+            - io:
+                cfg: tests/io_scenario_hdd.cfg
+                params:
+                    FILENAME: /opt/xxx.bin
+                    NUM_ROUNDS: 7
+
+    - start_test_nodes:
+        openstack:
+            creds: clouds
+            vm_params:
+                count: x2
+                config: io_1024
+        tests:
+            - io:
+                cfg: tests/io_scenario_hdd.cfg
+                params:
+                    FILENAME: /opt/xxx.bin
+                    NUM_ROUNDS: 7
+
+    - start_test_nodes:
+        openstack:
+            creds: clouds
+            vm_params:
+                count: x3
+                config: io_1024
+        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
index 7948093..996199c 100644
--- a/configs/local_ceph.yaml
+++ b/configs/local_ceph.yaml
@@ -16,7 +16,6 @@
 
 tests:
     - io:
-        # cfg: tests/io_scenario_hdd.cfg
         cfg: scripts/fio_tests_configs/io_task_test.cfg
         use_sudo: false
         params:
diff --git a/configs/perf1.yaml b/configs/perf1.yaml
index 05591fe..4405f34 100644
--- a/configs/perf1.yaml
+++ b/configs/perf1.yaml
@@ -46,6 +46,7 @@
 
         tests:
             - io:
+                name: ceph
                 # cfg: wally/suits/io/io_scenario_ceph.cfg
                 cfg: scripts/fio_tests_configs/io_task_test.cfg
                 prefill_files: true
diff --git a/configs/usb_hdd.yaml b/configs/usb_hdd.yaml
index 67b2d83..3ff2458 100644
--- a/configs/usb_hdd.yaml
+++ b/configs/usb_hdd.yaml
@@ -6,20 +6,22 @@
     var_dir_root: /tmp/perf_tests
 
 testnode_log_root: /tmp/perf_tests_rem
+# run_web_ui: true
 
-sensors:
-    roles_mapping:
-        testnode: system-cpu, block-io
+# sensors:
+#     roles_mapping:
+#         testnode: system-cpu, block-io
 
 tests:
     - io:
-        # cfg: wally/suits/io/io_scenario_hdd.cfg
-        cfg: scripts/fio_tests_configs/io_task_test.cfg
+        cfg: wally/suits/io/hdd.cfg
+        # cfg: scripts/fio_tests_configs/io_task_test.cfg
         prefill_files: false
         use_sudo: false
+        test_logging: true
         params:
             FILENAME: /media/koder/a5230078-4c27-4c3b-99aa-26148e78b2e7/xxx.bin
-            NUM_ROUNDS: 5
+            NUM_ROUNDS: 7
 
 logging:
     extra_logs: 1
\ No newline at end of file