0970068cbb
* Deploy Gnocchi API. * Storage backends: swift, rbd and file. * Indexer backend default to mysql * Configure Ceilometer to send metrics datas to Gnocchi * Pacemaker config Depends-On: Ic8778a3104e0ed0460423e4bf857682220dc5802 Depends-On: I7d2eb9405e0171fc54fa0b616122f69db5f51ce2 Co-Authored-By: Pradeep Kilambi <pkilambi@redhat.com> Change-Id: Ifde17b1ab8fa2b30544633e455e1c7eb475705aa
61 lines
2.1 KiB
YAML
61 lines
2.1 KiB
YAML
## 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.
|
|
parameter_defaults:
|
|
|
|
#### BACKEND SELECTION ####
|
|
|
|
## Whether to enable iscsi backend for Cinder.
|
|
CinderEnableIscsiBackend: false
|
|
## Whether to enable rbd (Ceph) backend for Cinder.
|
|
CinderEnableRbdBackend: true
|
|
## 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
|
|
## Gnocchi backend can be either 'rbd' (Ceph), 'swift' or 'file'.
|
|
GnocchiBackend: rbd
|
|
|
|
|
|
#### CINDER NFS SETTINGS ####
|
|
|
|
## NFS mount options
|
|
# CinderNfsMountOptions: ''
|
|
## NFS mount point, e.g. '192.168.122.1:/export/cinder'
|
|
# CinderNfsServers: ''
|
|
|
|
|
|
#### GLANCE FILE BACKEND PACEMAKER SETTINGS (used for mounting NFS) ####
|
|
|
|
## Whether to make Glance 'file' backend a mount managed by Pacemaker
|
|
# GlanceFilePcmkManage: false
|
|
## File system type of the mount
|
|
# GlanceFilePcmkFstype: nfs
|
|
## Pacemaker mount point, e.g. '192.168.122.1:/export/glance' for NFS
|
|
# GlanceFilePcmkDevice: ''
|
|
## Options for the mount managed by Pacemaker
|
|
# GlanceFilePcmkOptions: ''
|
|
|
|
|
|
#### CEPH SETTINGS ####
|
|
|
|
## Whether to deploy Ceph OSDs on the controller nodes. By default
|
|
## OSDs are deployed on dedicated ceph-storage nodes only.
|
|
# ControllerEnableCephStorage: false
|
|
|
|
## When deploying Ceph Nodes through the oscplugin CLI, the following
|
|
## parameters are set automatically by the CLI. When deploying via
|
|
## heat stack-create or ceph on the controller nodes only,
|
|
## they need to be provided manually.
|
|
|
|
## 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: ''
|