compyte/hypervisor: add dor for has_ceph param

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2014-01-27 15:46:51 +01:00
parent 79c376fde3
commit 5803d889d7

View File

@ -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,