tripleo-heat-templates/environments/cephadm/cephadm.yaml
Francesco Pantano faf71068b0
Deploy RGW by default when cephadm environment is included
This patch just includes the content of ceph-rgw.yaml in the common
cephadm environment file. This means that when Ceph is deployed by
TripleO, the RGW component will be applied using cephadm.
The cephadm-rbd-only environment file is also added and can be applied
for all the use cases where swift is used and rgw shouldn't replace
it.

Change-Id: I5e841ea76575eed28f1c8fc9a95cd4d3fd62dbc4
2021-04-21 14:35:22 +02:00

27 lines
1.1 KiB
YAML

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
OS::TripleO::Services::CephRgw: ../../deployment/cephadm/ceph-rgw.yaml
OS::TripleO::Services::SwiftProxy: OS::Heat::None
OS::TripleO::Services::SwiftStorage: OS::Heat::None
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None
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