blob: d37f1545e9fa03c135a4dae463154bbc347fbe9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 2016-2017 Intel Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
- 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
|