fuel-plugin-cinder-netapp/tasks.yaml

13 lines
372 B
YAML

# This tasks will be applied on controller nodes,
# here you can also specify several roles, for example
# ['cinder', 'compute'] will be applied only on
# cinder and compute nodes
- role: ['cinder']
stage: post_deployment
type: puppet
priority: 10
parameters:
puppet_manifest: install_cinder_netapp.pp
puppet_modules: /etc/puppet/modules/
timeout: 600