diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/profile/pacemaker/cinder/backup_bundle.pp | 5 | ||||
-rw-r--r-- | manifests/profile/pacemaker/cinder/volume_bundle.pp | 5 | ||||
-rw-r--r-- | manifests/profile/pacemaker/manila/share_bundle.pp | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/cinder/backup_bundle.pp b/manifests/profile/pacemaker/cinder/backup_bundle.pp index 2a82c3e..9c897af 100644 --- a/manifests/profile/pacemaker/cinder/backup_bundle.pp +++ b/manifests/profile/pacemaker/cinder/backup_bundle.pp @@ -134,6 +134,11 @@ class tripleo::profile::pacemaker::cinder::backup_bundle ( 'target-dir' => '/var/log/cinder', 'options' => 'rw', }, + 'ceph-cfg-dir' => { + 'source-dir' => '/etc/ceph', + 'target-dir' => '/etc/ceph', + 'options' => 'ro', + }, }, } } diff --git a/manifests/profile/pacemaker/cinder/volume_bundle.pp b/manifests/profile/pacemaker/cinder/volume_bundle.pp index 8d58036..2b0411f 100644 --- a/manifests/profile/pacemaker/cinder/volume_bundle.pp +++ b/manifests/profile/pacemaker/cinder/volume_bundle.pp @@ -134,6 +134,11 @@ class tripleo::profile::pacemaker::cinder::volume_bundle ( 'target-dir' => '/var/log/cinder', 'options' => 'rw', }, + 'ceph-cfg-dir' => { + 'source-dir' => '/etc/ceph', + 'target-dir' => '/etc/ceph', + 'options' => 'ro', + }, }, } } diff --git a/manifests/profile/pacemaker/manila/share_bundle.pp b/manifests/profile/pacemaker/manila/share_bundle.pp index 0e6c60c..0893bf0 100644 --- a/manifests/profile/pacemaker/manila/share_bundle.pp +++ b/manifests/profile/pacemaker/manila/share_bundle.pp @@ -129,6 +129,11 @@ class tripleo::profile::pacemaker::manila::share_bundle ( 'target-dir' => '/var/log/manila', 'options' => 'rw', }, + 'ceph-cfg-dir' => { + 'source-dir' => '/etc/ceph', + 'target-dir' => '/etc/ceph', + 'options' => 'ro', + }, }, } } |