From 5803d889d789bc0e2ab08188247c9e58165d4a5d Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 27 Jan 2014 15:46:51 +0100 Subject: [PATCH] compyte/hypervisor: add dor for has_ceph param Signed-off-by: Emilien Macchi --- manifests/compute/hypervisor.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifests/compute/hypervisor.pp b/manifests/compute/hypervisor.pp index af9a1610..789ac7e2 100644 --- a/manifests/compute/hypervisor.pp +++ b/manifests/compute/hypervisor.pp @@ -13,8 +13,18 @@ # License for the specific language governing permissions and limitations # under the License. # +# == Class: cloud::compute::hypervisor +# # Hypervisor Compute node # +# === Parameters: +# +# [*has_ceph] +# (optional) Enable or not ceph capabilities on compute node. +# If RBD is Cinder backend and/or virtual machines are stored on Ceph cluster, +# it should be set to True. +# Default to false. +# class cloud::compute::hypervisor( $api_eth = $os_params::api_eth,