e828e8c7bb
Enable Cinder as a backend for Glance by adding 'cinder' to the list of allowed choices for the GlanceBackend heat parameter. Update the glance-api docker configuration to allow the feature to work. This is necessary because the feature uses iSCSI, which requires additional privileges. Depends-On: I850047e32f3608b3ce490e52e2e540695cb1a4ff Change-Id: I42241747de931103a04aa5ee2ed18fd46197d183
40 lines
1.5 KiB
YAML
40 lines
1.5 KiB
YAML
# *******************************************************************
|
|
# This file was created automatically by the sample environment
|
|
# generator. Developers should use `tox -e genconfig` to update it.
|
|
# Users are recommended to make changes to a copy of the file instead
|
|
# of the original, if any customizations are needed.
|
|
# *******************************************************************
|
|
# title: Enable Ceph Storage Backend
|
|
# description: |
|
|
# Include this environment to enable Ceph as the backend for
|
|
# Cinder, Nova, Gnocchi, and Glance.
|
|
parameter_defaults:
|
|
# The short name of the Cinder Backup backend to use.
|
|
# Type: string
|
|
CinderBackupBackend: rbd
|
|
|
|
# Whether to enable or not the Iscsi backend for Cinder
|
|
# Type: boolean
|
|
CinderEnableIscsiBackend: False
|
|
|
|
# Whether to enable or not the Rbd backend for Cinder
|
|
# Type: boolean
|
|
CinderEnableRbdBackend: True
|
|
|
|
# The short name of the Glance backend to use. Should be one of swift, rbd, cinder, or file
|
|
# Type: string
|
|
GlanceBackend: rbd
|
|
|
|
# The short name of the Gnocchi backend to use. Should be one of swift, rbd, or file
|
|
# Type: string
|
|
GnocchiBackend: rbd
|
|
|
|
# Whether to enable or not the Rbd backend for Nova
|
|
# Type: boolean
|
|
NovaEnableRbdBackend: True
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::CephClient: ../../puppet/services/ceph-client.yaml
|
|
OS::TripleO::Services::CephMon: ../../puppet/services/ceph-mon.yaml
|
|
OS::TripleO::Services::CephOSD: ../../puppet/services/ceph-osd.yaml
|