summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/files/openshift_container_versions.sh
Commit message (Collapse)AuthorAgeFilesLines
* Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-151-22/+0
| | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
* Conditionally bind mount /usr/bin/docker-current when it is present (#1941)Scott Dodson2016-05-241-1/+1
| | | | | | | | | | * Conditionally bind mount /usr/bin/docker-current when it is present * fix upgrade * add atomic-openshift-node-dep files to uninstall playbook * Fix variable expansion
* Fetching the current version a little more carefullyBrenton Leanhardt2016-04-121-5/+5
| | | | | | | | Previously we were trying to use the running container to get the current version. There are cases in which the Master or Node may not be running during upgrade. It's actually safer to just run the container to fetch the version that would be launch if the container were running. Then we pull the image to see what the latest image contains.
* Docker stderr can break this script if ansible executes it remotelyBrenton Leanhardt2016-03-141-2/+2
|
* 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
* First past at the upgrade processBrenton Leanhardt2016-03-031-0/+22