summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/pre/verify_cluster.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6926 from abutcher/etcd-ca-hostScott Dodson2018-02-081-22/+0
|\ | | | | Determine which host is the etcd CA host
| * Remove pre upgrade verification step re: etcd ca host.Andrew Butcher2018-02-011-22/+0
| |
* | Fix version handling in 3.8/3.9 control plane upgradesRussell Teague2018-02-021-0/+2
|/
* Redeploy etcd certificates during upgrade when etcd hostname not present in ↵Andrew Butcher2018-01-241-0/+22
| | | | etcd serving cert SAN.
* Remove references to deployment_typeMichael Gugino2017-12-211-5/+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.
* 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.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-3/+9
|
* Refactor upgrade codepaths step 1Michael Gugino2017-12-121-0/+93
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.