fuel-library/deployment/puppet/osnailyfacter/modular/openstack-haproxy/tasks.yaml
Aleksandr Didenko 8655f4a50d Graph and manifests cleanup for modularization
* Move needed resources from controller.pp to openstack-controller
* Rename 'top-role-controller' task to 'controller_end'
* Simplify tasks graph
* Add missing notice('MODULAR') function calls
* Remove unneeded ./openstack/manifests/controller_ha.pp file
* Move tweaks::ubuntu_service_override into proper manifests

Change-Id: I990aeb202ec34cc1289d36cd85c7894070d149b9
Related-Blueprint: fuel-library-modularization
2015-03-02 22:15:37 +02:00

14 lines
539 B
YAML

- id: openstack-haproxy
type: puppet
groups: [primary-controller, controller]
required_for: [deploy_end]
requires: [cluster-haproxy]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/openstack-haproxy/openstack-haproxy.pp
puppet_modules: /etc/puppet/modules
timeout: 3600
test_pre:
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/openstack-haproxy/openstack-haproxy_pre.rb
test_post:
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/openstack-haproxy/openstack-haproxy_post.rb