summaryrefslogtreecommitdiffstats
path: root/fuel-plugin/README.md
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2016-06-21 03:03:32 +0800
committerGuo Ruijing <ruijing.guo@intel.com>2016-06-21 03:05:17 +0800
commit675eef731a098f83aa98c2021b151b7e5ba1da7d (patch)
tree77593df19c82bad2844743034600a93aa0255239 /fuel-plugin/README.md
parent3ec9f7fbd9ed74126ae92be3e7d4c16b39674987 (diff)
Add fuel plugin for Yardstick
1. fuel can deploy yardstick 2. todo: fuel run yardstick Change-Id: If1a4b178187d78bdc2d4c3b6469faff78dc51ead Signed-off-by: Chou, David J <david.j.chou@intel.com> Signed-off-by: Hinman, John <john.hinman@intel.com> Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'fuel-plugin/README.md')
-rw-r--r--fuel-plugin/README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/fuel-plugin/README.md b/fuel-plugin/README.md
new file mode 100644
index 000000000..b5a954269
--- /dev/null
+++ b/fuel-plugin/README.md
@@ -0,0 +1,36 @@
+plugin-yardstick
+================
+
+Plugin description
+Installs Yardstick on base-os node via a fuel plugin.
+
+
+To build:
+1) install fuel plugin builder (fpb)
+ sudo apt-get install createrepo rpm dpkg-dev
+ easy_install pip
+ pip install fuel-plugin-builder
+
+2) build plugin
+ fpb --build <plugin-name>
+ e.g.: fpb --build plugin-yardstick
+
+3) copy plugin rpm to fuel master
+ e.g. scp plugin-yardstick-0.1-0.1.0-1.noarch.rpm <user>@<server-name>:~/
+
+4) install plugin
+ fuel plugins --install <plugin-name>.rpm
+
+5) prepare fuel environment
+ on fuel dashboard, go to settings/other
+ enable yardstick plugin with checkbox
+ save settings
+
+6) add nodes to environment
+
+7) deploy
+
+8) run
+Once deployed, SSH to deployed node. Find IP of yardstick node.
+SSH to yardstick node, Activate yardstick:
+ source yardstick_env/bin/activate