tripleo-heat-templates/environments/ceph-ansible/ceph-ansible.yaml
Giulio Fidente f96dbd0610 Remove CephAnsiblePlaybook parameter reset from ceph-ansible env files
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
2018-05-25 08:39:51 +00:00

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