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/deployment_tasks.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/deployment_tasks.yaml')
-rw-r--r-- | fuel-plugin/deployment_tasks.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/fuel-plugin/deployment_tasks.yaml b/fuel-plugin/deployment_tasks.yaml new file mode 100644 index 000000000..90fae7192 --- /dev/null +++ b/fuel-plugin/deployment_tasks.yaml @@ -0,0 +1,20 @@ +- id: yardstick + type: group + role: [yardstick] + requires: [deploy_start] + required_for: [deploy_end] + tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, netconfig, yardstick-install] + parameters: + strategy: + type: parallel + +- id: yardstick-install + type: puppet + version: 2.0.0 + groups: [yardstick] + required_for: [post_deployment_end] + requires: [post_deployment_start] + parameters: + puppet_manifest: puppet/manifests/yardstick-install.pp + puppet_modules: puppet/modules:/etc/puppet/modules + timeout: 720 |