summaryrefslogtreecommitdiffstats
path: root/fuel-plugin-vsperf/deployment_tasks.yaml
diff options
context:
space:
mode:
authorBilly O'Mahony <billy.o.mahony@intel.com>2016-02-05 11:41:41 +0000
committerBilly O'Mahony <billy.o.mahony@intel.com>2016-02-05 11:56:26 +0000
commit4064fc0e839c26c38a38ee71e63673ed59d8547b (patch)
tree8539ad91870b0b2c0473146cb77a8929dcdb5593 /fuel-plugin-vsperf/deployment_tasks.yaml
parent4b8014e83855e1da674d3115237c2556742cbdad (diff)
fuel-plugin: Remove use of plugin-defined role
The use of a fuel plugin-defined role not working since rebase to Fuel8 so work around this by removing dependecy on this feature for imminent Rel/B. Change-Id: Icd1ee1c8f05a1c26e8da7f80d2d7206374099a93 Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Michal Skalski <mskalski@mirantis.com> Reviewed-by: Jonas Bjurel <jonas.bjurel@ericsson.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Mark D. Gray <mark.d.gray@intel.com> Reviewed-by: Al Morton <acmorton@att.com> Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
Diffstat (limited to 'fuel-plugin-vsperf/deployment_tasks.yaml')
-rw-r--r--fuel-plugin-vsperf/deployment_tasks.yaml24
1 files changed, 1 insertions, 23 deletions
diff --git a/fuel-plugin-vsperf/deployment_tasks.yaml b/fuel-plugin-vsperf/deployment_tasks.yaml
index 6ce01267..fe51488c 100644
--- a/fuel-plugin-vsperf/deployment_tasks.yaml
+++ b/fuel-plugin-vsperf/deployment_tasks.yaml
@@ -1,23 +1 @@
-# 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
+[]