From: Emilien Macchi Date: Fri, 26 Jun 2015 19:40:31 +0000 (-0400) Subject: acceptance: install RDO repo the right way X-Git-Tag: 6.0.0~12 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cef8078534bd0df26916149c04b2abfada73b1d2;p=puppet-modules%2Fpuppet-ceilometer.git 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: I8cff9607677b94f1f39551cb1d086b362ff2a185 --- diff --git a/spec/acceptance/ceilometer_with_mysql_spec.rb b/spec/acceptance/ceilometer_with_mysql_spec.rb index 1c07943..f63ca9b 100644 --- a/spec/acceptance/ceilometer_with_mysql_spec.rb +++ b/spec/acceptance/ceilometer_with_mysql_spec.rb @@ -20,16 +20,7 @@ describe 'ceilometer with mysql' 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' }