fuel-library/deployment/puppet/osnailyfacter/modular/horizon/tasks.yaml
Aleksandr Didenko 5882a8ba14 New tasks for Horizon, API-proxy and Ceph radosgw
* move Horizon, API proxy and radosgw setup from
  openstack::controller to separate tasks
* minor refactoring of some ceph manifests to allow separate
  ceph::radosgw declaration
* fixing mistake in osnailyfacter::apache_api_proxy - we pass
  master_ip as parameter, so there's no need to pull it via hiera
  inside the class
* fixing warning from api_proxy.conf.erb template

Change-Id: I03810ed51ae015ac64dde6e82ce2f721a42f45d3
Related-Blueprint: fuel-library-modularization
2015-03-10 13:16:11 +02:00

14 lines
474 B
YAML

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