summaryrefslogtreecommitdiffstats
path: root/environments/storage/cinder-nfs.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-19 15:26:53 +0000
committerGerrit Code Review <review@openstack.org>2017-06-19 15:26:53 +0000
commit77eec6867a064e8764745375940cf085be958c2f (patch)
tree4d11c37aa6b11120eaf914ebaec5cc8e98ff5a07 /environments/storage/cinder-nfs.yaml
parentf3e084dc85c0d95fadd078c6297a40136779ee5c (diff)
parent8d086b171099f0a968f1fdd1b39706ec64a52f56 (diff)
Merge "Add storage sample environments"
Diffstat (limited to 'environments/storage/cinder-nfs.yaml')
-rw-r--r--environments/storage/cinder-nfs.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/environments/storage/cinder-nfs.yaml b/environments/storage/cinder-nfs.yaml
new file mode 100644
index 00000000..2de3e78c
--- /dev/null
+++ b/environments/storage/cinder-nfs.yaml
@@ -0,0 +1,27 @@
+# *******************************************************************
+# 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 Cinder NFS Backend
+# description: |
+# Configure and include this environment to enable the use of an NFS
+# share as the backend for Cinder.
+parameter_defaults:
+ # Whether to enable or not the Iscsi backend for Cinder
+ # Type: boolean
+ CinderEnableIscsiBackend: False
+
+ # Whether to enable or not the NFS backend for Cinder
+ # Type: boolean
+ CinderEnableNfsBackend: True
+
+ # Mount options for NFS mounts used by Cinder NFS backend. Effective when CinderEnableNfsBackend is true.
+ # Type: string
+ CinderNfsMountOptions: ''
+
+ # NFS servers used by Cinder NFS backend. Effective when CinderEnableNfsBackend is true.
+ # Type: comma_delimited_list
+ CinderNfsServers: 192.168.122.1:/export/cinder
+