summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-28Speed up copying OpenShift examplesTim Bielawa
* The `copy` module does not scale to hundreds of files * Replace `copy` with `unarchive` Create a temp dir locally to tar all the OpenShift examples into. Make the dest dir on the remote side, drop examples in place with the `unarchive` module.
2016-06-24Merge pull request #2061 from dgoodwin/docker-110-atomicScott Dodson
Block Docker 1.10 upgrade playbook when run against an Atomic OS.
2016-06-24Merge pull request #2082 from abutcher/upgrade-dockerScott Dodson
Don't upgrade docker on non-containerized etcd.
2016-06-24Don't upgrade docker on non-containerized etcd.Andrew Butcher
2016-06-24Merge pull request #2081 from abutcher/BZ1171801Scott Dodson
Bug 1348127 - [ansibe-2.1] Can't re-install/upgrade ha Environment 2 masters and 3 etcds
2016-06-24Access embedded_etcd variable from oo_first_master hostvars.Andrew Butcher
2016-06-23Merge pull request #2073 from dgoodwin/preserve-images-uninstallScott Dodson
Allow flag to uninstall playbook to preserve images.
2016-06-23Add missing quote in metrics deployer template.Devan Goodwin
2016-06-23Allow flag to uninstall playbook to preserve images.Devan Goodwin
Default is still True, but allow devs to specify False in inventory to avoid having to re-download all images. With upcoming changes the actual images present on the system will have no effect on what gets run.
2016-06-23Merge pull request #1927 from jfcoz/metrics_resolutionScott Dodson
add unit in seconds for metrics resolution
2016-06-23Merge pull request #2074 from tbielawa/networkmgr_changedAndrew Butcher
NetworkManager service never changes
2016-06-23Merge pull request #2025 from abutcher/global-envAndrew Butcher
Per-service environment variables
2016-06-23Merge pull request #2075 from sdodson/image-stream-syncScott Dodson
Add MODE to metrics deployer
2016-06-23Add MODE to metrics deployerScott Dodson
2016-06-22NetworkManager service never changesTim Bielawa
* Don't ever report the NetworkManager service as changed when preparing to set the 'network_manager_active' fact
2016-06-22Merge pull request #2070 from sdodson/image-stream-syncScott Dodson
Image stream sync
2016-06-22Update the rest of the templatesScott Dodson
2016-06-22Update logging and metrics templatesScott Dodson
2016-06-17Block Docker 1.10 upgrade playbook when run against an Atomic OS.Devan Goodwin
2016-06-17Merge pull request #2055 from sdodson/bz1347209Scott Dodson
Stop dumping debug output, re-try startng the node once
2016-06-17Merge pull request #1925 from sdodson/disconnected-image-streamsScott Dodson
If registry_url != registry.access.redhat.com then modify image streams
2016-06-17If registry_url != registry.access.redhat.com then modify image streamsScott Dodson
2016-06-17Add 30 second pause before retrying to start the nodeScott Dodson
2016-06-16Stop dumping debug output, re-try startng the node onceScott Dodson
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-13Add per-service environment variables.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