Fix hot-plug

There was the bug that prevent working as a hotpluggable plugin. This
fix improves ordering of task for that.

Change-Id: Id7fedb538d611bdc00d34f80dbd27495b3234c58
Closes-bug: #1629034
This commit is contained in:
Igor Gajsin 2016-10-05 17:12:39 +03:00
parent 60639924b3
commit 3f707cdbec
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
# Manila - Share
- id: manila-share
type: group
version: 2.1.0
role: [manila-share]
tasks: [hiera, globals, setup_repositories, tools, logging, netconfig, firewall, hosts, ntp-client, dns-client, cgroups, manila-hiera, deploy_start]
required_for: [deploy_end]
@ -15,6 +16,7 @@
- id: manila-data
type: group
version: 2.1.0
role: [manila-data]
tasks: [hiera, globals, setup_repositories, tools, logging, netconfig, firewall, hosts, ntp-client, dns-client, cgroups, manila-hiera, deploy_start]
required_for: [deploy_end]
@ -194,7 +196,7 @@
- name: manila-db
cross-depended-by:
- name: deploy_end
requires: [manila-install, manila-haproxy]
requires: [manila-install, manila-haproxy, manila-hiera]
parameters:
puppet_manifest: "puppet/manifests/site.pp"
puppet_modules: "puppet/modules:/etc/puppet/modules"