4b01172be2
During the overcloud deployment phase, some operations should still be performed on the provisioned Ceph cluster. When Ceph is TripleO deployed, cephadm doesn't provide any firewall configuration (–-skip-firewalld is provided), as well as any HA configuration for the Ceph Dashboard. This change introduces a new cephadm/ branch containing all the services that should be configured in the TripleO context. Co-Authored-By: Giulio Fidente <gfidente@redhat.com> Co-Authored-By: John Fulton <fulton@redhat.com> Depends-On: I35e57abddc64310a6422174fe191bd328588d7cd Change-Id: Ie9537471924d1d60f7642699e58e734511b91a2b
23 lines
902 B
YAML
23 lines
902 B
YAML
resource_registry:
|
|
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
|
|
OS::TripleO::Services::CephClient: ../../deployment/cephadm/ceph-client.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
|