From e2aa636730fc56984dde9fe2f40df111caaf9292 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 20 May 2016 17:07:05 +0200 Subject: [PATCH] acceptance: fix ceph_rgw_civet_spec tests In ceph_rgw_civet_spec, we used to deploy fedorapeople repo, which does not exist anymore, since it moved to centos7. To unblock the gate, this patch aims to update URLs & GPGkeys so it wil work again. Though in the future, we will move all those tests in puppet-openstack-integration and use common bits that we already have in place, also deploy current master and not old versions of OpenStack. Change-Id: I64e69c9048523a8bb3d0852d2d642df677b80ab5 --- spec/acceptance/ceph_rgw_civet_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/acceptance/ceph_rgw_civet_spec.rb b/spec/acceptance/ceph_rgw_civet_spec.rb index 26676abb..14282dc0 100644 --- a/spec/acceptance/ceph_rgw_civet_spec.rb +++ b/spec/acceptance/ceph_rgw_civet_spec.rb @@ -64,10 +64,10 @@ describe 'ceph rgw/civetweb' do } yumrepo { 'openstack-kilo': descr => 'OpenStack Kilo Repository', - baseurl => 'http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/', + baseurl => 'http://mirror.centos.org/centos/7/cloud/x86_64/openstack-kilo/', enabled => '1', gpgcheck => '0', - gpgkey => 'https://raw.githubusercontent.com/redhat-openstack/rdo-release/kilo/RPM-GPG-KEY-RDO-Kilo', + gpgkey => 'https://raw.githubusercontent.com/redhat-openstack/rdo-release/kilo/RPM-GPG-KEY-CentOS-SIG-Cloud', priority => '15', # prefer over EPEL, but below ceph } } @@ -228,10 +228,10 @@ describe 'ceph rgw/civetweb' do 'RedHat': { yumrepo { 'openstack-kilo': descr => 'OpenStack Kilo Repository', - baseurl => 'http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/', + baseurl => 'http://mirror.centos.org/centos/7/cloud/x86_64/openstack-kilo/', enabled => '1', gpgcheck => '0', - gpgkey => 'https://raw.githubusercontent.com/redhat-openstack/rdo-release/kilo/RPM-GPG-KEY-RDO-Kilo', + gpgkey => 'https://raw.githubusercontent.com/redhat-openstack/rdo-release/kilo/RPM-GPG-KEY-CentOS-SIG-Cloud', priority => '15', # prefer over EPEL, but below ceph } Yumrepo<||> -> Package['keystone']