fix type in deployment_task

Change-Id: I87733405c6929f7f7c75db777464d4727910fd4d
This commit is contained in:
Igor Gajsin 2016-08-02 11:12:58 +03:00
parent c71556cf3a
commit 9ad01bc58e
1 changed files with 10 additions and 1 deletions

View File

@ -70,7 +70,15 @@
puppet_modules: "puppet/modules:/etc/puppet/modules"
timeout: 3600
- id: manila-haproxy
type: puppet
groups: [primary-controller, controller]
version: 2.1.0
requires: [manila-install]
parameters:
puppet_manifest: "puppet/manifests/haproxy.pp"
puppet_modules: "puppet/modules:/etc/puppet/modules"
timeout: 3600
- id: manila-main
type: puppet
@ -80,6 +88,7 @@
- name: manila-db
cross-depended-by:
- name: deploy_end
requires: [manila-install, manila-haproxy]
parameters:
puppet_manifest: "puppet/manifests/site.pp"
puppet_modules: "puppet/modules:/etc/puppet/modules"