Move spof_node to spof class

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2013-12-29 22:24:08 +01:00
parent 55eddb0b41
commit e9073b719e
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@
# SPOF node usually installed twice, and managed by Pacemaker / Corosync
#
class os_spof_node(
class privatecloud::spof(
$debug = $os_params::debug,
$spof_nodes_are_separated = $os_params::spof_nodes_are_separated,
) {

View File

@ -26,7 +26,6 @@ import 'manifests/monitoring/*.pp'
import 'manifests/network/*.pp'
import 'manifests/object-storage/*.pp'
import 'manifests/orchestration/*.pp'
import 'manifests/spof/*.pp'
import 'manifests/telemetry/*.pp'
import 'manifests/volume/*.pp'
@ -69,7 +68,7 @@ node 'os-ci-test13', 'os-ci-test12', 'os-ci-test11', /mgmt\d+.enovance.com/ inhe
class {'os_telemetry_server':}
## SPOF services
class {'os_spof_node':}
class {'privatecloud::spof':}
## Identity
class {'privatecloud::identity':