From 151e2655c678e3241ac08d049945a0f35083d3af Mon Sep 17 00:00:00 2001 From: Yaoguang Wang Date: Thu, 14 Jul 2016 19:59:12 +0800 Subject: StorPerf integration into Yardstick as a pulgin. This task will install *StorPerf* on the Jump Host. StorPerf will run in docker container on the Jump Host. JIRA: YARDSTICK-303 Change-Id: Ia592522a169f021adecc7d89d70079980be69665 Signed-off-by: Yaoguang Wang --- plugin/storperf.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugin/storperf.yaml (limited to 'plugin') diff --git a/plugin/storperf.yaml b/plugin/storperf.yaml new file mode 100644 index 000000000..d08e26eb6 --- /dev/null +++ b/plugin/storperf.yaml @@ -0,0 +1,13 @@ +--- +# StorPerf plugin configration file +# Used for integration StorPerf into Yardstick as a plugin + +schema: "yardstick:plugin:0.1" + +plugins: + name: storperf + +deployment: + ip: 192.168.23.2 + user: root + password: root -- cgit 1.2.3-korg