acceptance: install RDO repo the right way

Install packages from RDO properly, by using regular packages and not
ones from testing repo that are too unstable.

Change-Id: I3537ca24c1b46643dee6e97f879e0a86f753486e
This commit is contained in:
Emilien Macchi 2015-06-26 15:42:36 -04:00
parent 827ce8b1dc
commit cc7faf7e42
1 changed files with 1 additions and 10 deletions

View File

@ -20,16 +20,7 @@ describe 'basic heat' do
}
'RedHat': {
class { '::openstack_extras::repo::redhat::redhat':
# Kilo is not GA yet, so let's use the testing repo
manage_rdo => false,
repo_hash => {
'rdo-kilo-testing' => {
'baseurl' => 'https://repos.fedorapeople.org/repos/openstack/openstack-kilo/testing/el7/',
# packages are not GA so not signed
'gpgcheck' => '0',
'priority' => 97,
},
},
release => 'kilo',
}
$package_provider = 'yum'
}