diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2016-06-21 03:03:32 +0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2016-06-21 03:05:17 +0800 |
commit | 675eef731a098f83aa98c2021b151b7e5ba1da7d (patch) | |
tree | 77593df19c82bad2844743034600a93aa0255239 /fuel-plugin/node_roles.yaml | |
parent | 3ec9f7fbd9ed74126ae92be3e7d4c16b39674987 (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/node_roles.yaml')
-rw-r--r-- | fuel-plugin/node_roles.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fuel-plugin/node_roles.yaml b/fuel-plugin/node_roles.yaml new file mode 100644 index 000000000..8ba827eeb --- /dev/null +++ b/fuel-plugin/node_roles.yaml @@ -0,0 +1,8 @@ +yardstick: + name: "Yardstick" + description: "Install Yardstick on nodes with this role" + has_primary: false # whether has primary role or not + public_ip_required: false # whether requires public net or not + weight: 50 # weight that will be used for ordering on fuel ui + limits: + min: 0 |