aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/ceph-ansible/ceph-osd.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2017-09-06 09:39:12 +0200
committerEmilien Macchi <emilien@redhat.com>2017-09-12 14:52:41 +0000
commit643c4148ee10c51a49b95103f680d574fd5b139b (patch)
treedba4722af447e7176c4f32eb9e0e7603380fb159 /docker/services/ceph-ansible/ceph-osd.yaml
parent5dd018186195a735621a0ab8d4e4fd4aaafb5d38 (diff)
Add CephConfigOverrides to allow arbitrary configs in ceph.conf
We need to reuse the ceph_conf_overrides structure provided by ceph-ansible for both user provided configs and TripleO managed configs. This change merges the special user facing parameter with the TripleO generated configs. Also adds osd_scenario and osd_objectstore params for compatibility with newer ceph-ansible versions. Change-Id: I29c689c6c689590da5b6a3f581fdbec98a52e207 Closes-Bug: #1715321 (cherry picked from commit 32bc2abf14af4ca1449e18b848e2be3cff013987)
Diffstat (limited to 'docker/services/ceph-ansible/ceph-osd.yaml')
-rw-r--r--docker/services/ceph-ansible/ceph-osd.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/services/ceph-ansible/ceph-osd.yaml b/docker/services/ceph-ansible/ceph-osd.yaml
index 6e0f4a60..fe7d311d 100644
--- a/docker/services/ceph-ansible/ceph-osd.yaml
+++ b/docker/services/ceph-ansible/ceph-osd.yaml
@@ -38,6 +38,7 @@ parameters:
- /dev/vdb
journal_size: 512
journal_collocation: true
+ osd_scenario: collocated
resources:
CephBase:
@@ -72,4 +73,5 @@ outputs:
- ceph_osd_ansible_vars:
map_merge:
- {get_attr: [CephBase, role_data, config_settings, ceph_common_ansible_vars]}
+ - osd_objectstore: filestore
- {get_param: CephAnsibleDisksConfig} \ No newline at end of file