From 5e952859247d28abe6d5efb794ff6a1f8639000d Mon Sep 17 00:00:00 2001 From: Jeff Cantrill Date: Wed, 8 Mar 2017 09:17:43 -0500 Subject: bug 1428249. Use ES hostmount storage if it exists --- roles/openshift_logging/templates/es-storage-hostpath.partial | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/openshift_logging/templates/es-storage-hostpath.partial (limited to 'roles/openshift_logging/templates/es-storage-hostpath.partial') diff --git a/roles/openshift_logging/templates/es-storage-hostpath.partial b/roles/openshift_logging/templates/es-storage-hostpath.partial new file mode 100644 index 000000000..07ddad9ba --- /dev/null +++ b/roles/openshift_logging/templates/es-storage-hostpath.partial @@ -0,0 +1,2 @@ + hostPath: + path: {{es_storage['path']}} -- cgit v1.2.1