Просмотр исходного кода

Merge pull request #2486 from sdodson/metrics-public-url

Clarify openshift_hosted_metrics_public_url
Scott Dodson 8 лет назад
Родитель
Сommit
cae0ff6c74
2 измененных файлов с 4 добавлено и 0 удалено
  1. 2 0
      inventory/byo/hosts.origin.example
  2. 2 0
      inventory/byo/hosts.ose.example

+ 2 - 0
inventory/byo/hosts.origin.example

@@ -364,6 +364,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 #
 # Override metricsPublicURL in the master config for cluster metrics
 # Defaults to https://hawkular-metrics.{{openshift_master_default_subdomain}}/hawkular/metrics
+# Currently, you may only alter the hostname portion of the url, alterting the
+# `/hawkular/metrics` path will break installation of metrics.
 #openshift_hosted_metrics_public_url=https://hawkular-metrics.example.com/hawkular/metrics
 
 # Configure the multi-tenant SDN plugin (default is 'redhat/openshift-ovs-subnet')

+ 2 - 0
inventory/byo/hosts.ose.example

@@ -363,6 +363,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 #
 # Override metricsPublicURL in the master config for cluster metrics
 # Defaults to https://hawkular-metrics.{{openshift_master_default_subdomain}}/hawkular/metrics
+# Currently, you may only alter the hostname portion of the url, alterting the
+# `/hawkular/metrics` path will break installation of metrics.
 #openshift_hosted_metrics_public_url=https://hawkular-metrics.example.com/hawkular/metrics