| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-15 | Merge pull request #2037 from ibotty/docker-current_fixes | Scott Dodson | |
| also volume-mount /etc/sysconfig/docker | |||
| 2016-06-15 | Merge pull request #2046 from talset/uninstall_indent | Scott Dodson | |
| Fix uninstall.yml indentation for deamon-reload | |||
| 2016-06-15 | Fix uninstall.yml indentation for deamon-reload | talset | |
| * command: systemctl daemon-reload need to be at the task level, not in the with_items | |||
| 2016-06-14 | Merge pull request #2041 from dgoodwin/no-proxy-hostnames | Scott Dodson | |
| Fix no proxy hostnames during upgrade. | |||
| 2016-06-14 | Merge pull request #2038 from dgoodwin/node-dep-start | Scott Dodson | |
| Attempt to fix containerized node start failure with Docker 1.10. | |||
| 2016-06-14 | Fix 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-14 | Merge pull request #2032 from abutcher/uninstall-groups | Scott Dodson | |
| Separate uninstall plays by group. | |||
| 2016-06-14 | Attempt 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-14 | also volume-mount /etc/sysconfig/docker | Tobias Florek | |
| 2016-06-13 | Merge pull request #2020 from dgoodwin/docker-upgrade-services | Scott Dodson | |
| Fix docker 1.10 upgrade on embedded etcd masters. | |||
| 2016-06-13 | Separate uninstall plays by group. | Andrew Butcher | |
| 2016-06-13 | Merge pull request #2021 from dgoodwin/comment-docker-1.10 | Scott Dodson | |
| Remove Docker 1.10 requirement temporarily. | |||
| 2016-06-10 | Make a note about Requires: docker | Scott Dodson | |
| 2016-06-10 | Remove 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-10 | Fix 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-09 | Merge pull request #2007 from bachp/lowercase-proxy-vars | Scott Dodson | |
| Add lower case proxy variables | |||
| 2016-06-09 | Merge pull request #2013 from sdodson/master | Scott Dodson | |
| Automatic commit of package [openshift-ansible] release [3.3.0-1]. | |||
| 2016-06-09 | Automatic commit of package [openshift-ansible] release [3.3.0-1]. | Scott Dodson | |
| 2016-06-09 | Merge pull request #2005 from brenton/bz1338726 | Brenton Leanhardt | |
| Bug 1338726 - never abort install if the latest version of docker is already installed | |||
| 2016-06-09 | Merge pull request #1 from dgoodwin/docker1.10 | Brenton Leanhardt | |
| Restore mistakenly reverted code. | |||
| 2016-06-09 | Restore mistakenly reverted code. | Devan Goodwin | |
| 2016-06-09 | Add lower case proxy variables | Pascal 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-09 | Merge pull request #2002 from jkhelil/fix_openstack_master_sec_group_dns_entry | Jason DeTiberus | |
| add skydns port 8053 to openstack master sec group(needed for 3.2) | |||
| 2016-06-08 | Merge pull request #1996 from abutcher/ansible-2.1 | Andrew Butcher | |
| Ansible 2.1 support. | |||
| 2016-06-08 | Merge pull request #2004 from abutcher/bz1342995 | Jason DeTiberus | |
| Bug 1342995 - Incorrect port opened on loadbalancer host | |||
| 2016-06-08 | Add openshift_loadbalancer_facts role to set lb facts prior to running ↵ | Andrew Butcher | |
| dependencies. | |||
| 2016-06-08 | Bug 1338726 - never abort install if the latest version of docker is already ↵ | Brenton Leanhardt | |
| installed | |||
| 2016-06-08 | Merge pull request #1964 from sdodson/fix-proxy-smashing | Scott Dodson | |
| Preserve proxy config if it exists in the sysconfig files but is undefined in our config | |||
| 2016-06-07 | Preserve proxy config if it's undefined | Scott Dodson | |
| 2016-06-07 | At least backup things | Scott Dodson | |
| 2016-06-07 | Use unique play names to make things easier to debug | Scott Dodson | |
| 2016-06-07 | Ansible 2.1 support. | Andrew Butcher | |
| 2016-06-07 | Merge branch 'docker1.10' of https://github.com/dgoodwin/openshift-ansible | Brenton Leanhardt | |
| 2016-06-07 | add skydns port 8053 to openstack master sec group | jawed | |
| 2016-06-07 | Merge pull request #1994 from jkhelil/fix_dns_openstack_flavor | Jason DeTiberus | |
| fix dns openstack flavor instead of openshift flavor | |||
| 2016-06-07 | fix dns openstack flavor instead of openshift flavor | jawed | |
| 2016-06-06 | Fix 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-06 | Merge pull request #1973 from ibotty/preserve_htpasswd | Scott Dodson | |
| Add flag to manage htpasswd, or not. | |||
| 2016-06-06 | Automatic commit of package [openshift-ansible] release [3.0.97-1]. | Scott Dodson | |
| 2016-06-06 | ensure htpasswd file exists | Tobias Florek | |
| Also move file mode to the file-exists check to not specify twice. | |||
| 2016-06-03 | Merge pull request #1984 from sdodson/issue1966 | Jason DeTiberus | |
| [WIP] Only run node specific bits on nodes | |||
| 2016-06-03 | Docker 1.10 Upgrade | Devan 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-03 | Only run node specific bits on nodes | Scott Dodson | |
| 2016-06-03 | Merge pull request #1983 from openshift/logging_fix | Jason DeTiberus | |
| fix int to string conversion in openshift_hosted_logging | |||
| 2016-06-03 | Update main.yaml | Jason DeTiberus | |
| 2016-06-03 | Merge pull request #1979 from dumdan/issue_1970 | Jason DeTiberus | |
| Hardcoded values in "launch_instances" - isue # 1970 | |||
| 2016-06-03 | Hardcoded values in "launch_instances" - isue # 1970 | Daniel Dumitriu | |
| 2016-06-03 | Merge pull request #1976 from abutcher/default-log-driver | Jason DeTiberus | |
| Configure default docker logging options. | |||
| 2016-06-02 | Merge pull request #1977 from sdodson/image-stream-sync | Jason DeTiberus | |
| XPAAS v1.3.1 | |||
| 2016-06-02 | XPAAS v1.3.1 content for Origin 1.1 / OSE 3.1 | Scott Dodson | |
