Merge "Add /etc/ceph into pacemaker bundles"
This commit is contained in:
commit
531130ceed
@ -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',
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
@ -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',
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
@ -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',
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user