diff options
author | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-01-19 12:05:46 +0000 |
---|---|---|
committer | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-01-20 14:37:24 +0000 |
commit | 2a3ff071bd08ff02610286a5ad4ba46690b6bc6b (patch) | |
tree | 1c0d2b3a7561f0a8aa0ab26d346419b35c56442f /fuel-plugin-vsperf/deployment_tasks.yaml | |
parent | 6da6b66a1affe7a79180a49534602a02e7994c7f (diff) |
fuel-plugin: Initial version targeting Fuel8
Change-Id: I21b24527da480c713899bffdaec8381752354e53
Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
Diffstat (limited to 'fuel-plugin-vsperf/deployment_tasks.yaml')
-rw-r--r-- | fuel-plugin-vsperf/deployment_tasks.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/fuel-plugin-vsperf/deployment_tasks.yaml b/fuel-plugin-vsperf/deployment_tasks.yaml new file mode 100644 index 00000000..6ce01267 --- /dev/null +++ b/fuel-plugin-vsperf/deployment_tasks.yaml @@ -0,0 +1,23 @@ +# These tasks will be merged into deployment graph. Here you +# can specify new tasks for any roles, even built-in ones. + +- id: vsperf + type: group + role: [vsperf] + requires: [deploy_start] + required_for: [deploy_end] + tasks: [fuel_pkgs, hiera, globals, tools, logging, netconfig, + hosts, firewall, deploy_start, vsperf_install] + parameters: + strategy: + type: parallel + +- id: vsperf_install + type: puppet + groups: [vsperf] + requires: [deploy_start] + required_for: [deploy_end] + parameters: + puppet_manifest: puppet/manifests/vsperf-install.pp + puppet_modules: puppet/modules:/etc/puppet/modules + timeout: 3600 |