summaryrefslogtreecommitdiffstats
path: root/test/openshift_version_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup old deployment typesMichael Gugino2017-09-201-13/+17
| | | | | | | | | | | 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.
* Standardize all Origin versioning on 3.6Russell Teague2017-04-251-1/+1
|
* Use oo_version_gte_3_6+ for future versions and treat 1.x origin as legacy. ↵Andrew Butcher2017-03-271-0/+72
Add tests.