Bug 1666973 - [RFE] Allow Ceph configs being written into sections other than "global"
Summary: [RFE] Allow Ceph configs being written into sections other than "global"
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: Upstream M3
: 16.0 (Train on RHEL 8.1)
Assignee: Giulio Fidente
QA Contact: Yogev Rabl
URL:
Whiteboard:
Depends On:
Blocks: 1780757
TreeView+ depends on / blocked
 
Reported: 2019-01-17 06:28 UTC by James Biao
Modified: 2020-02-10 18:41 UTC (History)
11 users (show)

Fixed In Version: openstack-tripleo-heat-templates-11.3.1-0.20191126041653.414d4d9.el8ost.noarch.rpm
Doc Type: Enhancement
Doc Text:
In Red Hat OpenStack Platform 16.0, you can now add custom Red Hat Ceph Storage configuration settings to any section of ceph.conf. Previously, custom settings were allowed only in the `[global]` section of ceph.conf.
Clone Of:
Environment:
Last Closed: 2020-02-06 14:39:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 658161 0 'None' MERGED Allow overrides in non global ceph.conf sections 2020-08-25 20:46:33 UTC
Red Hat Product Errata RHEA-2020:0283 0 None None None 2020-02-06 14:40:38 UTC

Description James Biao 2019-01-17 06:28:34 UTC
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:

Comment 8 Yogev Rabl 2019-12-12 16:14:47 UTC
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

Comment 11 errata-xmlrpc 2020-02-06 14:39:53 UTC
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


Note You need to log in before you can comment on or make changes to this bug.