aboutsummaryrefslogtreecommitdiffstats
path: root/controller.yaml
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2015-07-02 13:59:31 +0200
committerJiri Stransky <jistr@redhat.com>2015-07-07 13:25:29 +0200
commitc8c11a09f028ea763328d77ac334796caa4e4cbd (patch)
tree9f18d76dff97f187d9e3d01b803dacb23a5937f1 /controller.yaml
parent0bbf34a21b1eecdfdf1bacc14ea0b93edbbd2435 (diff)
NFS backend for Cinder
Adds support for NFS backend for Cinder, but remains disabled by default. Change-Id: I9ebef072ed115efe980fa4904ea80f02384522af
Diffstat (limited to 'controller.yaml')
-rw-r--r--controller.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml
index 5596591f..d2afe7ac 100644
--- a/controller.yaml
+++ b/controller.yaml
@@ -28,6 +28,10 @@ parameters:
description: The password for the ceilometer service and db account.
type: string
hidden: true
+ CinderEnableNfsBackend:
+ default: false
+ description: Whether to enable or not the NFS backend for Cinder
+ type: boolean
CinderEnableIscsiBackend:
default: true
description: Whether to enable or not the Iscsi backend for Cinder
@@ -44,6 +48,18 @@ parameters:
default: 5000
description: The size of the loopback file used by the cinder LVM driver.
type: number
+ CinderNfsMountOptions:
+ default: ''
+ description: >
+ Mount options for NFS mounts used by Cinder NFS backend. Effective
+ when CinderEnableNfsBackend is true.
+ type: string
+ CinderNfsServers:
+ default: ''
+ description: >
+ NFS servers used by Cinder NFS backend. Effective when
+ CinderEnableNfsBackend is true.
+ type: comma_delimited_list
CinderPassword:
default: unset
description: The password for the cinder service and db account, used by cinder-api.