diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-07-26 08:50:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 08:50:45 -0400 |
commit | 5a88d3db3651e23182e72691f3fedc5e1a9a0036 (patch) | |
tree | ade035475473bb735a28e8289cdaa16b4fc1d3e2 /inventory/byo | |
parent | 4cc5781749e9f2eadde2707b07bb11c7552bd46f (diff) | |
parent | 8866740a4d61b15d1cd9adbc9741e95650adccf4 (diff) | |
download | openshift-5a88d3db3651e23182e72691f3fedc5e1a9a0036.tar.gz openshift-5a88d3db3651e23182e72691f3fedc5e1a9a0036.tar.bz2 openshift-5a88d3db3651e23182e72691f3fedc5e1a9a0036.tar.xz openshift-5a88d3db3651e23182e72691f3fedc5e1a9a0036.zip |
Merge pull request #2213 from detiber/remove_old_metrics_role
remove outdated openshift_cluster_metrics role
Diffstat (limited to 'inventory/byo')
-rw-r--r-- | inventory/byo/hosts.aep.example | 3 | ||||
-rw-r--r-- | inventory/byo/hosts.origin.example | 3 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index e038b39d5..79add680a 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -44,9 +44,6 @@ openshift_release=v3.2 # Install the openshift examples #openshift_install_examples=true -# Enable cluster metrics -#use_cluster_metrics=true - # Configure logoutURL in the master config for console customization # See: https://docs.openshift.org/latest/install_config/web_console_customization.html#changing-the-logout-url #openshift_master_logout_url=http://example.com diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 5bfb451c5..dfe616519 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -45,9 +45,6 @@ openshift_release=v1.2 # Install the openshift examples #openshift_install_examples=true -# Enable cluster metrics -#use_cluster_metrics=true - # Configure logoutURL in the master config for console customization # See: https://docs.openshift.org/latest/install_config/web_console_customization.html#changing-the-logout-url #openshift_master_logout_url=http://example.com diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 96a9db30d..9bce9b1e3 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -44,9 +44,6 @@ openshift_release=v3.2 # Install the openshift examples #openshift_install_examples=true -# Enable cluster metrics -#use_cluster_metrics=true - # Configure logoutURL in the master config for console customization # See: https://docs.openshift.org/latest/install_config/web_console_customization.html#changing-the-logout-url #openshift_master_logout_url=http://example.com |