Ceph-Client

There are various customizations you can do to tailor the deployment of OpenStack Ceph-Client. 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
      
  • 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_cluster_log_file

    • Type: string

    • Description:

    • “/dev/stdout”

  • conf.ceph.global.objecter_inflight_op_bytes

    • Type: string

    • Description:

    • “1073741824”

  • conf.ceph.global.objecter_inflight_ops

    • Type: int

    • Description:

    • 10240

  • 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_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.features.cluster_commands[0]

    • Type: string

    • Description:

    • “config set global mon_allow_pool_size_one true”

  • conf.features.cluster_commands[1]

    • Type: string

    • Description:

    • “osd require-osd-release squid”

  • conf.features.cluster_commands[2]

    • Type: string

    • Description:

    • “status”

  • conf.features.cluster_flags.set

    • Type: string

    • Description:

    • “”

  • conf.features.cluster_flags.unset

    • Type: string

    • Description:

    • “”

  • conf.features.mds

    • Type: bool

    • Description:

    • true

  • conf.features.pg_autoscaler

    • Type: bool

    • Description:

    • true

  • conf.pool.crush.tunables

    • Type: string

    • Description:

    • nil

  • conf.pool.crush_rules[0].crush_rule

    • Type: string

    • Description:

    • “create-simple”

  • conf.pool.crush_rules[0].device_class

    • Type: string

    • Description:

    • nil

  • conf.pool.crush_rules[0].failure_domain

    • Type: string

    • Description:

    • “osd”

  • conf.pool.crush_rules[0].name

    • Type: string

    • Description:

    • “same_host”

  • conf.pool.crush_rules[1].crush_rule

    • Type: string

    • Description:

    • “create-simple”

  • conf.pool.crush_rules[1].device_class

    • Type: string

    • Description:

    • nil

  • conf.pool.crush_rules[1].failure_domain

    • Type: string

    • Description:

    • “host”

  • conf.pool.crush_rules[1].name

    • Type: string

    • Description:

    • “replicated_rule”

  • conf.pool.crush_rules[2].crush_rule

    • Type: string

    • Description:

    • “create-simple”

  • conf.pool.crush_rules[2].device_class

    • Type: string

    • Description:

    • nil

  • conf.pool.crush_rules[2].failure_domain

    • Type: string

    • Description:

    • “rack”

  • conf.pool.crush_rules[2].name

    • Type: string

    • Description:

    • “rack_replicated_rule”

  • conf.pool.default.crush_rule

    • Type: string

    • Description:

    • “replicated_rule”

  • conf.pool.spec[0].application

    • Type: string

    • Description:

    • “mgr_devicehealth”

  • conf.pool.spec[0].name

    • Type: string

    • Description:

    • “.mgr”

  • conf.pool.spec[0].percent_total_data

    • Type: int

    • Description:

    • 5

  • conf.pool.spec[0].replication

    • Type: int

    • Description:

    • 1

  • conf.pool.spec[10].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[10].name

    • Type: string

    • Description:

    • “default.rgw.meta”

  • conf.pool.spec[10].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[10].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[11].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[11].name

    • Type: string

    • Description:

    • “default.rgw.usage”

  • conf.pool.spec[11].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[11].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[12].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[12].name

    • Type: string

    • Description:

    • “default.rgw.users.keys”

  • conf.pool.spec[12].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[12].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[13].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[13].name

    • Type: string

    • Description:

    • “default.rgw.users.email”

  • conf.pool.spec[13].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[13].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[14].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[14].name

    • Type: string

    • Description:

    • “default.rgw.users.swift”

  • conf.pool.spec[14].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[14].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[15].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[15].name

    • Type: string

    • Description:

    • “default.rgw.users.uid”

  • conf.pool.spec[15].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[15].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[16].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[16].name

    • Type: string

    • Description:

    • “default.rgw.buckets.extra”

  • conf.pool.spec[16].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[16].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[17].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[17].name

    • Type: string

    • Description:

    • “default.rgw.buckets.index”

  • conf.pool.spec[17].percent_total_data

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[17].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[18].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[18].name

    • Type: string

    • Description:

    • “default.rgw.buckets.data”

  • conf.pool.spec[18].percent_total_data

    • Type: int

    • Description:

    • 29

  • conf.pool.spec[18].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[1].application

    • Type: string

    • Description:

    • “rbd”

  • conf.pool.spec[1].name

    • Type: string

    • Description:

    • “rbd”

  • conf.pool.spec[1].percent_total_data

    • Type: int

    • Description:

    • 40

  • conf.pool.spec[1].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[2].application

    • Type: string

    • Description:

    • “cephfs”

  • conf.pool.spec[2].name

    • Type: string

    • Description:

    • “cephfs_metadata”

  • conf.pool.spec[2].percent_total_data

    • Type: int

    • Description:

    • 5

  • conf.pool.spec[2].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[3].application

    • Type: string

    • Description:

    • “cephfs”

  • conf.pool.spec[3].name

    • Type: string

    • Description:

    • “cephfs_data”

  • conf.pool.spec[3].percent_total_data

    • Type: int

    • Description:

    • 10

  • conf.pool.spec[3].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[4].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[4].name

    • Type: string

    • Description:

    • “.rgw.root”

  • conf.pool.spec[4].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[4].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[5].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[5].name

    • Type: string

    • Description:

    • “default.rgw.control”

  • conf.pool.spec[5].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[5].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[6].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[6].name

    • Type: string

    • Description:

    • “default.rgw.data.root”

  • conf.pool.spec[6].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[6].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[7].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[7].name

    • Type: string

    • Description:

    • “default.rgw.gc”

  • conf.pool.spec[7].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[7].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[8].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[8].name

    • Type: string

    • Description:

    • “default.rgw.log”

  • conf.pool.spec[8].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[8].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.spec[9].application

    • Type: string

    • Description:

    • “rgw”

  • conf.pool.spec[9].name

    • Type: string

    • Description:

    • “default.rgw.intent-log”

  • conf.pool.spec[9].percent_total_data

    • Type: float

    • Description:

    • 0.1

  • conf.pool.spec[9].replication

    • Type: int

    • Description:

    • 3

  • conf.pool.target.final_osd

    • Type: int

    • Description:

    • 5

  • conf.pool.target.osd

    • Type: int

    • Description:

    • 5

  • conf.pool.target.pg_num_min

    • Type: int

    • Description:

    • 8

  • conf.pool.target.pg_per_osd

    • Type: int

    • Description:

    • 100

  • conf.pool.target.protected

    • Type: bool

    • Description:

    • true

  • conf.pool.target.quota

    • Type: int

    • Description:

    • 100

  • conf.pool.target.required_percent_of_osds

    • Type: int

    • Description:

    • 75

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

    • Type: string

    • Description:

    • “ceph-client-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.cephfs_client_key_generator.jobs

    • Type: string

    • Description:

    • nil

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

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.checkdns.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.mds.jobs[0]

    • Type: string

    • Description:

    • “ceph-storage-keys-generator”

  • dependencies.static.mds.jobs[1]

    • Type: string

    • Description:

    • “ceph-mds-keyring-generator”

  • dependencies.static.mds.jobs[2]

    • Type: string

    • Description:

    • “ceph-rbd-pool”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “ceph_mon”

  • dependencies.static.namespace_client_key_cleaner.jobs

    • Type: string

    • Description:

    • nil

  • dependencies.static.namespace_client_key_generator.jobs

    • Type: string

    • Description:

    • nil

  • dependencies.static.pool_checkpgs.jobs[0]

    • Type: string

    • Description:

    • “ceph-rbd-pool”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “ceph_mgr”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “ceph_mon”

  • dependencies.static.rbd_pool.services[1].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.rbd_pool.services[1].service

    • Type: string

    • Description:

    • “ceph_mgr”

  • dependencies.static.tests.jobs[0]

    • Type: string

    • Description:

    • “ceph-rbd-pool”

  • dependencies.static.tests.jobs[1]

    • Type: string

    • Description:

    • “ceph-mgr-keyring-generator”

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

    • Type: string

    • Description:

    • “internal”

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

    • Type: string

    • Description:

    • “ceph_mon”

  • dependencies.static.tests.services[1].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.tests.services[1].service

    • Type: string

    • Description:

    • “ceph_mgr”

  • deployment.ceph

    • 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.ceph_object_store.endpoint_namespaces[0]

    • Type: string

    • Description:

    • “openstack”

  • endpoints.ceph_object_store.endpoint_namespaces[1]

    • Type: string

    • Description:

    • “ceph”

  • 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-client.password

    • Type: string

    • Description:

    • “password”

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

    • Type: string

    • Description:

    • “ceph-client”

  • 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_mds

    • Type: string

    • Description:

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

  • images.tags.ceph_rbd_pool

    • 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”

  • jobs.ceph_defragosds.concurrency.execPolicy

    • Type: string

    • Description:

    • “Forbid”

  • jobs.ceph_defragosds.cron

    • Type: string

    • Description:

    • “0 0 1 * *”

  • jobs.ceph_defragosds.history.failJob

    • Type: int

    • Description:

    • 1

  • jobs.ceph_defragosds.history.successJob

    • Type: int

    • Description:

    • 1

  • jobs.ceph_defragosds.startingDeadlineSecs

    • Type: int

    • Description:

    • 60

  • jobs.pool_checkPGs.concurrency.execPolicy

    • Type: string

    • Description:

    • “Forbid”

  • jobs.pool_checkPGs.cron

    • Type: string

    • Description:

    • “*/15 * * * *”

  • jobs.pool_checkPGs.history.failJob

    • Type: int

    • Description:

    • 1

  • jobs.pool_checkPGs.history.successJob

    • Type: int

    • Description:

    • 1

  • jobs.pool_checkPGs.startingDeadlineSecs

    • Type: int

    • Description:

    • 60

  • jobs.rbd_pool.restartPolicy

    • Type: string

    • Description:

    • “OnFailure”

  • labels.checkdns.node_selector_key

    • Type: string

    • Description:

    • “ceph-mon”

  • labels.checkdns.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • labels.job.node_selector_key

    • Type: string

    • Description:

    • “openstack-control-plane”

  • labels.job.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • labels.mds.node_selector_key

    • Type: string

    • Description:

    • “ceph-mds”

  • labels.mds.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.test.node_selector_key

    • Type: string

    • Description:

    • “openstack-control-plane”

  • labels.test.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • manifests.configmap_bin

    • Type: bool

    • Description:

    • true

  • manifests.configmap_etc

    • Type: bool

    • Description:

    • true

  • manifests.configmap_test_bin

    • Type: bool

    • Description:

    • true

  • manifests.cronjob_checkPGs

    • Type: bool

    • Description:

    • true

  • manifests.cronjob_defragosds

    • Type: bool

    • Description:

    • true

  • manifests.deployment_checkdns

    • Type: bool

    • Description:

    • true

  • manifests.deployment_mds

    • Type: bool

    • Description:

    • true

  • manifests.helm_tests

    • Type: bool

    • Description:

    • true

  • manifests.job_bootstrap

    • Type: bool

    • Description:

    • false

  • manifests.job_cephfs_client_key

    • Type: bool

    • Description:

    • true

  • manifests.job_image_repo_sync

    • Type: bool

    • Description:

    • true

  • manifests.job_rbd_pool

    • Type: bool

    • Description:

    • true

  • manifests.secret_registry

    • 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.deployments.pod_replacement_strategy

    • Type: string

    • Description:

    • “RollingUpdate”

  • pod.lifecycle.upgrades.deployments.revision_history

    • Type: int

    • Description:

    • 3

  • pod.lifecycle.upgrades.deployments.rolling_update.max_surge

    • Type: string

    • Description:

    • “25%”

  • pod.lifecycle.upgrades.deployments.rolling_update.max_unavailable

    • Type: string

    • Description:

    • “25%”

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

    • Type: bool

    • Description:

    • true

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

    • Type: int

    • Description:

    • 60

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

    • Type: int

    • Description:

    • 5

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

    • Type: bool

    • Description:

    • true

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

    • Type: int

    • Description:

    • 5

  • pod.replicas.mds

    • Type: int

    • Description:

    • 2

  • pod.resources.checkdns.limits.cpu

    • Type: string

    • Description:

    • “500m”

  • pod.resources.checkdns.limits.memory

    • Type: string

    • Description:

    • “50Mi”

  • pod.resources.checkdns.requests.cpu

    • Type: string

    • Description:

    • “250m”

  • pod.resources.checkdns.requests.memory

    • Type: string

    • Description:

    • “5Mi”

  • 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.rbd_pool.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.rbd_pool.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.rbd_pool.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.rbd_pool.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.tests.limits.cpu

    • Type: string

    • Description:

    • “500m”

  • pod.resources.jobs.tests.limits.memory

    • Type: string

    • Description:

    • “50Mi”

  • pod.resources.jobs.tests.requests.cpu

    • Type: string

    • Description:

    • “250m”

  • pod.resources.jobs.tests.requests.memory

    • Type: string

    • Description:

    • “10Mi”

  • pod.resources.mds.limits.cpu

    • Type: string

    • Description:

    • “500m”

  • pod.resources.mds.limits.memory

    • Type: string

    • Description:

    • “50Mi”

  • pod.resources.mds.requests.cpu

    • Type: string

    • Description:

    • “250m”

  • pod.resources.mds.requests.memory

    • Type: string

    • Description:

    • “10Mi”

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

    • Type: bool

    • Description:

    • false

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

    • Type: bool

    • Description:

    • true

  • pod.security_context.bootstrap.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.security_context.checkdns.container.checkdns.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.checkdns.container.checkdns.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.checkdns.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.security_context.mds.container.init_dirs.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.mds.container.init_dirs.runAsUser

    • Type: int

    • Description:

    • 0

  • pod.security_context.mds.container.mds.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.mds.container.mds.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.mds.container.mds.runAsUser

    • Type: int

    • Description:

    • 64045

  • pod.security_context.mds.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.security_context.rbd_pool.container.rbd_pool.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.rbd_pool.container.rbd_pool.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.rbd_pool.pod.runAsUser

    • Type: int

    • Description:

    • 65534

  • pod.security_context.test.container.test.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.test.container.test.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.test.pod.runAsUser

    • Type: int

    • Description:

    • 65534

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

    • Type: string

    • Description:

    • “NoExecute”

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

    • Type: string

    • Description:

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

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

    • Type: string

    • Description:

    • “Exists”

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

    • Type: int

    • Description:

    • 60

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

    • Type: string

    • Description:

    • “NoExecute”

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

    • Type: string

    • Description:

    • “node.kubernetes.io/unreachable”

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

    • Type: string

    • Description:

    • “Exists”

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

    • Type: int

    • Description:

    • 60

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

    • Type: string

    • Description:

    • “NoExecute”

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

    • Type: string

    • Description:

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

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

    • Type: string

    • Description:

    • “Exists”

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

    • Type: int

    • Description:

    • 60

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

    • Type: string

    • Description:

    • “NoExecute”

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

    • Type: string

    • Description:

    • “node.kubernetes.io/unreachable”

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

    • Type: string

    • Description:

    • “Exists”

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

    • Type: int

    • Description:

    • 60

  • release_group

    • Type: string

    • Description:

    • nil

  • 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.keyrings.rgw

    • Type: string

    • Description:

    • “ceph-bootstrap-rgw-keyring”

  • secrets.oci_image_registry.ceph-client

    • Type: string

    • Description:

    • “ceph-client-oci-image-registry”