acceptance: install RabbitMQ from stable RDO repo
Replace testing repo by the stable one which is the way to go now for running RDO packaging. Change-Id: Ib53a127e15a8c1353bfb0f118a36079a2dd1f4f1
This commit is contained in:
@@ -9,18 +9,8 @@ describe 'openstacklib class' do
|
|||||||
Exec { logoutput => 'on_failure' }
|
Exec { logoutput => 'on_failure' }
|
||||||
|
|
||||||
if $::osfamily == 'RedHat' {
|
if $::osfamily == 'RedHat' {
|
||||||
# RabbitMQ is not available in default repo
|
|
||||||
class { '::openstack_extras::repo::redhat::redhat':
|
class { '::openstack_extras::repo::redhat::redhat':
|
||||||
# Kilo is not GA yet, so let's use the testing repo
|
release => 'kilo',
|
||||||
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,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
$package_provider = 'yum'
|
$package_provider = 'yum'
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user