aboutsummaryrefslogtreecommitdiffstats
path: root/fuel-plugin-vsperf/deployment_tasks.yaml
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-05-25 14:50:20 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-25 14:50:20 +0000
commit5e3b6ae0427963520357453728411327ac8efafe (patch)
tree78bd0b78bc32566b0dbcc5ad8520740d0bc07caa /fuel-plugin-vsperf/deployment_tasks.yaml
parent2e259679732ed4e0464992b4cae04a4cf4d88000 (diff)
parent5df5198c8b178debaf0e7190a42fa6cc2851b633 (diff)
Merge "Rebase to fuel 9.0 and add vagrant based build and enhance some scripts"
Diffstat (limited to 'fuel-plugin-vsperf/deployment_tasks.yaml')
-rw-r--r--fuel-plugin-vsperf/deployment_tasks.yaml20
1 files changed, 19 insertions, 1 deletions
diff --git a/fuel-plugin-vsperf/deployment_tasks.yaml b/fuel-plugin-vsperf/deployment_tasks.yaml
index fe51488c..02a7c56b 100644
--- a/fuel-plugin-vsperf/deployment_tasks.yaml
+++ b/fuel-plugin-vsperf/deployment_tasks.yaml
@@ -1 +1,19 @@
-[]
+- id: vsperf
+ type: group
+ role: [vsperf]
+ requires: [deploy_start]
+ required_for: [deploy_end]
+ tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, vsperf_install]
+ parameters:
+ strategy:
+ type: parallel
+- id: vsperf_install
+ type: puppet
+ version: 2.0.0
+ groups: [vsperf]
+ required_for: [post_deployment_end]
+ requires: [post_deployment_start]
+ parameters:
+ puppet_manifest: puppet/manifests/vsperf-install.pp
+ puppet_modules: puppet/modules:/etc/puppet/modules
+ timeout: 720