diff options
author | Erick Almeida <ephillipe@gmail.com> | 2017-10-04 08:28:32 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 08:28:32 -0300 |
commit | 626297bd7751cff6e272eb9c7686dce4dd61939b (patch) | |
tree | b181bd8ecdbc6bd2687888f934004cdddbb683ce /inventory | |
parent | a25709a6f16913b59ef2edc3e07d8bc8a598f41e (diff) | |
download | openshift-626297bd7751cff6e272eb9c7686dce4dd61939b.tar.gz openshift-626297bd7751cff6e272eb9c7686dce4dd61939b.tar.bz2 openshift-626297bd7751cff6e272eb9c7686dce4dd61939b.tar.xz openshift-626297bd7751cff6e272eb9c7686dce4dd61939b.zip |
Update hosts.origin.example
Changing sample config from:
#openshift_metrics_hawkular_hostname=https://hawkular-metrics.example.com/hawkular/metrics
To:
#openshift_metrics_hawkular_hostname=hawkular-metrics.example.com
Reason:
When i set my inventory with [openshift_metrics_hawkular_hostname=https://metrics.MYDOMAIN.com/hawkular/metrics/] the results is break of metrics url, like this: [https://https//metrics.cirrus.alterdata.com.br/hawkular/metrics/hawkular/metrics]
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index c54d6bca7..c8c60bb60 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -539,7 +539,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # 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_metrics_hawkular_hostname=https://hawkular-metrics.example.com/hawkular/metrics +#openshift_metrics_hawkular_hostname=hawkular-metrics.example.com # Configure the prefix and version for the component images #openshift_metrics_image_prefix=docker.io/openshift/origin- #openshift_metrics_image_version=v3.7.0 |