summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/README.md
diff options
context:
space:
mode:
authorJeff Cantrill <jcantril@redhat.com>2017-02-02 16:35:33 -0500
committerJeff Cantrill <jcantril@redhat.com>2017-02-02 16:35:47 -0500
commitb53e69588296800998f2256d66a74080ebc1e4f1 (patch)
tree9c866148f91215ace776a8b04af1473d53c24a30 /roles/openshift_logging/README.md
parent4dfe8c715bfc49a913d7c7bea80c475a9b50b41e (diff)
downloadopenshift-b53e69588296800998f2256d66a74080ebc1e4f1.tar.gz
openshift-b53e69588296800998f2256d66a74080ebc1e4f1.tar.bz2
openshift-b53e69588296800998f2256d66a74080ebc1e4f1.tar.xz
openshift-b53e69588296800998f2256d66a74080ebc1e4f1.zip
fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metrics
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 856cfa2b9..d8060e43d 100644
--- a/roles/openshift_logging/README.md
+++ b/roles/openshift_logging/README.md
@@ -25,7 +25,7 @@ When both `openshift_logging_install_logging` and `openshift_logging_upgrade_log
- `openshift_logging_image_version`: The image version for the logging images to use. Defaults to 'latest'.
- `openshift_logging_use_ops`: If 'True', set up a second ES and Kibana cluster for infrastructure logs. Defaults to 'False'.
- `master_url`: The URL for the Kubernetes master, this does not need to be public facing but should be accessible from within the cluster. Defaults to 'https://kubernetes.default.svc.cluster.local'.
-- `public_master_url`: The public facing URL for the Kubernetes master, this is used for Authentication redirection. Defaults to 'https://localhost:8443'.
+- `openshift_logging_master_public_url`: The public facing URL for the Kubernetes master, this is used for Authentication redirection. Defaults to 'https://localhost:8443'.
- `openshift_logging_namespace`: The namespace that Aggregated Logging will be installed in. Defaults to 'logging'.
- `openshift_logging_curator_default_days`: The default minimum age (in days) Curator uses for deleting log records. Defaults to '30'.
- `openshift_logging_curator_run_hour`: The hour of the day that Curator will run at. Defaults to '0'.