4ac516acf6
Without this change cinder-block-device as stand-alone node will not work, because of lack all needed interfaces, unconfigured logging and etc. Change-Id: Ief21fe7887d12050640dd5eecc13cc3eba44a32f Closes-bug: #1533700
16 lines
613 B
YAML
16 lines
613 B
YAML
- id: firewall
|
|
type: puppet
|
|
version: 2.0.0
|
|
groups: [primary-controller, controller, cinder, cinder-block-device, cinder-vmware, compute, ceph-osd, primary-mongo, mongo, ironic]
|
|
required_for: [deploy_end]
|
|
requires: [netconfig]
|
|
reexecute_on: [deploy_changes]
|
|
parameters:
|
|
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/firewall/firewall.pp
|
|
puppet_modules: /etc/puppet/modules
|
|
timeout: 3600
|
|
test_pre:
|
|
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/firewall/firewall_pre.rb
|
|
test_post:
|
|
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/firewall/firewall_post.rb
|