diff options
author | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-02-05 11:41:41 +0000 |
---|---|---|
committer | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-02-05 11:56:26 +0000 |
commit | 4064fc0e839c26c38a38ee71e63673ed59d8547b (patch) | |
tree | 8539ad91870b0b2c0473146cb77a8929dcdb5593 /fuel-plugin-vsperf/tasks.yaml | |
parent | 4b8014e83855e1da674d3115237c2556742cbdad (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/tasks.yaml')
-rw-r--r-- | fuel-plugin-vsperf/tasks.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fuel-plugin-vsperf/tasks.yaml b/fuel-plugin-vsperf/tasks.yaml new file mode 100644 index 00000000..0cc003ef --- /dev/null +++ b/fuel-plugin-vsperf/tasks.yaml @@ -0,0 +1,7 @@ +- role: ['compute'] + stage: post_deployment/8998 + type: puppet + parameters: + puppet_manifest: puppet/manifests/vsperf-install.pp + puppet_modules: puppet/modules:/etc/puppet/modules + timeout: 720 |