aboutsummaryrefslogtreecommitdiffstats
path: root/fuel-plugin/deployment_tasks.yaml
blob: 90fae719217db911ec8378b27e7d4270f1a5baa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- id: yardstick
  type: group
  role: [yardstick]
  requires: [deploy_start]
  required_for: [deploy_end]
  tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, netconfig, yardstick-install]
  parameters:
    strategy:
      type: parallel

- id: yardstick-install
  type: puppet
  version: 2.0.0
  groups: [yardstick]
  required_for: [post_deployment_end]
  requires: [post_deployment_start]
  parameters:
    puppet_manifest: puppet/manifests/yardstick-install.pp
    puppet_modules: puppet/modules:/etc/puppet/modules
    timeout: 720