summaryrefslogtreecommitdiffstats
path: root/fuel-plugin/deployment_tasks.yaml
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2016-11-23 15:23:54 +0000
committerMichael Polenchuk <mpolenchuk@mirantis.com>2016-11-23 15:23:54 +0000
commit860e71785b244ba8e7c5a39c7f738302c5a957c7 (patch)
treee7af0857c2d828e6dc009b71fbf9d690bbc197eb /fuel-plugin/deployment_tasks.yaml
parent8647dbbe9db84d71610f42cec6ff619783d99800 (diff)
Revert "Revert "[Fuel-plugin] Install kernel in post-deployment.""
This reverts commit 8647dbbe9db84d71610f42cec6ff619783d99800. Get required fix back in. Change-Id: Ia7ef03d4bcedce922c68098bc74207f37b0d15cb Signed-off-by: Michael Polenchuk <mpolenchuk@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