diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-03-10 16:08:35 -0600 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-03-10 16:25:22 -0600 |
commit | 290f703cc0341fcec66bc6ba8f0c05a1e02649b6 (patch) | |
tree | d5b280cbd2988a0b4bc2e3519419824b43280558 /inventory/byo | |
parent | 39d078c8b1a17f3e4b827f9962a9f317a6464f3e (diff) | |
download | openshift-290f703cc0341fcec66bc6ba8f0c05a1e02649b6.tar.gz openshift-290f703cc0341fcec66bc6ba8f0c05a1e02649b6.tar.bz2 openshift-290f703cc0341fcec66bc6ba8f0c05a1e02649b6.tar.xz openshift-290f703cc0341fcec66bc6ba8f0c05a1e02649b6.zip |
cherry picking from #3621 #3614 #3627
Diffstat (limited to 'inventory/byo')
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index b9ffbf120..53fee6612 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -531,7 +531,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # # Configure loggingPublicURL in the master config for aggregate logging, defaults # to https://kibana.{{ openshift_master_default_subdomain }} -#openshift_master_logging_public_url=https://kibana.example.com +#openshift_hosted_logging_hostname=https://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 10fc4d6f3..081620095 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -532,7 +532,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # # Configure loggingPublicURL in the master config for aggregate logging, defaults # to https://kibana.{{ openshift_master_default_subdomain }} -#openshift_master_logging_public_url=https://kibana.example.com +#openshift_hosted_logging_hostname=https://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 |