From 1eded9f8f0bdc046edb794b3f045ef967db5385d Mon Sep 17 00:00:00 2001 From: Federico Simoncelli Date: Fri, 23 Jun 2017 12:27:08 +0200 Subject: openshift_cfme: add nfs directory support Signed-off-by: Federico Simoncelli --- roles/openshift_cfme/templates/miq-pv-region.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_cfme/templates/miq-pv-region.yaml.j2') 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 -- cgit v1.2.3