Add Stackless Support 71/63971/3
authormbeierl <mark.beierl@dell.com>
Wed, 24 Oct 2018 21:05:37 +0000 (17:05 -0400)
committermbeierl <mark.beierl@dell.com>
Mon, 29 Oct 2018 15:02:00 +0000 (11:02 -0400)
commitbf29ec6e9a5f742d71e7d5cafe009b7223f46782
treebd9cee239de2c4aa4982c27864807385fd4cd61f
parent518988ca97031ef0e64e15db5ec2d8f2b86d49e9
Add Stackless Support

Adds ability to specify IP address list instead of looking up
full list from OpenStack Heat.

Adds stackless mode to bypass OpenStack heat altogether if
we are running against bare metal or other nodes that are
not under Heat's domain.

Adds ability to create filesystems and mount them for profiling.

Adds number of jobs and number of files to create to the
initializations API so we can lay down files and fill them
with random data ahead of the actual performance run.

Change-Id: Ia787f8b863bc92b38dd29b3cf17eda0d48f3bcd5
JIRA: STORPERF-265
Signed-off-by: mbeierl <mark.beierl@dell.com>
docker/storperf-master/rest_server.py
docker/storperf-master/storperf/fio/fio_invoker.py
docker/storperf-master/storperf/storperf_master.py
docker/storperf-master/storperf/test_executor.py
docker/storperf-master/storperf/utilities/data_handler.py
docker/storperf-master/storperf/workloads/_base_workload.py
docker/storperf-master/storperf/workloads/_custom_workload.py
docs/testing/user/installation.rst
docs/testing/user/introduction.rst
docs/testing/user/test-usage.rst