diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-12-18 18:09:40 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-12-21 09:26:01 -0500 |
commit | 89197481ce9f593ff5f7c2b37f0efbbfca61431e (patch) | |
tree | 24eba5652315e72cd19830165e55efd2a301777a /inventory | |
parent | 898b43c24a0db0f53cd272de0f3dec2a32bbc34e (diff) | |
download | openshift-89197481ce9f593ff5f7c2b37f0efbbfca61431e.tar.gz openshift-89197481ce9f593ff5f7c2b37f0efbbfca61431e.tar.bz2 openshift-89197481ce9f593ff5f7c2b37f0efbbfca61431e.tar.xz openshift-89197481ce9f593ff5f7c2b37f0efbbfca61431e.zip |
Remove oauth_template bits from openshift_facts
This commit moves some deprecated variable logic
outside of openshift_facts and into role defaults.
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/hosts.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/hosts.example b/inventory/hosts.example index d857cd1a7..6c9181891 100644 --- a/inventory/hosts.example +++ b/inventory/hosts.example @@ -84,6 +84,9 @@ openshift_release=v3.7 # Configure extensions in the master config for console customization # See: https://docs.openshift.org/latest/install_config/web_console_customization.html#serving-static-files +#openshift_master_oauth_templates: +# login: /path/to/login-template.html +# openshift_master_oauth_template is deprecated. Use openshift_master_oauth_templates instead. #openshift_master_oauth_template=/path/to/login-template.html # Configure imagePolicyConfig in the master config |