license: Add license info to all project files
[vswitchperf.git] / fuel-plugin-vsperf / deployment_tasks.yaml
1 # Copyright 2016-2017 Intel Corporation.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 # http://www.apache.org/licenses/LICENSE-2.0
7
8 - id: vsperf
9   type: group
10   role: [vsperf]
11   requires: [deploy_start]
12   required_for: [deploy_end]
13   tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, vsperf_install]
14   parameters:
15     strategy:
16       type: parallel
17 - id: vsperf_install
18   type: puppet
19   version: 2.0.0
20   groups: [vsperf]
21   required_for: [post_deployment_end]
22   requires: [post_deployment_start]
23   parameters:
24     puppet_manifest: puppet/manifests/vsperf-install.pp
25     puppet_modules: puppet/modules:/etc/puppet/modules
26     timeout: 720