summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_logging/README.md
diff options
context:
space:
mode:
authorJohn Kwiatkoski <jkwiatko@redhat.com>2016-03-22 14:48:31 -0400
committerJohn Kwiatkoski <jkwiatko@redhat.com>2016-03-22 14:48:31 -0400
commit7fa2d035c9f2051e5e07134522871ea23f85e52c (patch)
tree75c23b64c8b2592d5e6ac4babde0eb8f09e888e5 /roles/openshift_hosted_logging/README.md
parentea71f3a00c1749e43cba6b821480a5966bbfc22e (diff)
downloadopenshift-7fa2d035c9f2051e5e07134522871ea23f85e52c.tar.gz
openshift-7fa2d035c9f2051e5e07134522871ea23f85e52c.tar.bz2
openshift-7fa2d035c9f2051e5e07134522871ea23f85e52c.tar.xz
openshift-7fa2d035c9f2051e5e07134522871ea23f85e52c.zip
revised and restructured logging role
Diffstat (limited to 'roles/openshift_hosted_logging/README.md')
-rw-r--r--roles/openshift_hosted_logging/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/openshift_hosted_logging/README.md b/roles/openshift_hosted_logging/README.md
new file mode 100644
index 000000000..b3f363571
--- /dev/null
+++ b/roles/openshift_hosted_logging/README.md
@@ -0,0 +1,10 @@
+###Required vars:
+
+- openshift_hosted_logging_hostname: kibana.example.com
+- openshift_hosted_logging_elasticsearch_cluster_size: 1
+- openshift_hosted_logging_master_public_url: https://localhost:8443
+
+###Optional vars:
+- openshift_hosted_logging_secret_vars: (defaults to nothing=/dev/null) kibana.crt=/etc/origin/master/ca.crt kibana.key=/etc/origin/master/ca.key ca.crt=/etc/origin/master/ca.crt ca.key=/etc/origin/master/ca.key
+- openshift_hosted_logging_fluentd_replicas: (defaults to 1) 3
+- openshift_hosted_logging_cleanup: (defaults to no) Set this to 'yes' in order to cleanup logging components instead of deploying.