Renamse privatecloud to cloud
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -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': }
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user