diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-08-31 15:51:27 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-08-31 15:52:02 -0400 |
commit | 9e770458d3c1f507b8ab60af40c4cb82c6ba3b84 (patch) | |
tree | afadd8b2d07a868f1d6283c521f4b29cfa79dd54 /inventory | |
parent | 669f1e2de707f199d90c5709c6408604b20b0df7 (diff) | |
download | openshift-9e770458d3c1f507b8ab60af40c4cb82c6ba3b84.tar.gz openshift-9e770458d3c1f507b8ab60af40c4cb82c6ba3b84.tar.bz2 openshift-9e770458d3c1f507b8ab60af40c4cb82c6ba3b84.tar.xz openshift-9e770458d3c1f507b8ab60af40c4cb82c6ba3b84.zip |
Remove openshift_master_metrics_public_url
Diffstat (limited to 'inventory')
-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 3e3c7e838..4124ecb31 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -363,7 +363,7 @@ 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 -#openshift_master_metrics_public_url=https://hawkular-metrics.example.com/hawkular/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') # os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant' diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index ff8925eab..b617d2a03 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -362,7 +362,7 @@ 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 -#openshift_master_metrics_public_url=https://hawkular-metrics.example.com/hawkular/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') |