Merge "Introduce ApplyCephConfigOverridesOnUpdate"
This commit is contained in:
commit
a89c73d222
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user