fuel-library/deployment/puppet/osnailyfacter/modular/globals/tasks.yaml

21 lines
778 B
YAML

- id: globals
type: puppet
version: 2.2.0
tags: [primary-controller, controller,
cinder, cinder-block-device, cinder-vmware, compute, compute-vmware,
ceph-osd, primary-mongo, mongo, virt, ironic,
primary-rabbitmq, rabbitmq, primary-database, database, primary-keystone, keystone,
primary-neutron, neutron]
required_for: [deploy_end]
requires: [hiera]
condition:
yaql_exp: 'changed($)'
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/globals/globals.pp
puppet_modules: /etc/puppet/modules
timeout: 120
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