resource_registry:
  OS::TripleO::Services::CephClient: ../../deployment/cephadm/ceph-client.yaml
  OS::TripleO::Services::CephMgr: ../../deployment/cephadm/ceph-mgr.yaml
  OS::TripleO::Services::CephMon: ../../deployment/cephadm/ceph-mon.yaml
  OS::TripleO::Services::CephOSD: ../../deployment/cephadm/ceph-osd.yaml

parameter_defaults:

  CinderEnableIscsiBackend: false
  CinderEnableRbdBackend: true
  CinderBackupBackend: ceph
  NovaEnableRbdBackend: true
  GlanceBackend: rbd
  ## Uncomment below if enabling legacy telemetry
  # GnocchiBackend: rbd

  ## Set to enable on-wire encryption
  ## Using secure mode can cause a performance degradation with the storage cluster.
  ## The severity of the performance degradation can vary depending on several
  ## environmental factors.
  ## Test the performance impact in a non-production environment before implementing.
  # CephMsgrSecureMode: true