Added scaleio group of tasks for environment check

Change-Id: If28df906e9e8bcadb39079bcb5432e3ccfd2359a
This commit is contained in:
alexey-mr 2016-09-13 12:22:45 +03:00
parent 7990339405
commit c8a1143637
1 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,17 @@
# strategy:
# type: parallel
- id: scaleio
type: group
role: [scaleio]
tasks: [hiera, globals, tools, logging, netconfig, hosts, firewall, deploy_start]
required_for: [deploy_end]
requires: [deploy_start]
parameters:
strategy:
type: parallel
##############################################################################
# ScaleIO environment check
##############################################################################