From 661ba34a59c732906d8d622923b1a7b5d6dd44a2 Mon Sep 17 00:00:00 2001 From: Francesco Santoro Date: Tue, 19 Jul 2016 16:15:51 +0200 Subject: [PATCH] 6wind-virtual-accelerator-plugin: change libvirt/qemu installation entry point The current implementation of Fuel plugin installs 6WIND libvirt and qemu packages at the very beginning of Fuel deployment. It may happen that this task is executed before Fuel configures its own repos. Such specific scenario leads to a deployment failure. To avoid this kind of problem this patch changes the hook for libvirt/qemu installation that now waits for repositories configuration. Change-Id: Ib012144a393c33de5b76ed9c0c86e28a96cfe10d Signed-off-by: Francesco Santoro Reported-by: Adrian Poiget --- deployment_tasks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_tasks.yaml b/deployment_tasks.yaml index d026051..3f64f96 100644 --- a/deployment_tasks.yaml +++ b/deployment_tasks.yaml @@ -11,7 +11,7 @@ type: puppet groups: [compute] required_for: [fuel_pkgs] - requires: [deploy_start] + requires: [setup_repositories] parameters: puppet_manifest: puppet/manifests/external_repo.pp puppet_modules: puppet/modules:/etc/puppet/modules