Add support for mistral beaker test for debian system

Change-Id: Idc10e687c23b5e5f6971814881c9aed04946be04
This commit is contained in:
ZhongShengping 2018-04-07 15:16:43 +08:00
parent ff05ba8f31
commit 61c3e46f1b

View File

@ -3,11 +3,6 @@ class openstack_integration::mistral {
include ::openstack_integration::config
include ::openstack_integration::params
case $::osfamily {
'Debian': {
warning('Mistral is not yet packaged on Ubuntu systems.')
}
'RedHat': {
openstack_integration::mq_user { 'mistral':
password => 'an_even_bigger_secret',
before => Anchor['mistral::service::begin'],
@ -62,10 +57,5 @@ class openstack_integration::mistral {
class { '::mistral::engine': }
class { '::mistral::executor': }
class { '::mistral::event_engine': }
}
default: {
fail("Unsupported osfamily (${::osfamily})")
}
}
}