2015-07-30 14:30:38 +02:00
|
|
|
## A Heat environment file which can be used to set up storage
|
|
|
|
## backends. Defaults to Ceph used as a backend for Cinder, Glance and
|
|
|
|
## Nova ephemeral storage.
|
2016-06-02 02:55:08 +02:00
|
|
|
resource_registry:
|
|
|
|
OS::TripleO::Services::CephMon: ../puppet/services/ceph-mon.yaml
|
|
|
|
OS::TripleO::Services::CephOSD: ../puppet/services/ceph-osd.yaml
|
|
|
|
OS::TripleO::Services::CephClient: ../puppet/services/ceph-client.yaml
|
|
|
|
|
2015-07-07 15:16:10 +02:00
|
|
|
parameter_defaults:
|
2015-07-30 14:30:38 +02:00
|
|
|
|
|
|
|
#### BACKEND SELECTION ####
|
|
|
|
|
|
|
|
## Whether to enable iscsi backend for Cinder.
|
|
|
|
CinderEnableIscsiBackend: false
|
|
|
|
## Whether to enable rbd (Ceph) backend for Cinder.
|
|
|
|
CinderEnableRbdBackend: true
|
2016-04-12 15:19:34 +03:00
|
|
|
## Cinder Backup backend can be either 'ceph' or 'swift'.
|
|
|
|
CinderBackupBackend: ceph
|
2015-07-30 14:30:38 +02:00
|
|
|
## Whether to enable NFS backend for Cinder.
|
|
|
|
# CinderEnableNfsBackend: false
|
|
|
|
## Whether to enable rbd (Ceph) backend for Nova ephemeral storage.
|
|
|
|
NovaEnableRbdBackend: true
|
|
|
|
## Glance backend can be either 'rbd' (Ceph), 'swift' or 'file'.
|
|
|
|
GlanceBackend: rbd
|
2016-03-11 19:24:41 -05:00
|
|
|
## Gnocchi backend can be either 'rbd' (Ceph), 'swift' or 'file'.
|
|
|
|
GnocchiBackend: rbd
|
2015-07-30 14:30:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
#### CINDER NFS SETTINGS ####
|
|
|
|
|
|
|
|
## NFS mount options
|
|
|
|
# CinderNfsMountOptions: ''
|
|
|
|
## NFS mount point, e.g. '192.168.122.1:/export/cinder'
|
|
|
|
# CinderNfsServers: ''
|
|
|
|
|
|
|
|
|
2016-10-20 19:27:42 +02:00
|
|
|
#### GLANCE NFS SETTINGS ####
|
2015-07-30 14:30:38 +02:00
|
|
|
|
2016-10-20 19:27:42 +02:00
|
|
|
## Make sure to set `GlanceBackend: file` when enabling NFS
|
|
|
|
##
|
|
|
|
## Whether to make Glance 'file' backend a NFS mount
|
|
|
|
# GlanceNfsEnabled: false
|
|
|
|
## NFS share for image storage, e.g. '192.168.122.1:/export/glance'
|
|
|
|
## (If using IPv6, use both double- and single-quotes,
|
|
|
|
## e.g. "'[fdd0::1]:/export/glance'")
|
|
|
|
# GlanceNfsShare: ''
|
|
|
|
## Mount options for the NFS image storage mount point
|
|
|
|
# GlanceNfsOptions: 'intr,context=system_u:object_r:glance_var_lib_t:s0'
|
2015-07-30 14:30:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
#### CEPH SETTINGS ####
|
|
|
|
|
2016-01-04 13:59:46 -05:00
|
|
|
## When deploying Ceph Nodes through the oscplugin CLI, the following
|
2015-07-30 14:30:38 +02:00
|
|
|
## parameters are set automatically by the CLI. When deploying via
|
2016-01-04 13:59:46 -05:00
|
|
|
## heat stack-create or ceph on the controller nodes only,
|
|
|
|
## they need to be provided manually.
|
2015-07-30 14:30:38 +02:00
|
|
|
|
|
|
|
## Number of Ceph storage nodes to deploy
|
|
|
|
# CephStorageCount: 0
|
|
|
|
## Ceph FSID, e.g. '4b5c8c0a-ff60-454b-a1b4-9747aa737d19'
|
|
|
|
# CephClusterFSID: ''
|
|
|
|
## Ceph monitor key, e.g. 'AQC+Ox1VmEr3BxAALZejqeHj50Nj6wJDvs96OQ=='
|
|
|
|
# CephMonKey: ''
|
|
|
|
## Ceph admin key, e.g. 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ=='
|
|
|
|
# CephAdminKey: ''
|
2016-07-11 17:41:47 +02:00
|
|
|
## Ceph client key, e.g 'AQC+vYNXgDAgAhAAc8UoYt+OTz5uhV7ItLdwUw=='
|
|
|
|
# CephClientKey: ''
|