diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-03-20 10:39:09 -0500 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-03-20 10:39:09 -0500 |
commit | 5dcef5d69e371cacdfd01323e870e6c68542d544 (patch) | |
tree | c33ece106209ac9862e8bb81ae95a1c70719ca85 /roles/openshift_logging/defaults | |
parent | 516ac1d09df53a2230cda420aae259f4af35a34d (diff) | |
download | openshift-5dcef5d69e371cacdfd01323e870e6c68542d544.tar.gz openshift-5dcef5d69e371cacdfd01323e870e6c68542d544.tar.bz2 openshift-5dcef5d69e371cacdfd01323e870e6c68542d544.tar.xz openshift-5dcef5d69e371cacdfd01323e870e6c68542d544.zip |
Cherry picking from #3711
Diffstat (limited to 'roles/openshift_logging/defaults')
-rw-r--r-- | roles/openshift_logging/defaults/main.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/openshift_logging/defaults/main.yml b/roles/openshift_logging/defaults/main.yml index 04fd42cbf..158f86e54 100644 --- a/roles/openshift_logging/defaults/main.yml +++ b/roles/openshift_logging/defaults/main.yml @@ -54,6 +54,18 @@ openshift_logging_kibana_ops_proxy_cpu_limit: null openshift_logging_kibana_ops_proxy_memory_limit: null openshift_logging_kibana_ops_replica_count: 1 +#The absolute path on the control node to the cert file to use +#for the public facing ops kibana certs +openshift_logging_kibana_ops_cert: "" + +#The absolute path on the control node to the key file to use +#for the public facing ops kibana certs +openshift_logging_kibana_ops_key: "" + +#The absolute path on the control node to the CA file to use +#for the public facing ops kibana certs +openshift_logging_kibana_ops_ca: "" + openshift_logging_fluentd_nodeselector: "{{ openshift_hosted_logging_fluentd_nodeselector_label | default('logging-infra-fluentd=true') | map_from_pairs }}" openshift_logging_fluentd_cpu_limit: 100m openshift_logging_fluentd_memory_limit: 512Mi |