From b7166681864f30099ad51b05f1c1595c22b7728e Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Thu, 15 Dec 2016 09:09:46 +0800 Subject: [PATCH] Fix ci The newer version of qemu-kvm-ev-2.6.0-27.1.el7 has dependency problem. Pin to an older version until the issue can be resolved. This patch should be reverted after the dependency problem is solved Change-Id: I687bc765b77638096b47f823e3a784ce7c8c120f --- manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 94889d104..d4ebefae3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -7,6 +7,10 @@ class openstack_integration { # TODO(aschultz): remove this when openstack-selinux is updated BZ#1402926 ensure => '0.7.4-2.el7' } + package { 'qemu-kvm-ev': + # TODO(zhongshengping): remove this when the dependency problem of qemu-kvm-ev is resolved + ensure => '2.3.0-31.0.el7_2.21.1' + } # Some packages provided by RDO are virtual # allow_virtual is false in Puppet 3 and will be true # in Puppet 4. So let's set it to True.