summaryrefslogtreecommitdiffstats
path: root/fuel-plugin/deployment_tasks.yaml
diff options
context:
space:
mode:
authorMichal Skalski <mskalski@mirantis.com>2016-09-18 14:16:16 +0200
committerMichal Skalski <mskalski@mirantis.com>2016-09-18 14:30:33 +0200
commita10a10b373f17dc423800e6bb8d1a8e99450090d (patch)
tree972735bac4d8d5213f5d718f4e6e8f0a77f8aae8 /fuel-plugin/deployment_tasks.yaml
parentb8f6485d5a5c66f0fce566e59b8b5891c6a7f571 (diff)
[Fuel-plugin] Install kernel in post-deployment.
Install kernel and reboot compute nodes in post-deployment phase when there is less chance to interfere with other tasks. Implement Michael's suggestion to use reboot puppet module. Change-Id: I83867e5e2752c39d2b69c950e3e475d43de04466 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'fuel-plugin/deployment_tasks.yaml')
-rw-r--r--fuel-plugin/deployment_tasks.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/fuel-plugin/deployment_tasks.yaml b/fuel-plugin/deployment_tasks.yaml
index f6e31e3ee..0aee295c1 100644
--- a/fuel-plugin/deployment_tasks.yaml
+++ b/fuel-plugin/deployment_tasks.yaml
@@ -1,10 +1,10 @@
- id: kvm_install
type: puppet
version: 2.0.0
- groups: [compute]
- required_for: [firewall]
- requires: [tools]
+ role: [compute]
+ required_for: [post_deployment_end]
+ requires: [post_deployment_start]
parameters:
puppet_manifest: puppet/manifests/kvm-install.pp
puppet_modules: puppet/modules:/etc/puppet/modules
- timeout: 720
+ timeout: 1200