summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades
Commit message (Collapse)AuthorAgeFilesLines
...
* | Move common common facts to openshift_factsJason DeTiberus2016-03-151-5/+2
| | | | | | | | | | | | | | - Prevents roles that need common facts from needing to require openshift_common, which pulls in the openshift binary. - Add dependency on openshift_facts to os_firewall, since it uses openshift.common facts
* | Docker stderr can break this script if ansible executes it remotelyBrenton Leanhardt2016-03-141-2/+2
| |
* | Handle HA master caseBrenton Leanhardt2016-03-141-2/+17
| |
* | Bug 1315564 - Containerized installs require a running environmentBrenton Leanhardt2016-03-141-0/+20
| | | | | | | | | | If the master or node aren't running we can't determine the correct version that is currently installed.
* | Bug 1316761 - Skip the available version check if openshift_image_tag is ↵Brenton Leanhardt2016-03-141-2/+1
| | | | | | | | | | | | | | | | defined. We already have a check in pre.yml to make sure openshift_image_tag is set to a range that is allowed. This is an advanced setting and should be used to override whatever is returned by the 'latest' image in a given registry.
* | Bug 1315564 - upgrade to ose3.2 failed on Atomic HostsBrenton Leanhardt2016-03-092-20/+23
| |
* | Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHELBrenton Leanhardt2016-03-091-1/+1
|/ | | | | | Previously I was greping for 'ose' in the systemd units. That was only working on my machine because my Nodes were also Masters. It's safer to grep for openshift3 since that would be present for Masters or Nodes.
* Bug 1315563 - stdout IO redirection wasn't working as expected over SSH ↵Brenton Leanhardt2016-03-081-3/+3
| | | | | | connections Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHEL
* Merge pull request #1567 from brenton/bz1315637Brenton Leanhardt2016-03-081-1/+1
|\ | | | | Bug 1315637 - The docker wasn't upgraded on node during upgrade
| * Bug 1315637 - The docker wasn't upgraded on node during upgradeBrenton Leanhardt2016-03-081-1/+1
| |
* | Bug 1315564 - upgrade to ose3.2 failed on Atomic HostsBrenton Leanhardt2016-03-082-0/+3
|/
* Support openshift_image_tagBrenton Leanhardt2016-03-072-5/+15
| | | | | | | | | | | | | 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.
* Bug 1314645 - Upgrade failed with "One or more undefined variables 'dict ↵Brenton Leanhardt2016-03-042-4/+9
| | | | object' has no attribute 'stdout'"
* Adding verify_upgrade_version variable for upgrade debuggingBrenton Leanhardt2016-03-033-3/+34
|
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-035-36/+9
|
* First past at the upgrade processBrenton Leanhardt2016-03-0316-11/+560
|
* Change is_atomic to is_containerizedtalset2016-02-251-3/+3
| | | | | * Update playbooks/common/openshift-cluster/upgrades/v3_1_minor/upgrade.yml * Change is_atomic by is_containerized in order to take care about container openshift without atomic
* Add missing is_atomic condition on upgrade packagetalset2016-02-231-0/+2
| | | | | * Update playbooks/common/openshift-cluster/upgrades/v3_1_minor/upgrade.yml * Add when not is_atomic on yum upgrade on master and node to be able to run the playbook on atomic host
* Updating the 3.1.1 router to match the new liveness probe configurationBrenton Leanhardt2016-02-122-1/+11
|
* Don't automatically give additional permissions to all OAuth users on upgradeJordan Liggitt2016-02-122-0/+2
|
* Bug 1302970 - update script does not patch router if name is different from ↵Brenton Leanhardt2016-02-113-22/+43
| | | | default
* Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-1/+1
|
* Bug 1304150 - Can't upgrade atomic-openshift to specified versionBrenton Leanhardt2016-02-091-0/+12
|
* Fix checking for update package availabilityNikolai Prokoschenko2016-01-261-2/+2
| | | | | Currently, if `yum list available` returns two versions, for whatever reason, no sorting is imposed. Therefore it's possible that an upgraded package version is available but is not being detected. This patch sorts the version number list so that most recent version is always picked first.
* Merge pull request #1177 from smunilla/install_storage_on_installBrenton Leanhardt2016-01-251-0/+18
|\ | | | | v3_0_to_v3_1_upgrade: Install storage packages
| * v3_0_to_v3_1_upgrade: Remove is_atomic check for upgradesSamuel Munilla2016-01-141-2/+0
| |
| * v3_0_to_v3_1_upgrade: Copy tasks rather than including from the playbookSamuel Munilla2016-01-131-2/+19
| | | | | | | | As suggested, this should help decouple the upgrade from the config
| * v3_0_to_v3_1_upgrade: Install storage packagesSamuel Munilla2016-01-131-0/+3
| | | | | | | | Include the existing storage plugin configuration during an upgrade.
* | Check master certificates during upgrade.Andrew Butcher2016-01-201-3/+27
| |
* | 3.1.1 upgrade playbookBrenton Leanhardt2016-01-137-0/+278
|/
* Merge pull request #1008 from detiber/upgradeVersionCheckBrenton Leanhardt2016-01-071-4/+7
|\ | | | | Improve 3.1/1.1 upgrade check
| * Improve 3.1/1.1 upgrade checkJason DeTiberus2015-12-021-4/+7
| |
* | Merge pull request #808 from sdodson/containersBrenton Leanhardt2015-12-191-0/+1
|\ \ | | | | | | Containerized install with SDN support
| * | Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+1
| | |
* | | Clean up versions.shScott Dodson2015-12-161-3/+2
|/ /
* | Merge pull request #1000 from detiber/localhostFixThomas Wiest2015-12-101-0/+16
|\ \ | | | | | | Enforce connection: local and become: no on all localhost plays
| * | Enforce connection: local and become: no on all localhost playsJason DeTiberus2015-11-301-0/+16
| | |
* | | Remove yum / dnf duplicationScott Dodson2015-12-092-15/+9
| | |
* | | Merge pull request #986 from sdodson/preflightBrenton Leanhardt2015-12-081-7/+10
|\ \ \ | | | | | | | | Clarify the preflight port check output
| * | | Clarify the preflight port check outputScott Dodson2015-11-301-7/+10
| | | |
* | | | added upgrade playbook for onlineStefanie Forrester2015-12-011-2/+2
| |_|/ |/| |
* | | remove debug logging from scc/privileged patch commandJason DeTiberus2015-11-301-2/+1
| | |
* | | 3.1 upgrade - use --api-version for patch commandsJason DeTiberus2015-11-301-1/+7
| |/ |/|
* | Add -q flag to remove unwantend output (such as mirror and cache information)Urs Breu2015-11-261-2/+2
|/ | | | This prevents ansible failures when trying to set version facts
* Add serviceAccountConfig.masterCA during 3.1 upgradeJason DeTiberus2015-11-231-0/+4
| | | | | - uses the value of oauthConfig.masterCA if present, otherwise sets it to ca.crt
* Merge pull request #894 from detiber/gateUpgradeBrenton Leanhardt2015-11-161-3/+113
|\ | | | | Gate upgrade steps
| * Gate upgrade steps for 3.0 to 3.1 upgradeJason DeTiberus2015-11-131-3/+113
| | | | | | | | | | | | | | | | | | - Add gateing tests on the 3.0 to 3.1 upgrade - Ensure that each stage does not proceed if a subset of the hosts fail, since ansible will continue through the playbook as long as all hosts in a play haven't failed. - Fix up some left over references to byo group names
* | Merge pull request #893 from detiber/etcdFactsBrenton Leanhardt2015-11-131-0/+1
|\| | | | | Update etcd default facts setting
| * Update etcd default facts settingJason DeTiberus2015-11-131-0/+1
| |
* | Merge pull request #892 from abutcher/bz1280230Brenton Leanhardt2015-11-131-0/+10
|\ \ | |/ |/| Update master facts prior to upgrading from 3.0 to 3.1