diff options
author | OpenShift Bot <dmcphers+openshiftbot@redhat.com> | 2017-03-16 14:25:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 14:25:43 -0400 |
commit | a4c8b2d019756cbba01d9d2f41add3926c21fb8d (patch) | |
tree | f12b59aefd522933a97957dc3a7413448f3d96b8 /inventory/byo | |
parent | 4c314a6fdce13a0e74736c1548dd0d280d315536 (diff) | |
parent | 52726611f182c6db390d7a964f0bf24fed297761 (diff) | |
download | openshift-a4c8b2d019756cbba01d9d2f41add3926c21fb8d.tar.gz openshift-a4c8b2d019756cbba01d9d2f41add3926c21fb8d.tar.bz2 openshift-a4c8b2d019756cbba01d9d2f41add3926c21fb8d.tar.xz openshift-a4c8b2d019756cbba01d9d2f41add3926c21fb8d.zip |
Merge pull request #3664 from ewolinetz/logging_cherrypick_3657
Merged by openshift-bot
Diffstat (limited to 'inventory/byo')
-rw-r--r-- | inventory/byo/hosts.origin.example | 4 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 416008e81..20764fb95 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -539,8 +539,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # list of options please see roles/openshift_logging/README.md # # Configure loggingPublicURL in the master config for aggregate logging, defaults -# to https://kibana.{{ openshift_master_default_subdomain }} -#openshift_hosted_logging_hostname=https://kibana.example.com +# to kibana.{{ openshift_master_default_subdomain }} +#openshift_master_logging_public_url=kibana.example.com # Configure the number of elastic search nodes, unless you're using dynamic provisioning # this value must be 1 #openshift_hosted_logging_elasticsearch_cluster_size=1 diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 9fe1bc3a6..3b9861a1d 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -540,8 +540,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # list of options please see roles/openshift_logging/README.md # # Configure loggingPublicURL in the master config for aggregate logging, defaults -# to https://kibana.{{ openshift_master_default_subdomain }} -#openshift_hosted_logging_hostname=https://kibana.example.com +# to kibana.{{ openshift_master_default_subdomain }} +#openshift_master_logging_public_url=kibana.example.com # Configure the number of elastic search nodes, unless you're using dynamic provisioning # this value must be 1 #openshift_hosted_logging_elasticsearch_cluster_size=1 |