5f8a873627
According to task-based deployment specification the validator in nailgun checks all tasks version New deployment engine can be turned on only if all tasks have version >= 2.0.0 By this commit we confirm that all core tasks have all dependencies including cross-node and are ready to work with task-based deployment engine Closes-Bug:#1528335 Change-Id: I57e52eb8a27bff5a6843c3297a7c97922b49774f
13 lines
390 B
YAML
13 lines
390 B
YAML
- id: apache
|
|
type: puppet
|
|
version: 2.0.0
|
|
groups: [primary-controller, controller]
|
|
required_for: [keystone]
|
|
requires: [openstack-haproxy]
|
|
parameters:
|
|
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/apache/apache.pp
|
|
puppet_modules: /etc/puppet/modules
|
|
timeout: 1200
|
|
test_post:
|
|
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/apache/apache_post.rb
|