summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor upgrade codepaths step 1Michael Gugino2017-12-121-85/+14
| | | | | | | | | | | | | | | | This commit refactors some upgrade code paths. Touched areas are: 1) Reduces usage of 'oo_all_hosts' in various places, especially when running upgrade_control_plane. 2) Reuses common code across the various upgrade* playbooks. 3) Moves docker upgrade checks into container_runtime_role. 4) Combines smaller playbooks and plays to reduce file sprawl.
* Include Deprecation: Convert to import_playbookRussell Teague2017-12-071-12/+12
|
* Implement container runtime roleMichael Gugino2017-12-011-6/+0
|
* Playbook Consolidation - InitializationRussell Teague2017-11-151-1/+1
|
* move health-checks and control-plane-verification before excludersJan Chaloupka2017-09-291-4/+4
|
* add health checks 3_6,3_7 upgrade pathjuanvallejo2017-09-111-0/+4
|
* Test: Fail on entry point playbooks in commonRussell Teague2017-08-291-1/+1
|
* Fix syntax for when statementRodolfo Carvalho2017-08-101-2/+3
| | | | | | | | Without that, playbook runs print warnings such as this: [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not defined and g_new_etcd_hosts is not defined}}
* Add v3_7 upgradesScott Dodson2017-08-081-0/+110