Refactor tasks for version 2.0.0

Version 2.0.0 tasks enable parallel deployment and
cross-dependencies. This patch adds support to the
plugin so that the other tasks can be deployed as such.

Change-Id: I074d3d6abd93af25697a970860ea464cd2065aa7
Partial-Bug: #1548340
This commit is contained in:
Matthew Mosesohn 2016-03-02 19:13:33 +03:00
parent 7a2388727b
commit 925438d6e7
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
# Deployment tasks
- id: task-rabbitmq
type: puppet
version: 2.0.0
groups: [standalone-rabbitmq]
requires: [hosts, firewall, rabbitmq-firewall, globals,
rabbitmq-hiera-override, cluster]
@ -41,6 +42,7 @@
# Deployment tasks
- id: rabbitmq-firewall
type: puppet
version: 2.0.0
groups: [standalone-rabbitmq]
requires: [hosts, globals, rabbitmq-hiera-override, firewall]
required_for: [deploy_end]