diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-04 12:17:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 12:17:54 -0400 |
commit | 84f27a8d66b8638c32e9dca5eec05df684d20773 (patch) | |
tree | e4198a939593c2d0d1dd2351a4616471fe84cf01 /inventory/byo/hosts.ose.example | |
parent | a0ba7b469776f7a141d2bb0f26f51e3f1c4b268a (diff) | |
parent | 1f400a44b81c46bbba5afec42a7e87071d5754ff (diff) | |
download | openshift-84f27a8d66b8638c32e9dca5eec05df684d20773.tar.gz openshift-84f27a8d66b8638c32e9dca5eec05df684d20773.tar.bz2 openshift-84f27a8d66b8638c32e9dca5eec05df684d20773.tar.xz openshift-84f27a8d66b8638c32e9dca5eec05df684d20773.zip |
Merge pull request #5656 from ephillipe/patch-1
Update hosts.origin.example
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 7c637b3cb..30987fa38 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -547,7 +547,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=registry.example.com:8888/openshift3/ #openshift_metrics_image_version=3.7.0 |