summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_mux/defaults
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-07-28 21:01:11 -0400
committerGitHub <noreply@github.com>2017-07-28 21:01:11 -0400
commit1990a975c3101389631eaee925760607600a0629 (patch)
tree71229bbd384693a8ab041bcca7183c5d8a7d5cd3 /roles/openshift_logging_mux/defaults
parentb5850e6cae2998e83702f2562ab32d1a1687a572 (diff)
parent61fe309c853946585a2a6a6404ef89dc5ebfb9f0 (diff)
downloadopenshift-1990a975c3101389631eaee925760607600a0629.tar.gz
openshift-1990a975c3101389631eaee925760607600a0629.tar.bz2
openshift-1990a975c3101389631eaee925760607600a0629.tar.xz
openshift-1990a975c3101389631eaee925760607600a0629.zip
Merge pull request #4943 from jcantrill/file_buffer_master
Impl fluentd file buffer
Diffstat (limited to 'roles/openshift_logging_mux/defaults')
-rw-r--r--roles/openshift_logging_mux/defaults/main.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/roles/openshift_logging_mux/defaults/main.yml b/roles/openshift_logging_mux/defaults/main.yml
index 797a27c1b..35fc7146f 100644
--- a/roles/openshift_logging_mux/defaults/main.yml
+++ b/roles/openshift_logging_mux/defaults/main.yml
@@ -47,3 +47,20 @@ openshift_logging_mux_ops_ca: /etc/fluent/keys/ca
#mux_config_contents:
#mux_throttle_contents:
#mux_secureforward_contents:
+
+# One of ['emptydir', 'pvc', 'hostmount']
+openshift_logging_mux_file_buffer_storage_type: "emptydir"
+
+# pvc options
+# the name of the PVC we will bind to -- create it if it does not exist
+openshift_logging_mux_file_buffer_pvc_name: "logging-mux-pvc"
+
+# required if the PVC does not already exist
+openshift_logging_mux_file_buffer_pvc_size: 4Gi
+openshift_logging_mux_file_buffer_pvc_dynamic: false
+openshift_logging_mux_file_buffer_pvc_pv_selector: {}
+openshift_logging_mux_file_buffer_pvc_access_modes: ['ReadWriteOnce']
+openshift_logging_mux_file_buffer_storage_group: '65534'
+
+openshift_logging_mux_file_buffer_pvc_prefix: "logging-mux"
+openshift_logging_mux_file_buffer_limit: 2Gi