Renamse privatecloud to cloud

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2014-01-14 13:43:00 -05:00
parent b769a6d74f
commit 4361f449c8
67 changed files with 162 additions and 162 deletions

View File

@@ -16,7 +16,7 @@
# Volume controller
#
class privatecloud::volume::controller(
class cloud::volume::controller(
$ks_cinder_internal_port = $os_params::ks_cinder_internal_port,
$ks_cinder_password = $os_params::ks_cinder_password,
$ks_keystone_internal_host = $os_params::ks_keystone_internal_host,
@@ -26,7 +26,7 @@ class privatecloud::volume::controller(
$backup_ceph_user = 'cinder'
) {
include 'privatecloud::volume'
include 'cloud::volume'
class { 'cinder::scheduler': }

View File

@@ -16,14 +16,14 @@
# Volume storage
#
class privatecloud::volume::storage(
class cloud::volume::storage(
$glance_api_version = $os_params::glance_api_version,
$cinder_rbd_pool = 'ceph_cinder',
$cinder_rbd_user = 'cinder',
$cinder_rbd_secret_uuid = $os_params::cinder_rbd_secret_uuid,
) {
include 'privatecloud::volume'
include 'cloud::volume'
class { 'cinder::volume::rbd':
rbd_pool => $cinder_rbd_pool,