summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/README.md
diff options
context:
space:
mode:
authorewolinetz <ewolinet@redhat.com>2017-01-20 15:17:04 -0600
committerewolinetz <ewolinet@redhat.com>2017-01-20 18:13:01 -0600
commitd740fd159416783c88839e6e2c2e150eb81b67da (patch)
tree6ab84550c02db271712f311dac5d613f65a6a96b /roles/openshift_logging/README.md
parent9edfa73d2caeca19472bb369580d10a1c9057c24 (diff)
downloadopenshift-d740fd159416783c88839e6e2c2e150eb81b67da.tar.gz
openshift-d740fd159416783c88839e6e2c2e150eb81b67da.tar.bz2
openshift-d740fd159416783c88839e6e2c2e150eb81b67da.tar.xz
openshift-d740fd159416783c88839e6e2c2e150eb81b67da.zip
Adding to ansible spec and changing logging jks generation to be a local_action
Diffstat (limited to 'roles/openshift_logging/README.md')
-rw-r--r--roles/openshift_logging/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_logging/README.md b/roles/openshift_logging/README.md
index 07b9cf13e..9b71dc676 100644
--- a/roles/openshift_logging/README.md
+++ b/roles/openshift_logging/README.md
@@ -7,7 +7,7 @@ a single host, it will create any missing certificates and API objects that the
[logging deployer](https://github.com/openshift/origin-aggregated-logging/tree/master/deployer) does.
This role requires that the control host it is run on has Java installed as part of keystore
-generation for Elasticsearch (it uses JKS).
+generation for Elasticsearch (it uses JKS) as well as openssl to sign certificates.
As part of the installation, it is recommended that you add the Fluentd node selector label
to the list of persisted [node labels](https://docs.openshift.org/latest/install_config/install/advanced_install.html#configuring-node-host-labels).