created tag
This commit is contained in:
parent
e9bfbaada7
commit
258287ce30
10
tasks.yaml
10
tasks.yaml
@ -6,11 +6,17 @@
|
|||||||
# ['cinder', 'compute'] will be applied only on
|
# ['cinder', 'compute'] will be applied only on
|
||||||
# cinder and compute nodes
|
# cinder and compute nodes
|
||||||
- role: '*'
|
- role: '*'
|
||||||
stage: post_deployment/8000
|
stage: monitoring
|
||||||
|
type: shell
|
||||||
|
parameters:
|
||||||
|
cmd: bash deploy.sh
|
||||||
|
timeout: 420
|
||||||
|
|
||||||
|
- role: '*'
|
||||||
|
stage: monitoring
|
||||||
type: puppet
|
type: puppet
|
||||||
parameters:
|
parameters:
|
||||||
puppet_manifest: puppet/manifests/deploy.pp
|
puppet_manifest: puppet/manifests/deploy.pp
|
||||||
puppet_modules: puppet/modules
|
|
||||||
timeout: 420
|
timeout: 420
|
||||||
# Task is applied for all roles
|
# Task is applied for all roles
|
||||||
#- role: '*'
|
#- role: '*'
|
||||||
|
Loading…
Reference in New Issue
Block a user