Move messaging_server to messaging class
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
a6bdf29a90
commit
55eddb0b41
@ -16,7 +16,7 @@
|
|||||||
# RabbitMQ node
|
# RabbitMQ node
|
||||||
#
|
#
|
||||||
|
|
||||||
class os_messaging_server(
|
class privatecloud::messaging(
|
||||||
$rabbit_names = $os_params::rabbit_names,
|
$rabbit_names = $os_params::rabbit_names,
|
||||||
$rabbit_password = $os_params::rabbit_password
|
$rabbit_password = $os_params::rabbit_password
|
||||||
){
|
){
|
3
site.pp
3
site.pp
@ -22,7 +22,6 @@ import 'params.pp'
|
|||||||
import 'manifests/compute/*.pp'
|
import 'manifests/compute/*.pp'
|
||||||
import 'manifests/database/*.pp'
|
import 'manifests/database/*.pp'
|
||||||
import 'manifests/image/*.pp'
|
import 'manifests/image/*.pp'
|
||||||
import 'manifests/messaging/*.pp'
|
|
||||||
import 'manifests/monitoring/*.pp'
|
import 'manifests/monitoring/*.pp'
|
||||||
import 'manifests/network/*.pp'
|
import 'manifests/network/*.pp'
|
||||||
import 'manifests/object-storage/*.pp'
|
import 'manifests/object-storage/*.pp'
|
||||||
@ -85,7 +84,7 @@ node 'os-ci-test13', 'os-ci-test12', 'os-ci-test11', /mgmt\d+.enovance.com/ inhe
|
|||||||
Class['os_swift_ringbuilder'] -> Class['os_swift_proxy']
|
Class['os_swift_ringbuilder'] -> Class['os_swift_proxy']
|
||||||
|
|
||||||
# Messaging
|
# Messaging
|
||||||
class {'os_messaging_server': }
|
class {'privatecloud::messaging': }
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
class {'privatecloud::cache': }
|
class {'privatecloud::cache': }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user