Description of problem: Currently CephConfigOverrides passes all parameters to [global]. Requesting a way to pass parameters to different sections, e.g. [osd], [mon]. [client] etc. http://git.openstack.org/cgit/openstack/tripleo-heat-templates/tree/docker/services/ceph-ansible/ceph-base.yaml#n335 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
verified with setting in environment file: CephConfigOverrides: global: globalkey: globalvalue osd: osdkey: osdvalue and the result in the ceph.conf: [global] cluster network = 172.17.4.0/24 fsid = 0a702220-1cef-11ea-8262-5254003897f5 globalkey = globalvalue [osd] osdkey = osdvalue
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:0283