summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-15Merge pull request #2037 from ibotty/docker-current_fixesScott Dodson
also volume-mount /etc/sysconfig/docker
2016-06-15Merge pull request #2046 from talset/uninstall_indentScott Dodson
Fix uninstall.yml indentation for deamon-reload
2016-06-15Fix uninstall.yml indentation for deamon-reloadtalset
* command: systemctl daemon-reload need to be at the task level, not in the with_items
2016-06-14Merge pull request #2041 from dgoodwin/no-proxy-hostnamesScott Dodson
Fix no proxy hostnames during upgrade.
2016-06-14Merge pull request #2038 from dgoodwin/node-dep-startScott Dodson
Attempt to fix containerized node start failure with Docker 1.10.
2016-06-14Fix no proxy hostnames during upgrade.Devan Goodwin
This value not being set was causing missing hostnames in the sysconfig files with NO_PROXY. This is not the same way we set it during config playbooks, they use vars definitions but this is too difficult in upgrade as there are too many roles that might need it set.
2016-06-14Merge pull request #2032 from abutcher/uninstall-groupsScott Dodson
Separate uninstall plays by group.
2016-06-14Attempt to fix containerized node start failure with Docker 1.10.Devan Goodwin
It appears that in some situations (can't reliably reproduce yet), node will fail to start. This appears to be related to the node-dep service and possibly it's environment file. This file is also an EnvironmentFile for the node service, but it's only created by the node-dep service, and it looks like it may try to read it's environment before the node-dep service has fully started and created the file. Workaround with a an explicit service start.
2016-06-14also volume-mount /etc/sysconfig/dockerTobias Florek
2016-06-13Merge pull request #2020 from dgoodwin/docker-upgrade-servicesScott Dodson
Fix docker 1.10 upgrade on embedded etcd masters.
2016-06-13Separate uninstall plays by group.Andrew Butcher
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-10Fix docker 1.10 upgrade on embedded etcd masters.Devan Goodwin
The tasks were attempting to stop/start etcd, which would be fine on the stop but on start could actually kick the non-containerized etcd service which happens to be layed down even though it's unused. When the service was requested to start again it would claim the port embedded etcd needs and the master would then fail to come up. Instead use the correct etcd_container service.
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 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-07Merge branch 'docker1.10' of https://github.com/dgoodwin/openshift-ansibleBrenton Leanhardt
2016-06-07add skydns port 8053 to openstack master sec groupjawed
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-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-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.
2016-06-03Only run node specific bits on nodesScott Dodson
2016-06-03Merge pull request #1983 from openshift/logging_fixJason DeTiberus
fix int to string conversion in openshift_hosted_logging
2016-06-03Update main.yamlJason DeTiberus
2016-06-03Merge pull request #1979 from dumdan/issue_1970Jason DeTiberus
Hardcoded values in "launch_instances" - isue # 1970
2016-06-03Hardcoded values in "launch_instances" - isue # 1970Daniel Dumitriu
2016-06-03Merge pull request #1976 from abutcher/default-log-driverJason DeTiberus
Configure default docker logging options.
2016-06-02Merge pull request #1977 from sdodson/image-stream-syncJason DeTiberus
XPAAS v1.3.1
2016-06-02XPAAS v1.3.1 content for Origin 1.1 / OSE 3.1Scott Dodson