temove old config examples
diff --git a/configs-examples/ceph_fuel.yaml b/configs-examples/ceph_fuel.yaml
deleted file mode 100644
index 0e1fb7b..0000000
--- a/configs-examples/ceph_fuel.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-include: default.yaml
-lab_name: ${LAB_NAME}
-
-clouds:
-    fuel:
-        url: http://${FUEL_WEBUI_IP}:8000/
-
-        # fuel UI creds
-        creds: ${USER}:${PASSWD}@${TENANT} #admin:admin@admin
-
-        # fuel master ssh passwd
-        ssh_creds: root:${FUEL_SSH_PASSWD}
-
-        # openstack environment
-        openstack_env: ${OPENSTACK_ENV_NAME}
-
-discover: fuel_openrc_only
-
-tests:
-    - start_test_nodes:
-        openstack:
-            count: x1
-            cfg_name: wally_1024
-            network_zone_name: net04
-            flt_ip_pool: net04_ext
-
-        tests:
-            - io:
-                cfg: ceph
-                params:
-                    FILENAME: /dev/vdb
-                    TEST_FILE_SIZE: 100G
diff --git a/configs-examples/ceph_raw.yaml b/configs-examples/ceph_raw.yaml
deleted file mode 100644
index 27e7cf4..0000000
--- a/configs-examples/ceph_raw.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-include: default.yaml
-
-clouds:
-    ceph: ssh://${USER}@${ANY_CEPH_NODE}::${KEY_FILE}
-
-discover: ceph
-
-explicit_nodes:
-    "ssh://${TEST_USER}@${TESTNODE1}::${KEY_FILE}": testnode
-    "ssh://${TEST_USER}@${TESTNODE2}::${KEY_FILE}": testnode
-    "ssh://${TEST_USER}@${TESTNODE3}::${KEY_FILE}": testnode
-
-sensors:
-    roles_mapping:
-        testnode: system-cpu, block-io, net-io
-        ceph-osd: system-cpu, block-io, net-io
-
-tests:
-    - io:
-        cfg: ceph
-        params:
-            FILENAME: /dev/rbd/rbd/${RBD_DEV_NAME_OR_LINK}
-            TEST_FILE_SIZE: ${FILESIZE}
diff --git a/configs-examples/db_raw.yaml b/configs-examples/db_raw.yaml
deleted file mode 100644
index 9d74c17..0000000
--- a/configs-examples/db_raw.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-include: default.yaml
-
-explicit_nodes:
-    "ssh://root@${NODE_IP}::${KEY_NAME}": testnode
-
-tests:
-    - pgbench:
-        num_clients: 4
-        transactions_per_client: 2
-    - mysql:
-        warehouses: 20
diff --git a/configs-examples/default.yaml b/configs-examples/default.yaml
deleted file mode 100644
index 60260ab..0000000
--- a/configs-examples/default.yaml
+++ /dev/null
@@ -1,134 +0,0 @@
-#  ------------------------------------    CONFIGS   -------------------------------------------------------------------
-collect_info: true
-results_dir: /tmp/perf_tests
-settings_dir: ~/.wally
-connect_timeout: 30
-download_rpc_logs: true
-rpc_log_level: INFO
-default_test_local_folder: "/tmp/wally_{uuid}_{name}"
-keep_raw_files: false
-
-logging:
-    level: DEBUG
-#   config: logger.yaml
-
-vm_configs:
-    keypair_file_private: wally_vm_key_perf3.pem
-    keypair_file_public: wally_vm_key_perf3.pub
-    keypair_name: wally_vm_key
-
-    wally_1024:
-        image:
-            name: wally_ubuntu
-            user: ubuntu
-            url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
-
-        flavor:
-            name: wally_1024
-            hdd_size: 100
-            ram_size: 1024
-            cpu_count: 2
-
-        vol_sz: 100
-        name_templ: wally-{group}-{id}
-        aa_group_name: wally-aa-{0}
-        security_group: wally_ssh_to_everyone
-
-
-ceph_settings: nodeep-scrub, noscrub
-
-#-----------------------------------------    STEPS   ------------------------------------------------------------------
-
-sensors:
-   online: true
-   roles_mapping:
-       testnode: system-cpu, block-io, net-io
-       ceph-osd:
-            system-cpu: ".*"
-            block-io: ".*"
-            net-io: ".*"
-            ceph:
-                counters:
-                  - osd/op_r
-                  - osd/op_w
-                  - osd/op_r_out_bytes
-                  - osd/op_w_in_bytes
-       compute:
-            system-cpu: ".*"
-            block-io: "sd?"
-            net-io: ".*"
-
-#----------------------------------   TEST PROFILES --------------------------------------------------------------------
-profiles:
-    spawn:
-        OS_1_to_1:
-            openstack:
-                count: "=1"
-                cfg_name: wally_1024
-                network_zone_name: net04
-                flt_ip_pool: net04_ext
-                skip_preparation: true
-
-    test:
-        ceph_vdb:
-            - io:
-                load: ceph
-                params:
-                    FILENAME: /dev/vdb
-                    TEST_FILE_SIZE: AUTO
-
-        cinder_iscsi_vdb:
-            - io:
-                load: cinder_iscsi
-                params:
-                    FILENAME: /dev/vdb
-                    TEST_FILE_SIZE: AUTO
-
-        nova_io:
-            - io:
-                load: hdd
-                params:
-                    FILENAME: /dev/vdb
-                    TEST_FILE_SIZE: AUTO
-
-    openstack_ceph: OS_1_to_1 + ceph_vdb
-    openstack_cinder: OS_1_to_1 + ceph_iscsi_vdb
-    openstack_nova: OS_1_to_1 + nova_io
-
-
-reporting:
-    colors:
-        primary_color: b
-        suppl_color1: teal
-        suppl_color2: magenta
-        box_color: y
-        noise_alpha: 0.3
-        subinfo_alpha: 0.7
-        imshow_colormap: null
-
-    style:
-        grid: true
-        tide_layout: true
-        hist_boxes: 10
-        min_points_for_dev: 5
-        dev_range_x: 2.0
-        dev_perc: 95
-        avg_range: 20
-        curve_approx_level: 5
-        curve_approx_points: 100
-        extra_io_spine: true
-        legend_for_eng: True
-        heatmap_interpolation: 1d
-        heatmap_interpolation_points: 300
-        outliers_q_nd: 3.0
-        outliers_lat: [0.01, 0.995]
-        violin_instead_of_box: true
-        violin_point_count: 30000
-        heatmap_colorbar: false
-        units:
-            bw: ["MiBps", 1024, "bandwith"]
-            iops: ["IOPS", 1, "iops"]
-            lat: ["ms", 1, "latency"]
-
-    matplotlib_params:
-        "font.size": 10
\ No newline at end of file
diff --git a/configs-examples/full.yaml b/configs-examples/full.yaml
deleted file mode 100644
index 7f07516..0000000
--- a/configs-examples/full.yaml
+++ /dev/null
@@ -1,76 +0,0 @@
-collect_info: false
-suspend_unused_vms: false
-results_storage: /var/wally_results
-var_dir_root: /tmp/perf_tests
-settings_dir: ~/.wally
-collect_info: false
-suspend_unused_vms: true
-
-logging:
-    extra_logs: 1
-    level: DEBUG
-
-vm_configs:
-    keypair_file_private: wally_vm_key_perf3.pem
-    keypair_file_public: wally_vm_key_perf3.pub
-    keypair_name: wally_vm_key
-
-    wally_1024:
-        image:
-            name: wally_ubuntu
-            url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
-            creds: "ssh://ubuntu@{ip}::{private_key_path}"
-
-        flavor:
-            name: wally_1024
-            hdd_size: 100
-            ram_size: 1024
-            cpu_count: 2
-
-        vol_sz: 100
-        name_templ: wally-{group}-{id}
-        aa_group_name: wally-aa-{0}
-        security_group: wally_ssh_to_everyone
-
-
-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
-
-sensors:
-   online: true
-   roles_mapping:
-       testnode: system-cpu, block-io, net-io
-       ceph-osd: system-cpu, block-io, net-io
-       compute:
-            system-cpu: *
-            block-io: sd*
-            net-io: *
-
-tests:
-    - start_test_nodes:
-        openstack:
-            count: =2
-            cfg_name: wally_1024
-            network_zone_name: net04
-            flt_ip_pool: net04_ext
-            skip_preparation: true
-
-        tests:
-            - io:
-                node_limit: 2
-                use_system_fio: bool
-                load: ceph
-                params:
-                    FILENAME: /dev/vdb
-                    TEST_FILE_SIZE: 100G
diff --git a/configs-examples/hdd.yaml b/configs-examples/hdd.yaml
deleted file mode 100644
index 52a39d2..0000000
--- a/configs-examples/hdd.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-include: default.yaml
-
-explicit_nodes:
-    local: testnode
-
-tests:
-    - io:
-        cfg: hdd
-        params:
-            FILENAME: ${FILEPATH}
-            TEST_FILE_SIZE: ${FILESIZE}
diff --git a/configs-examples/local_ceph.yaml b/configs-examples/local_ceph.yaml
deleted file mode 100644
index 02568e4..0000000
--- a/configs-examples/local_ceph.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-include: default.yaml
-
-clouds:
-    ceph: local
-
-discover: ceph
-
-explicit_nodes:
-    local: testnode
-
-sensors:
-    roles_mapping:
-        testnode: system-cpu, block-io
-
-tests:
-    - io:
-        cfg: ceph
-        params:
-            FILENAME: ${CEPH_RBD_DEVICE}
-            TEST_FILE_SIZE: ${FILESIZE}
diff --git a/configs-examples/local_lxc_ceph.yaml b/configs-examples/local_lxc_ceph.yaml
deleted file mode 100644
index 2c4cbf4..0000000
--- a/configs-examples/local_lxc_ceph.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-include: default.yaml
-collect_info: false
-
-nodes:
-    koder@192.168.0.100: testnode
-
-tests:
-    - fio:
-#        load: rrd_qd_scan
-        load: hdd
-#        skip_prefill: true
-        params:
-#            FILENAME: /media/data/Swiss.Army.Man.2016.BDRip.1080p.mkv
-            FILENAME: /media/koder/test_space/test.bin
-            FILESIZE: 10G
-            RUNTIME: 180
-#            RUNTIME: 5
-#            QDS: [1, 2, 4, 8, 16, 32, 64]
-#            QDS: [1, 16, 128]
-#            QDS: [1]
-
diff --git a/configs-examples/logger.yaml b/configs-examples/logger.yaml
deleted file mode 100644
index 6d833c3..0000000
--- a/configs-examples/logger.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-formatters:
-    default:
-        format: '%(asctime)s - %(levelname)8s - %(name)-15s - %(message)s'
-        datefmt: '"%H:%M:%S"'
-    custom:
-        (): my.package.customFormatterFactory
-        bar: baz
-        spam: 99.9
-        answer: 42
-
-handlers:
-    email:
-        class: logging.handlers.SMTPHandler
-        mailhost: localhost
-        fromaddr: my_app@domain.tld
-        toaddrs:
-          - support_team@domain.tld
-          - dev_team@domain.tld
-        subject: Houston, we have a problem.
-
-loggers:
-  foo.bar.baz:
-    # other configuration for logger 'foo.bar.baz'
-    handlers: [h1, h2]
\ No newline at end of file
diff --git a/configs-examples/omg.yaml b/configs-examples/omg.yaml
deleted file mode 100644
index ee45d1b..0000000
--- a/configs-examples/omg.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-include: default.yaml
-
-clouds:
-    omg: local
-
-explicit_nodes:
-    "ssh://root@host::/root/.ssh/id_rsa.pub": testnode
-    "ssh://root@host2::/root/.ssh/id_rsa.pub": testnode
-
-tests:
-    - omg:
-        prerun_script: "wally/suits/omgbench/prepare.sh"
-        run_script: "wally/suits/omgbench/run.sh"
-        run_opts: "times 40 timeout 60 url rabbit://guest:guest@localhost concurrency 40"
-
-sensors:    
-    roles_mapping:
-        testnode: system-cpu, block-io, net-io
-    sensors_remote_path: /tmp/sensors