Merge "Introduce ApplyCephConfigOverridesOnUpdate"

This commit is contained in:
Zuul 2021-10-13 17:41:45 +00:00 committed by Gerrit Code Review
commit a89c73d222
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