Merge "beaker: test evaluator & db_sync on ubuntu again"

This commit is contained in:
Jenkins 2016-04-13 14:44:43 +00:00 committed by Gerrit Code Review
commit 1d83c5b814
1 changed files with 2 additions and 9 deletions

View File

@ -58,15 +58,8 @@ describe 'basic aodh' do
class { '::aodh::client': }
class { '::aodh::notifier': }
class { '::aodh::listener': }
case $::osfamily {
'Debian': {
warning('aodh-evaluator cannot be run on ubuntu system, package is broken. See LP#1508463')
}
'RedHat': {
class { '::aodh::evaluator': }
class { '::aodh::db::sync': }
}
}
class { '::aodh::evaluator': }
class { '::aodh::db::sync': }
EOS