summaryrefslogtreecommitdiffstats
path: root/fuel-plugin
diff options
context:
space:
mode:
authorMichal Skalski <mskalski@mirantis.com>2016-08-17 21:33:48 +0200
committerMichal Skalski <mskalski@mirantis.com>2016-08-17 21:33:48 +0200
commit2aa991a490387f3910a7e1bf02de83a7efb28014 (patch)
treea8eed2de5b8c8f3605ac4fc03a0251a114676687 /fuel-plugin
parentc149674b4725b5d9bcdab22c180ef8ecba033523 (diff)
Install kernel in main phase of deployment
Kvm plugin restart compute nodes after kernel installation but after reboot mcollective agent sometimes does not start, which causes deployment failures. Preliminary tests show that rebooting nodes after pre deployment phase may reduce occurence of this problem. JIRA: KVMFORNFV-45 JIRA: FUEL-171 Change-Id: I4a599c834a3263bb487acb491f82aea7901dc201 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'fuel-plugin')
-rw-r--r--fuel-plugin/deployment_tasks.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fuel-plugin/deployment_tasks.yaml b/fuel-plugin/deployment_tasks.yaml
index ee9e998fa..f6e31e3ee 100644
--- a/fuel-plugin/deployment_tasks.yaml
+++ b/fuel-plugin/deployment_tasks.yaml
@@ -2,8 +2,8 @@
type: puppet
version: 2.0.0
groups: [compute]
- required_for: [pre_deployment_end]
- requires: [pre_deployment_start]
+ required_for: [firewall]
+ requires: [tools]
parameters:
puppet_manifest: puppet/manifests/kvm-install.pp
puppet_modules: puppet/modules:/etc/puppet/modules