summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_nfs_lvm
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@afrolegs.com>2017-01-16 10:21:01 -0500
committerGitHub <noreply@github.com>2017-01-16 10:21:01 -0500
commit2bd657a6a20f960a3bbdf01cc84472ff5b94fa1a (patch)
tree18124ccf2540452c9bbc1570727eaa421d3675dc /roles/openshift_storage_nfs_lvm
parent99a93322b17e3ce5fcd335cfa70a1b54ac13715e (diff)
parent3f2569c06718a3c7d7367fa54b65d91f49b84d06 (diff)
downloadopenshift-2bd657a6a20f960a3bbdf01cc84472ff5b94fa1a.tar.gz
openshift-2bd657a6a20f960a3bbdf01cc84472ff5b94fa1a.tar.bz2
openshift-2bd657a6a20f960a3bbdf01cc84472ff5b94fa1a.tar.xz
openshift-2bd657a6a20f960a3bbdf01cc84472ff5b94fa1a.zip
Merge pull request #3090 from jfchevrette/fix_pv_template_spec
Fix role openshift_storage_nfs_lvm keys should be lowercase in the pv spec template
Diffstat (limited to 'roles/openshift_storage_nfs_lvm')
-rw-r--r--roles/openshift_storage_nfs_lvm/templates/nfs.json.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_storage_nfs_lvm/templates/nfs.json.j2 b/roles/openshift_storage_nfs_lvm/templates/nfs.json.j2
index 19e150f7d..c273aca9f 100644
--- a/roles/openshift_storage_nfs_lvm/templates/nfs.json.j2
+++ b/roles/openshift_storage_nfs_lvm/templates/nfs.json.j2
@@ -14,8 +14,8 @@
"accessModes": [ "ReadWriteOnce", "ReadWriteMany" ],
"persistentVolumeReclaimPolicy": "{{ osnl_volume_reclaim_policy }}",
"nfs": {
- "Server": "{{ inventory_hostname }}",
- "Path": "{{ osnl_mount_dir }}/{{ item }}"
+ "server": "{{ inventory_hostname }}",
+ "path": "{{ osnl_mount_dir }}/{{ item }}"
}
}
}