-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathflexpod.yaml
45 lines (38 loc) · 1.59 KB
/
flexpod.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## 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: false
## Whether to enable NFS backend for Cinder.
# CinderEnableNfsBackend: false
## Whether to enable rbd (Ceph) backend for Nova ephemeral storage.
NovaEnableRbdBackend: false
## Glance backend can be either 'rbd' (Ceph), 'swift' or 'file'.
GlanceBackend: file
#### GLANCE FILE BACKEND PACEMAKER SETTINGS (used for mounting NFS) ####
## Whether to make Glance 'file' backend a mount managed by Pacemaker
GlanceFilePcmkManage: true
## File system type of the mount
GlanceFilePcmkFstype: nfs
## Pacemaker mount point, e.g. '192.168.122.1:/export/glance' for NFS
GlanceFilePcmkDevice: '192.168.80.201:/glance'
## Options for the mount managed by Pacemaker
GlanceFilePcmkOptions: 'context=system_u:object_r:glance_var_lib_t:s0'
## Enables SolidFire backend
ExtraConfig:
cinder::config::cinder_config:
solidfire/volume_driver:
value: cinder.volume.drivers.solidfire.SolidFireDriver
solidfire/san_ip:
value: 172.21.121.100
solidfire/san_login:
value: admin
solidfire/san_password:
value: Netapp!23
solidfire/sf_svip:
value: 192.168.86.100:3260
cinder_user_enabled_backends: ['solidfire']