diff options
Diffstat (limited to 'manifests/profile/pacemaker/manila')
-rw-r--r-- | manifests/profile/pacemaker/manila/share_bundle.pp | 5 |
1 files changed, 5 insertions, 0 deletions
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', + }, }, } } |