summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/pre
Commit message (Collapse)AuthorAgeFilesLines
* upgrade: Updates warning on missing required variablesSteve Milner2017-09-121-1/+1
| | | | Signed-off-by: Steve Milner <smilner@redhat.com>
* Merge pull request #5256 from ashcrow/1451023Scott Dodson2017-09-111-0/+15
|\ | | | | upgrade: Verify required network items are set
| * upgrade: Verify required network items are setSteve Milner2017-09-081-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When upgrading osm_cluster_network_cidr, osm_host_subnet_length, and openshift_portal_net must be set to avoid SDN initialization errors. This was found when the default parameters were changed between Openshift versions. This meant users who upgraded and did not specify either mentioned variable at install/upgrade time ended up getting SDN errors post upgrade. When osm_cluster_network_cidr, osm_host_subnet_length, and openshift_portal_net are not set the upgrade will fail telling the user that the variables must be set and how to find the current values in the current install. References: https://github.com/openshift/openshift-ansible/commit/b50b4ea0b03feb9431abd7294fe4fb6b549ddfc0 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1451023
* | Fix include path for docker upgrade tasksRussell Teague2017-09-081-2/+4
|/
* Test: Fail on entry point playbooks in commonRussell Teague2017-08-291-0/+0
|
* Remove unused upgrade playbookRussell Teague2017-08-231-13/+0
|
* Remove the origin-master.service and associated filesClayton Coleman2017-08-081-9/+2
| | | | | | From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8.
* add pre-flight checks to ugrade pathjuanvallejo2017-08-021-0/+13
|
* Revert "Add health checks to upgrade playbook"Rodolfo Carvalho2017-07-281-13/+0
|
* add pre-flight checks to ugrade pathjuanvallejo2017-07-261-0/+13
|
* Replace repoquery with moduleJan Chaloupka2017-06-091-9/+11
|
* verify upgrade targets separately for each group (masters, nodes, etcd)Jan Chaloupka2017-05-312-55/+48
|
* Properly fail if OpenShift RPM version is undefinedRussell Teague2017-05-081-25/+29
|
* move excluder upgrade validation tasks under openshift_excluder roleJan Chaloupka2017-04-281-29/+0
|
* don't assume openshift_upgrade_target is in a form d.dJan Chaloupka2017-03-151-2/+6
|
* validate excluders on non-atomic hosts onlyJan Chaloupka2017-03-131-13/+16
|
* - update excluders to latest, in non-upgrade scenarios do not updateJan Chaloupka2017-03-071-0/+22
| | | | | | - check both available excluder versions are at most of upgrade target version - get excluder status through status command - make excluders enablement configurable
* Cleaning repo cache earlierRussell Teague2017-01-191-4/+0
|
* Begin requiring Docker 1.12.Devan Goodwin2016-11-101-2/+2
| | | | | | | | | | | | | Building off the work done for Docker 1.10, we now require Docker 1.12 by default. The upgrade process was already set to ensure you are running the latest docker during upgrade, and the standalone docker upgrade playbook can also be used if desired. As before, you can override this Docker 1.12 requirement by setting a docker_version=1.10.3 (or similar), and you can skip the default to upgrade docker by setting docker_upgrade=False.
* Move etcd backup from pre-upgrade to upgrade itself.Devan Goodwin2016-09-291-87/+0
|
* Allow filtering nodes to upgrade by label.Devan Goodwin2016-09-293-3/+3
|
* Split upgrade for control plane/nodes.Devan Goodwin2016-09-293-7/+2
|
* Verify masters are upgraded before proceeding with node only upgrade.Devan Goodwin2016-09-281-3/+0
|
* Attempt to tease apart pre upgrade for masters/nodes.Devan Goodwin2016-09-287-0/+251