fuel-library/deployment/puppet/osnailyfacter/modular/globals/tasks.yaml
Matthew Mosesohn 67215c22fe Fix dependencies for cinder-block-device role
Hiera and globals are needed to run cinder task.
Additionally, fixed the role dependency for
cinder-block-device, because it requires the node config
to be done by compute role first.

Change-Id: I01efd03e649157389ac3bdac1103c3207216bd25
Closes-Bug: #1528502
2015-12-28 13:35:34 +03:00

18 lines
634 B
YAML

- id: globals
type: puppet
version: 2.0.0
groups: [primary-controller, controller,
cinder, cinder-block-device, cinder-vmware, compute, ceph-osd,
primary-mongo, mongo, virt, ironic]
required_for: [deploy_end]
requires: [hiera]
reexecute_on: [deploy_changes]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/globals/globals.pp
puppet_modules: /etc/puppet/modules
timeout: 3600
test_pre:
cmd: python /etc/puppet/modules/osnailyfacter/modular/globals/globals_pre.py
test_post:
cmd: python /etc/puppet/modules/osnailyfacter/modular/globals/globals_post.py