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 <francesco.santoro@6wind.com>
Reported-by: Adrian Poiget <adrian.poiget@6wind.com>
This commit is contained in:
Francesco Santoro 2016-07-19 16:15:51 +02:00
parent 93c11edf83
commit 661ba34a59
1 changed files with 1 additions and 1 deletions

View File

@ -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