summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cli/vars/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api ↵Brenton Leanhardt2016-04-011-2/+0
| | | | and atomic-openshift-master-controllers
* Support openshift_image_tagBrenton Leanhardt2016-03-071-0/+2
This is the containerized openshift_pkg_version equivalent. Originally I was hoping to reuse openshift_pkg_version for containerized installs but the fact that it's very coupled to yum made that pretty ugly. However, I did opt to rely on the previously existing 'openshift_version' variable. Containerized and RPM installs can both use that variable and it will be set appropriately if either openshift_pkg_version or openshift_image_tag are set. I suspect someday containerized installs will be the only option and I didn't can to have thinkgs like openshift_pkg_version and openshift_image_tag in the playbooks anymore the necessary.