Introduce ApplyCephConfigOverridesOnUpdate

Add ApplyCephConfigOverridesOnUpdate boolean which defaults
to false. If this parameter is true, CephConfigOverrides are
applied to the Ceph cluster not only during the initial
deployment but also during each update.

Related-Bug: #1946253
Depends-On: Iac75ab454b3a5983f3a700f2e47d73706ec5b834
Change-Id: I798cfc13df8f199326e2ea9275cf605e7cf961af
This commit is contained in:
John Fulton 2021-10-08 15:36:45 +00:00
parent fca797a8cb
commit 42d7469213
1 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,12 @@ parameters:
type: json
description: Extra config settings to dump into ceph.conf
default: {}
ApplyCephConfigOverridesOnUpdate:
type: boolean
default: false
description: >
If true, CephConfigOverrides are applied to the Ceph cluster not
only during the initial deployment but also during each update.
CephClusterFSID:
type: string
description: The Ceph cluster FSID. Must be a UUID.
@ -514,6 +520,7 @@ resources:
tripleo_cephadm_crush_rules: {get_param: CephCrushRules}
tripleo_cephadm_debug: {get_param: CephAdmDebug}
tripleo_cephadm_rbd_trash: {get_param: CephRbdTrashPurgeInterval}
tripleo_cephadm_apply_ceph_conf_overrides_on_update: {get_param: ApplyCephConfigOverridesOnUpdate}
ceph_container_registry_auth:
if:
- ceph_authenticated_registry