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
424 B
YAML
13 lines
424 B
YAML
- id: api-proxy
|
|
type: puppet
|
|
version: 2.0.0
|
|
groups: [primary-controller, controller]
|
|
required_for: [deploy_end, controller_remaining_tasks]
|
|
requires: [apache]
|
|
parameters:
|
|
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/api-proxy/api-proxy.pp
|
|
puppet_modules: /etc/puppet/modules
|
|
timeout: 3600
|
|
test_post:
|
|
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/api-proxy/api-proxy_post.rb
|