Merge "mistral: Enable notifier service"
This commit is contained in:
@@ -76,4 +76,12 @@ class openstack_integration::mistral {
|
|||||||
class { 'mistral::executor': }
|
class { 'mistral::executor': }
|
||||||
class { 'mistral::event_engine': }
|
class { 'mistral::event_engine': }
|
||||||
|
|
||||||
|
$notifier_type = $facts['os']['family'] ? {
|
||||||
|
'RedHat' => 'remote',
|
||||||
|
default => 'local',
|
||||||
|
}
|
||||||
|
|
||||||
|
class { 'mistral::notifier':
|
||||||
|
type => $notifier_type
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user