aboutsummaryrefslogtreecommitdiffstats
path: root/fuel-plugin/deployment_tasks.yaml
blob: 6d53198b7d76048ac3e6e1bac80962adca8ba00a (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]
  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