summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/upgrade.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Include Deprecation - openshift-masterRussell Teague2017-11-221-5/+5
|
* Combine master upgrade play with roleMichael Gugino2017-11-091-0/+45
Currently, there are plays importing tasks directly from openshift_master role. This has caused numerous bugs and code duplicaiton in the past. This commit combines the upgrade into openshift_master role utilizing include_role syntax.