Ceph-Mon

There are various customizations you can do to tailor the deployment of OpenStack Ceph-Mon. You can find those below.

General Parameters

  • bootstrap.enabled

    • Type: bool

    • Description:

    • false

  • bootstrap.script

    • Type: string

    • Description:

    • ceph -s
      function ensure_pool () {
        ceph osd pool stats $1 || ceph osd pool create $1 $2
        if [[ $(ceph mon versions | awk '/version/{print $3}' | cut -d. -f1) -ge 12 ]]; then
          ceph osd pool application enable $1 $3
        fi
      }
      #ensure_pool volumes 8 cinder
      
  • ceph_mgr_enabled_modules[0]

    • Type: string

    • Description:

    • “restful”

  • ceph_mgr_enabled_modules[1]

    • Type: string

    • Description:

    • “status”

  • ceph_mgr_enabled_modules[2]

    • Type: string

    • Description:

    • “prometheus”

  • ceph_mgr_enabled_modules[3]

    • Type: string

    • Description:

    • “balancer”

  • ceph_mgr_enabled_modules[4]

    • Type: string

    • Description:

    • “iostat”

  • ceph_mgr_enabled_modules[5]

    • Type: string

    • Description:

    • “pg_autoscaler”

  • ceph_mgr_modules_config

    • Type: string

    • Description:

    • nil

  • conf.ceph.global.cephx

    • Type: bool

    • Description:

    • true

  • conf.ceph.global.cephx_cluster_require_signatures

    • Type: bool

    • Description:

    • true

  • conf.ceph.global.cephx_require_signatures

    • Type: bool

    • Description:

    • false

  • conf.ceph.global.cephx_service_require_signatures

    • Type: bool

    • Description:

    • false

  • conf.ceph.global.debug_ms

    • Type: string

    • Description:

    • “0/0”

  • conf.ceph.global.log_file

    • Type: string

    • Description:

    • “/dev/stdout”

  • conf.ceph.global.mon_allow_pool_size_one

    • Type: bool

    • Description:

    • true

  • conf.ceph.global.mon_cluster_log_file

    • Type: string

    • Description:

    • “/dev/stdout”

  • conf.ceph.global.mon_data_avail_warn

    • Type: int

    • Description:

    • 15

  • conf.ceph.global.mon_osd_down_out_interval

    • Type: int

    • Description:

    • 1800

  • conf.ceph.global.mon_osd_down_out_subtree_limit

    • Type: string

    • Description:

    • “root”

  • conf.ceph.global.mon_osd_min_in_ratio

    • Type: int

    • Description:

    • 0

  • conf.ceph.global.mon_osd_min_up_ratio

    • Type: int

    • Description:

    • 0

  • conf.ceph.global.objecter_inflight_op_bytes

    • Type: string

    • Description:

    • “1073741824”

  • conf.ceph.global.objecter_inflight_ops

    • Type: int

    • Description:

    • 10240

  • conf.ceph.osd.filestore_max_sync_interval

    • Type: int

    • Description:

    • 10

  • conf.ceph.osd.filestore_merge_threshold

    • Type: int

    • Description:

    • -10

  • conf.ceph.osd.filestore_split_multiple

    • Type: int

    • Description:

    • 12

  • conf.ceph.osd.ms_bind_port_max

    • Type: int

    • Description:

    • 7100

  • conf.ceph.osd.ms_bind_port_min

    • Type: int

    • Description:

    • 6800

  • conf.ceph.osd.osd_deep_scrub_stride

    • Type: string

    • Description:

    • “1048576”

  • conf.ceph.osd.osd_journal_size

    • Type: int

    • Description:

    • 10240

  • conf.ceph.osd.osd_max_object_name_len

    • Type: int

    • Description:

    • 256

  • conf.ceph.osd.osd_mkfs_options_xfs

    • Type: string

    • Description:

    • “-f -i size=2048”

  • conf.ceph.osd.osd_mkfs_type

    • Type: string

    • Description:

    • “xfs”

  • conf.ceph.osd.osd_mount_options_xfs

    • Type: string

    • Description:

    • “rw,noatime,largeio,inode64,swalloc,logbufs=8,logbsize=256k,allocsize=4M”

  • conf.ceph.osd.osd_pg_max_concurrent_snap_trims

    • Type: int

    • Description:

    • 1

  • conf.ceph.osd.osd_recovery_max_active

    • Type: int

    • Description:

    • 1

  • conf.ceph.osd.osd_recovery_op_priority

    • Type: int

    • Description:

    • 1

  • conf.ceph.osd.osd_scrub_begin_hour

    • Type: int

    • Description:

    • 22

  • conf.ceph.osd.osd_scrub_chunk_max

    • Type: int

    • Description:

    • 4

  • conf.ceph.osd.osd_scrub_chunk_min

    • Type: int

    • Description:

    • 1

  • conf.ceph.osd.osd_scrub_during_recovery

    • Type: bool

    • Description:

    • false

  • conf.ceph.osd.osd_scrub_end_hour

    • Type: int

    • Description:

    • 4

  • conf.ceph.osd.osd_scrub_load_threshold

    • Type: float

    • Description:

    • 10

  • conf.ceph.osd.osd_scrub_priority

    • Type: int

    • Description:

    • 1

  • conf.ceph.osd.osd_scrub_sleep

    • Type: float

    • Description:

    • 0.1

  • conf.ceph.osd.osd_snap_trim_priority

    • Type: int

    • Description:

    • 1

  • conf.ceph.osd.osd_snap_trim_sleep

    • Type: float

    • Description:

    • 0.1

  • conf.features.mgr

    • Type: bool

    • Description:

    • true

  • conf.storage.mon.directory

    • Type: string

    • Description:

    • “/var/lib/openstack-helm/ceph/mon”

  • conf.storage.unconditional_mon_restart

    • Type: string

    • Description:

    • “false”

  • conf.templates.keyring.admin

    • Type: string

    • Description:

    • [client.admin]
        key = {{ key }}
        auid = 0
        caps mds = \"allow\"
        caps mon = \"allow *\"
        caps osd = \"allow *\"
        caps mgr = \"allow *\"
      
  • conf.templates.keyring.bootstrap.mds

    • Type: string

    • Description:

    • [client.bootstrap-mds]
        key = {{ key }}
        caps mon = \"allow profile bootstrap-mds\"
      
  • conf.templates.keyring.bootstrap.mgr

    • Type: string

    • Description:

    • [client.bootstrap-mgr]
        key = {{ key }}
        caps mgr = \"allow profile bootstrap-mgr\"
      
  • conf.templates.keyring.bootstrap.osd

    • Type: string

    • Description:

    • [client.bootstrap-osd]
        key = {{ key }}
        caps mon = \"allow profile bootstrap-osd\"
      
  • conf.templates.keyring.mon

    • Type: string

    • Description:

    • [mon.]
        key = {{ key }}
        caps mon = \"allow *\"
      
  • daemonset.prefix_name

    • Type: string

    • Description:

    • “mon”

  • dependencies.dynamic.common.local_image_registry.jobs[0]

    • Type: string

    • Description:

    • “ceph-mon-image-repo-sync”

  • dependencies.dynamic.common.local_image_registry.services[0].endpoint

    • Type: string

    • Description:

    • “node”

  • dependencies.dynamic.common.local_image_registry.services[0].service

    • Type: string

    • Description:

    • “local_image_registry”

  • dependencies.static.bootstrap.jobs

    • Type: string

    • Description:

    • nil

  • dependencies.static.bootstrap.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.bootstrap.services[0].service

    • Type: string

    • Description:

    • “ceph_mon”

  • dependencies.static.image_repo_sync.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.image_repo_sync.services[0].service

    • Type: string

    • Description:

    • “local_image_registry”

  • dependencies.static.job_keyring_generator.jobs

    • Type: string

    • Description:

    • nil

  • dependencies.static.mgr.jobs[0]

    • Type: string

    • Description:

    • “ceph-storage-keys-generator”

  • dependencies.static.mgr.jobs[1]

    • Type: string

    • Description:

    • “ceph-mgr-keyring-generator”

  • dependencies.static.mgr.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.mgr.services[0].service

    • Type: string

    • Description:

    • “ceph_mon”

  • dependencies.static.mon.jobs[0]

    • Type: string

    • Description:

    • “ceph-storage-keys-generator”

  • dependencies.static.mon.jobs[1]

    • Type: string

    • Description:

    • “ceph-mon-keyring-generator”

  • dependencies.static.moncheck.jobs[0]

    • Type: string

    • Description:

    • “ceph-storage-keys-generator”

  • dependencies.static.moncheck.jobs[1]

    • Type: string

    • Description:

    • “ceph-mon-keyring-generator”

  • dependencies.static.moncheck.services[0].endpoint

    • Type: string

    • Description:

    • “discovery”

  • dependencies.static.moncheck.services[0].service

    • Type: string

    • Description:

    • “ceph_mon”

  • dependencies.static.storage_keys_generator.jobs

    • Type: string

    • Description:

    • nil

  • deployment.ceph

    • Type: bool

    • Description:

    • true

  • deployment.storage_secrets

    • Type: bool

    • Description:

    • true

  • endpoints.ceph_mgr.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.ceph_mgr.hosts.default

    • Type: string

    • Description:

    • “ceph-mgr”

  • endpoints.ceph_mgr.namespace

    • Type: string

    • Description:

    • nil

  • endpoints.ceph_mgr.port.metrics.default

    • Type: int

    • Description:

    • 9283

  • endpoints.ceph_mgr.port.mgr.default

    • Type: int

    • Description:

    • 7000

  • endpoints.ceph_mgr.scheme.default

    • Type: string

    • Description:

    • “http”

  • endpoints.ceph_mon.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.ceph_mon.hosts.default

    • Type: string

    • Description:

    • “ceph-mon”

  • endpoints.ceph_mon.hosts.discovery

    • Type: string

    • Description:

    • “ceph-mon-discovery”

  • endpoints.ceph_mon.namespace

    • Type: string

    • Description:

    • nil

  • endpoints.ceph_mon.port.mon.default

    • Type: int

    • Description:

    • 6789

  • endpoints.ceph_mon.port.mon_msgr2.default

    • Type: int

    • Description:

    • 3300

  • endpoints.cluster_domain_suffix

    • Type: string

    • Description:

    • “cluster.local”

  • endpoints.local_image_registry.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.local_image_registry.hosts.default

    • Type: string

    • Description:

    • “localhost”

  • endpoints.local_image_registry.hosts.internal

    • Type: string

    • Description:

    • “docker-registry”

  • endpoints.local_image_registry.hosts.node

    • Type: string

    • Description:

    • “localhost”

  • endpoints.local_image_registry.name

    • Type: string

    • Description:

    • “docker-registry”

  • endpoints.local_image_registry.namespace

    • Type: string

    • Description:

    • “docker-registry”

  • endpoints.local_image_registry.port.registry.node

    • Type: int

    • Description:

    • 5000

  • endpoints.oci_image_registry.auth.ceph-mon.password

    • Type: string

    • Description:

    • “password”

  • endpoints.oci_image_registry.auth.ceph-mon.username

    • Type: string

    • Description:

    • “ceph-mon”

  • endpoints.oci_image_registry.auth.enabled

    • Type: bool

    • Description:

    • false

  • endpoints.oci_image_registry.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.oci_image_registry.hosts.default

    • Type: string

    • Description:

    • “localhost”

  • endpoints.oci_image_registry.name

    • Type: string

    • Description:

    • “oci-image-registry”

  • endpoints.oci_image_registry.namespace

    • Type: string

    • Description:

    • “oci-image-registry”

  • endpoints.oci_image_registry.port.registry.default

    • Type: string

    • Description:

    • nil

  • images.local_registry.active

    • Type: bool

    • Description:

    • false

  • images.local_registry.exclude[0]

    • Type: string

    • Description:

    • “dep_check”

  • images.local_registry.exclude[1]

    • Type: string

    • Description:

    • “image_repo_sync”

  • images.pull_policy

    • Type: string

    • Description:

    • “IfNotPresent”

  • images.tags.ceph_bootstrap

    • Type: string

    • Description:

    • “docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_19.2.1-1-20250207”

  • images.tags.ceph_config_helper

    • Type: string

    • Description:

    • “docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.1-1-20250207”

  • images.tags.ceph_mgr

    • Type: string

    • Description:

    • “docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_19.2.1-1-20250207”

  • images.tags.ceph_mon

    • Type: string

    • Description:

    • “docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_19.2.1-1-20250207”

  • images.tags.ceph_mon_check

    • Type: string

    • Description:

    • “docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.1-1-20250207”

  • images.tags.dep_check

    • Type: string

    • Description:

    • “quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal”

  • images.tags.image_repo_sync

    • Type: string

    • Description:

    • “docker.io/library/docker:17.07.0”

  • labels.job.node_selector_key

    • Type: string

    • Description:

    • “openstack-control-plane”

  • labels.job.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • labels.mgr.node_selector_key

    • Type: string

    • Description:

    • “ceph-mgr”

  • labels.mgr.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • labels.mon.node_selector_key

    • Type: string

    • Description:

    • “ceph-mon”

  • labels.mon.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • manifests.configmap_bin

    • Type: bool

    • Description:

    • true

  • manifests.configmap_etc

    • Type: bool

    • Description:

    • true

  • manifests.configmap_templates

    • Type: bool

    • Description:

    • true

  • manifests.daemonset_mon

    • Type: bool

    • Description:

    • true

  • manifests.deployment_mgr

    • Type: bool

    • Description:

    • true

  • manifests.deployment_mgr_sa

    • Type: bool

    • Description:

    • true

  • manifests.deployment_moncheck

    • Type: bool

    • Description:

    • true

  • manifests.job_bootstrap

    • Type: bool

    • Description:

    • true

  • manifests.job_image_repo_sync

    • Type: bool

    • Description:

    • true

  • manifests.job_keyring

    • Type: bool

    • Description:

    • true

  • manifests.job_post_apply

    • Type: bool

    • Description:

    • true

  • manifests.job_storage_admin_keys

    • Type: bool

    • Description:

    • true

  • manifests.secret_registry

    • Type: bool

    • Description:

    • true

  • manifests.service_mgr

    • Type: bool

    • Description:

    • true

  • manifests.service_mon

    • Type: bool

    • Description:

    • true

  • manifests.service_mon_discovery

    • Type: bool

    • Description:

    • true

  • monitoring.prometheus.ceph_mgr.port

    • Type: int

    • Description:

    • 9283

  • monitoring.prometheus.ceph_mgr.scrape

    • Type: bool

    • Description:

    • true

  • monitoring.prometheus.enabled

    • Type: bool

    • Description:

    • true

  • network.cluster

    • Type: string

    • Description:

    • “192.168.0.0/16”

  • network.public

    • Type: string

    • Description:

    • “192.168.0.0/16”

  • pod.affinity.anti.topologyKey.default

    • Type: string

    • Description:

    • “kubernetes.io/hostname”

  • pod.affinity.anti.type.default

    • Type: string

    • Description:

    • “preferredDuringSchedulingIgnoredDuringExecution”

  • pod.affinity.anti.weight.default

    • Type: int

    • Description:

    • 10

  • pod.dns_policy

    • Type: string

    • Description:

    • “ClusterFirstWithHostNet”

  • pod.lifecycle.upgrades.daemonsets.mon.enabled

    • Type: bool

    • Description:

    • true

  • pod.lifecycle.upgrades.daemonsets.mon.max_unavailable

    • Type: int

    • Description:

    • 1

  • pod.lifecycle.upgrades.daemonsets.mon.min_ready_seconds

    • Type: int

    • Description:

    • 0

  • pod.lifecycle.upgrades.daemonsets.pod_replacement_strategy

    • Type: string

    • Description:

    • “RollingUpdate”

  • pod.probes.ceph.ceph-mgr.liveness.enabled

    • Type: bool

    • Description:

    • true

  • pod.probes.ceph.ceph-mgr.liveness.params.initialDelaySeconds

    • Type: int

    • Description:

    • 30

  • pod.probes.ceph.ceph-mgr.liveness.params.timeoutSeconds

    • Type: int

    • Description:

    • 5

  • pod.probes.ceph.ceph-mgr.readiness.enabled

    • Type: bool

    • Description:

    • true

  • pod.probes.ceph.ceph-mgr.readiness.params.initialDelaySeconds

    • Type: int

    • Description:

    • 30

  • pod.probes.ceph.ceph-mgr.readiness.params.timeoutSeconds

    • Type: int

    • Description:

    • 5

  • pod.probes.ceph.ceph-mon.liveness.enabled

    • Type: bool

    • Description:

    • true

  • pod.probes.ceph.ceph-mon.liveness.params.initialDelaySeconds

    • Type: int

    • Description:

    • 360

  • pod.probes.ceph.ceph-mon.liveness.params.periodSeconds

    • Type: int

    • Description:

    • 180

  • pod.probes.ceph.ceph-mon.liveness.params.timeoutSeconds

    • Type: int

    • Description:

    • 5

  • pod.probes.ceph.ceph-mon.readiness.enabled

    • Type: bool

    • Description:

    • true

  • pod.probes.ceph.ceph-mon.readiness.params.initialDelaySeconds

    • Type: int

    • Description:

    • 60

  • pod.probes.ceph.ceph-mon.readiness.params.periodSeconds

    • Type: int

    • Description:

    • 60

  • pod.probes.ceph.ceph-mon.readiness.params.timeoutSeconds

    • Type: int

    • Description:

    • 5

  • pod.replicas.mgr

    • Type: int

    • Description:

    • 2

  • pod.replicas.mon_check

    • Type: int

    • Description:

    • 1

  • pod.resources.enabled

    • Type: bool

    • Description:

    • false

  • pod.resources.jobs.bootstrap.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.bootstrap.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.bootstrap.requests.cpu

    • Type: string

    • Description:

    • “500m”

  • pod.resources.jobs.bootstrap.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.image_repo_sync.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.image_repo_sync.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.image_repo_sync.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.image_repo_sync.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.secret_provisioning.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.secret_provisioning.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.secret_provisioning.requests.cpu

    • Type: string

    • Description:

    • “500m”

  • pod.resources.jobs.secret_provisioning.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.mgr.limits.cpu

    • Type: string

    • Description:

    • “500m”

  • pod.resources.mgr.limits.memory

    • Type: string

    • Description:

    • “50Mi”

  • pod.resources.mgr.requests.cpu

    • Type: string

    • Description:

    • “250m”

  • pod.resources.mgr.requests.memory

    • Type: string

    • Description:

    • “5Mi”

  • pod.resources.mon.limits.cpu

    • Type: string

    • Description:

    • “500m”

  • pod.resources.mon.limits.memory

    • Type: string

    • Description:

    • “100Mi”

  • pod.resources.mon.requests.cpu

    • Type: string

    • Description:

    • “250m”

  • pod.resources.mon.requests.memory

    • Type: string

    • Description:

    • “50Mi”

  • pod.resources.mon_check.limits.cpu

    • Type: string

    • Description:

    • “500m”

  • pod.resources.mon_check.limits.memory

    • Type: string

    • Description:

    • “50Mi”

  • pod.resources.mon_check.requests.cpu

    • Type: string

    • Description:

    • “250m”

  • pod.resources.mon_check.requests.memory

    • Type: string

    • Description:

    • “5Mi”

  • pod.security_context.bootstrap.container.ceph_bootstrap.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.bootstrap.container.ceph_bootstrap.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.bootstrap.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.security_context.ceph.container.ceph-mds-keyring-generator.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.ceph.container.ceph-mds-keyring-generator.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.ceph.container.ceph-mgr-keyring-generator.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.ceph.container.ceph-mgr-keyring-generator.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.ceph.container.ceph-mon-keyring-generator.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.ceph.container.ceph-mon-keyring-generator.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.ceph.container.ceph-osd-keyring-generator.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.ceph.container.ceph-osd-keyring-generator.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.ceph.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.security_context.mgr.container.init_dirs.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.mgr.container.init_dirs.runAsUser

    • Type: int

    • Description:

    • 0

  • pod.security_context.mgr.container.mgr.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.mgr.container.mgr.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.mgr.container.mgr.runAsUser

    • Type: int

    • Description:

    • 64045

  • pod.security_context.mgr.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.security_context.mon.container.ceph_init_dirs.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.mon.container.ceph_init_dirs.runAsUser

    • Type: int

    • Description:

    • 0

  • pod.security_context.mon.container.ceph_log_ownership.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.mon.container.ceph_log_ownership.runAsUser

    • Type: int

    • Description:

    • 0

  • pod.security_context.mon.container.ceph_mon.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.mon.container.ceph_mon.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.mon.container.ceph_mon.runAsUser

    • Type: int

    • Description:

    • 64045

  • pod.security_context.mon.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.security_context.moncheck.container.ceph_mon.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.moncheck.container.ceph_mon.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.moncheck.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.security_context.post_apply.container.ceph_mon_post_apply.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.post_apply.container.ceph_mon_post_apply.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.post_apply.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.security_context.storage_keys_generator.container.ceph_storage_keys_generator.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.storage_keys_generator.container.ceph_storage_keys_generator.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.storage_keys_generator.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.tolerations.mgr.tolerations[0].effect

    • Type: string

    • Description:

    • “NoExecute”

  • pod.tolerations.mgr.tolerations[0].key

    • Type: string

    • Description:

    • “node.kubernetes.io/not-ready”

  • pod.tolerations.mgr.tolerations[0].operator

    • Type: string

    • Description:

    • “Exists”

  • pod.tolerations.mgr.tolerations[0].tolerationSeconds

    • Type: int

    • Description:

    • 60

  • pod.tolerations.mgr.tolerations[1].effect

    • Type: string

    • Description:

    • “NoExecute”

  • pod.tolerations.mgr.tolerations[1].key

    • Type: string

    • Description:

    • “node.kubernetes.io/unreachable”

  • pod.tolerations.mgr.tolerations[1].operator

    • Type: string

    • Description:

    • “Exists”

  • pod.tolerations.mgr.tolerations[1].tolerationSeconds

    • Type: int

    • Description:

    • 60

  • pod.tolerations.mon_check.tolerations[0].effect

    • Type: string

    • Description:

    • “NoExecute”

  • pod.tolerations.mon_check.tolerations[0].key

    • Type: string

    • Description:

    • “node.kubernetes.io/not-ready”

  • pod.tolerations.mon_check.tolerations[0].operator

    • Type: string

    • Description:

    • “Exists”

  • pod.tolerations.mon_check.tolerations[0].tolerationSeconds

    • Type: int

    • Description:

    • 60

  • pod.tolerations.mon_check.tolerations[1].effect

    • Type: string

    • Description:

    • “NoExecute”

  • pod.tolerations.mon_check.tolerations[1].key

    • Type: string

    • Description:

    • “node.kubernetes.io/unreachable”

  • pod.tolerations.mon_check.tolerations[1].operator

    • Type: string

    • Description:

    • “Exists”

  • pod.tolerations.mon_check.tolerations[1].tolerationSeconds

    • Type: int

    • Description:

    • 60

  • pod.updateStrategy.mgr.type

    • Type: string

    • Description:

    • “Recreate”

  • secrets.keyrings.admin

    • Type: string

    • Description:

    • “ceph-client-admin-keyring”

  • secrets.keyrings.mds

    • Type: string

    • Description:

    • “ceph-bootstrap-mds-keyring”

  • secrets.keyrings.mgr

    • Type: string

    • Description:

    • “ceph-bootstrap-mgr-keyring”

  • secrets.keyrings.mon

    • Type: string

    • Description:

    • “ceph-mon-keyring”

  • secrets.keyrings.osd

    • Type: string

    • Description:

    • “ceph-bootstrap-osd-keyring”

  • secrets.oci_image_registry.ceph-mon

    • Type: string

    • Description:

    • “ceph-mon-oci-image-registry-key”

  • storageclass.cephfs.metadata.name

    • Type: string

    • Description:

    • “cephfs”

  • storageclass.cephfs.parameters.adminId

    • Type: string

    • Description:

    • “admin”

  • storageclass.cephfs.parameters.adminSecretName

    • Type: string

    • Description:

    • “pvc-ceph-conf-combined-storageclass”

  • storageclass.cephfs.parameters.adminSecretNamespace

    • Type: string

    • Description:

    • “ceph”

  • storageclass.cephfs.parameters.userSecretName

    • Type: string

    • Description:

    • “pvc-ceph-cephfs-client-key”

  • storageclass.cephfs.provision_storage_class

    • Type: bool

    • Description:

    • true

  • storageclass.cephfs.provisioner

    • Type: string

    • Description:

    • “ceph.com/cephfs”

  • storageclass.rbd.parameters.adminSecretName

    • Type: string

    • Description:

    • “pvc-ceph-conf-combined-storageclass”

  • storageclass.rbd.parameters.adminSecretNameNode

    • Type: string

    • Description:

    • “pvc-ceph-conf-combined-storageclass”