summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cfme/templates/miq-pv-region.yaml.j2
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-30 10:59:53 -0400
committerGitHub <noreply@github.com>2017-08-30 10:59:53 -0400
commit0b9455d7c33a4885e7f8d218e14c192b3cd16994 (patch)
treedc008f49ca9d4821492fa5be309e6dae22c1b816 /roles/openshift_cfme/templates/miq-pv-region.yaml.j2
parentc749ed96670fb4f31a9ecd140d549d9df4d05c57 (diff)
parent1eded9f8f0bdc046edb794b3f045ef967db5385d (diff)
downloadopenshift-0b9455d7c33a4885e7f8d218e14c192b3cd16994.tar.gz
openshift-0b9455d7c33a4885e7f8d218e14c192b3cd16994.tar.bz2
openshift-0b9455d7c33a4885e7f8d218e14c192b3cd16994.tar.xz
openshift-0b9455d7c33a4885e7f8d218e14c192b3cd16994.zip
Merge pull request #4568 from simon3z/cfme-nfs-directory
openshift_cfme: add nfs directory support
Diffstat (limited to 'roles/openshift_cfme/templates/miq-pv-region.yaml.j2')
-rw-r--r--roles/openshift_cfme/templates/miq-pv-region.yaml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_cfme/templates/miq-pv-region.yaml.j2 b/roles/openshift_cfme/templates/miq-pv-region.yaml.j2
index 7218773f0..fe80dffa5 100644
--- a/roles/openshift_cfme/templates/miq-pv-region.yaml.j2
+++ b/roles/openshift_cfme/templates/miq-pv-region.yaml.j2
@@ -8,6 +8,6 @@ spec:
accessModes:
- ReadWriteOnce
nfs:
- path: /exports/miq-pv02
+ path: {{ openshift_cfme_nfs_directory }}/miq-pv02
server: {{ openshift_cfme_nfs_server }}
persistentVolumeReclaimPolicy: Retain