diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-01-02 20:23:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-02 20:23:31 -0800 |
commit | 893e89975afc9d4221cff409698ca632dd825977 (patch) | |
tree | ff55a5f771438ef1ffcb70055ce9583979bdfa39 /inventory | |
parent | 861b8620e45008df6cac601725b5a82e9f67907a (diff) | |
parent | 89197481ce9f593ff5f7c2b37f0efbbfca61431e (diff) | |
download | openshift-893e89975afc9d4221cff409698ca632dd825977.tar.gz openshift-893e89975afc9d4221cff409698ca632dd825977.tar.bz2 openshift-893e89975afc9d4221cff409698ca632dd825977.tar.xz openshift-893e89975afc9d4221cff409698ca632dd825977.zip |
Merge pull request #6522 from mgugino-upstream-stage/oauth_template
Automatic merge from submit-queue.
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 b009b4fc8..bc85d1020 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 |