summaryrefslogtreecommitdiffstats
path: root/roles/openshift_sanitize_inventory/vars
Commit message (Collapse)AuthorAgeFilesLines
* Updating deprecations to use callback pluginEric Wolinetz2018-01-251-1/+1
|
* Remove references to deployment_typeMichael Gugino2017-12-211-3/+0
| | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
* Creating structure to warn for use of deprecated variables and set them in a ↵Eric Wolinetz2017-09-201-0/+74
| | | | single location before they are no longer honored
* Cleanup old deployment typesMichael Gugino2017-09-201-5/+2
| | | | | | | | | | | Previously, openshift-ansible supported various types of deployments using the variable "openshift_deployment_type" Currently, openshift-ansible only supports two deployment types, "origin" and "openshift-enterprise". This commit removes all logic and references to deprecated deployment types.
* validate and normalize inventory variablesLuke Meyer2017-03-291-0/+7
In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.