summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_nfs_lvm/defaults/main.yml
blob: 48352187c7552a3f4584a7893c7054fbad564802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# Options of NFS exports.
osnl_nfs_export_options: "*(rw,sync,all_squash)"

# Directory, where the created partitions should be mounted. They will be
# mounted as <osnl_mount_dir>/test1g0001 etc.
osnl_mount_dir: /exports/openshift

# Volume Group to use.
osnl_volume_group: openshiftvg

# Volume reclaim policy of a PersistentVolume tells the cluster
# what to do with the volume after it is released.
#
# Valid values are "Retain" or "Recycle".
# See https://docs.openshift.com/enterprise/3.0/architecture/additional_concepts/storage.html#pv-recycling-policy
osnl_volume_reclaim_policy: "Recycle"