f96dbd0610
With the changes in environments/lifecycle to set/reset the default CephAnsiblePlaybook value, we do not need to have it in the ceph-ansible environment files anymore. Closes-Bug: 1772650 Change-Id: I3004feda52cd03f982c359a027e68514c25ca893
14 lines
543 B
YAML
14 lines
543 B
YAML
resource_registry:
|
|
OS::TripleO::Services::CephMgr: ../../docker/services/ceph-ansible/ceph-mgr.yaml
|
|
OS::TripleO::Services::CephMon: ../../docker/services/ceph-ansible/ceph-mon.yaml
|
|
OS::TripleO::Services::CephOSD: ../../docker/services/ceph-ansible/ceph-osd.yaml
|
|
OS::TripleO::Services::CephClient: ../../docker/services/ceph-ansible/ceph-client.yaml
|
|
|
|
parameter_defaults:
|
|
CinderEnableIscsiBackend: false
|
|
CinderEnableRbdBackend: true
|
|
CinderBackupBackend: ceph
|
|
NovaEnableRbdBackend: true
|
|
GlanceBackend: rbd
|
|
GnocchiBackend: rbd
|