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
This commit is contained in:
Emilien Macchi
2016-05-20 17:07:05 +02:00
parent 58a7cfb8a4
commit e2aa636730

View File

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