You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
696 B
16 lines
696 B
# A Heat environment file which can be used to enable a Ceph |
|
# storage cluster using the controller and ceph nodes. |
|
# Rbd backends are enabled for Cinder, Glance, Gnocchi and Nova. |
|
parameter_defaults: |
|
#NOTE: These ID's and keys should be regenerated for |
|
# a production deployment. What is here is suitable for |
|
# developer and CI testing only. |
|
CephClusterFSID: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19' |
|
CephMonKey: 'AQC+Ox1VmEr3BxAALZejqeHj50Nj6wJDvs96OQ==' |
|
CephAdminKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ==' |
|
NovaEnableRbdBackend: true |
|
CinderEnableRbdBackend: true |
|
GlanceBackend: rbd |
|
GnocchiBackend: rbd |
|
CinderEnableIscsiBackend: false |
|
ControllerEnableCephStorage: true
|
|
|