summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-15Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin
Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
2016-06-13Remove the use of the upgrading variable.Devan Goodwin
2016-06-13Don't be specific about rpm version to upgrade to for now.Devan Goodwin
2016-06-13Restore 3.2 RPM version check before upgrading.Devan Goodwin
2016-06-13Make openshift_version role docker dep conditional.Devan Goodwin
2016-06-13Fix rpm installs.Devan Goodwin
2016-06-13Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin
2016-06-13Merge pull request #2021 from dgoodwin/comment-docker-1.10Scott Dodson
Remove Docker 1.10 requirement temporarily.
2016-06-10Make a note about Requires: dockerScott Dodson
2016-06-10Remove Docker 1.10 requirement temporarily.Devan Goodwin
Docker 1.10 is not widely available in RHEL / CentOS yet, lets remove the restriction for users of master / origin. We can revert as soon as it's available publically.
2016-06-10Temporary fix for upgrading issue.Devan Goodwin
2016-06-10Remove unused docker facts tasks.Devan Goodwin
2016-06-10Merge branch 'master' into upgrade33Devan Goodwin
2016-06-10Fix version unset bug, and set common ver fact on containerized nodes.Devan Goodwin
2016-06-10Fix missing openshift.common.version fact on containerized nodes.Devan Goodwin
2016-06-09Merge pull request #2007 from bachp/lowercase-proxy-varsScott Dodson
Add lower case proxy variables
2016-06-09Merge pull request #2013 from sdodson/masterScott Dodson
Automatic commit of package [openshift-ansible] release [3.3.0-1].
2016-06-09Automatic commit of package [openshift-ansible] release [3.3.0-1].Scott Dodson
2016-06-09Merge pull request #2005 from brenton/bz1338726Brenton Leanhardt
Bug 1338726 - never abort install if the latest version of docker is already installed
2016-06-09Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin
2016-06-09Begin major simplification of 3.2 upgrade.Devan Goodwin
2016-06-09Merge pull request #1 from dgoodwin/docker1.10Brenton Leanhardt
Restore mistakenly reverted code.
2016-06-09Restore mistakenly reverted code.Devan Goodwin
2016-06-09Add lower case proxy variablesPascal Bach
Some applications expect the *_PROXY variables to be lower case. To support this too inject them in addition to the upper case ones. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Reviewed-by: Fabio Huser <fabio.huser@siemens.com>
2016-06-09Merge pull request #2002 from jkhelil/fix_openstack_master_sec_group_dns_entryJason DeTiberus
add skydns port 8053 to openstack master sec group(needed for 3.2)
2016-06-08Merge pull request #1996 from abutcher/ansible-2.1Andrew Butcher
Ansible 2.1 support.
2016-06-08Merge pull request #2004 from abutcher/bz1342995Jason DeTiberus
Bug 1342995 - Incorrect port opened on loadbalancer host
2016-06-08Add openshift_loadbalancer_facts role to set lb facts prior to running ↵Andrew Butcher
dependencies.
2016-06-08Bug 1338726 - never abort install if the latest version of docker is already ↵Brenton Leanhardt
installed
2016-06-08Merge pull request #1964 from sdodson/fix-proxy-smashingScott Dodson
Preserve proxy config if it exists in the sysconfig files but is undefined in our config
2016-06-07Preserve proxy config if it's undefinedScott Dodson
2016-06-07At least backup thingsScott Dodson
2016-06-07Use unique play names to make things easier to debugScott Dodson
2016-06-07Ansible 2.1 support.Andrew Butcher
2016-06-07Respect image tag/pkg version during upgrade.Devan Goodwin
2016-06-07Merge branch 'docker1.10' of https://github.com/dgoodwin/openshift-ansibleBrenton Leanhardt
2016-06-07Force version to latest 3.2 during upgrade.Devan Goodwin
2016-06-07add skydns port 8053 to openstack master sec groupjawed
2016-06-07Verify openshift_release is correct or absent in inventory before upgrade.Devan Goodwin
2016-06-07Merge pull request #1994 from jkhelil/fix_dns_openstack_flavorJason DeTiberus
fix dns openstack flavor instead of openshift flavor
2016-06-07fix dns openstack flavor instead of openshift flavorjawed
2016-06-06Drop unused and broken "when" in vars section.Devan Goodwin
2016-06-06Fix Docker 1.10 problems with empty tags and trailing :Devan Goodwin
Docker 1.10 is no longer tolerant of commands like "docker pull myimage:" when we do not have an image tag in play. Adjust all occurrences with one that only includes the : if a version is defined. Adjust the containerized CLI wrappers for a similar problem.
2016-06-06Merge pull request #1973 from ibotty/preserve_htpasswdScott Dodson
Add flag to manage htpasswd, or not.
2016-06-06Automatic commit of package [openshift-ansible] release [3.0.97-1].Scott Dodson
2016-06-06Do not install rpm for version in openshift_version role.Devan Goodwin
2016-06-06Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin
2016-06-06ensure htpasswd file existsTobias Florek
Also move file mode to the file-exists check to not specify twice.
2016-06-03Merge pull request #1984 from sdodson/issue1966Jason DeTiberus
[WIP] Only run node specific bits on nodes
2016-06-03Docker 1.10 UpgradeDevan Goodwin
Adds a separate playbook for Docker 1.10 upgrade that can be run standalone on a pre-existing 3.2 cluster. The upgrade will take each node out of rotation, and remove *all* containers and images on it, as this is reportedly faster and more storage efficient than performing the in place 1.10 upgrade. This process is integrated into the 3.1 to 3.2 upgrade process. Normal config playbooks now become 3.2 only, and require Docker 1.10. Users of older environments will have to use an appropriate openshift-ansible version. Config playbooks no longer are in the business of upgrading or downgrading docker.