| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-30 | Fix use of openshift_version in ca role. | Devan Goodwin | |
| 2016-05-30 | Fix image tag to rpm version filter. | Devan Goodwin | |
| 2016-05-30 | Fix error with containerized etcd install. | Devan Goodwin | |
| Role was assuming it could successfully disable the rpm etcd service without checking if it was actuall present. | |||
| 2016-05-30 | Merge remote-tracking branch 'upstream/master' into upgrade33 | Devan Goodwin | |
| 2016-05-30 | Refactor openshift_version behavior. | Devan Goodwin | |
| Very early in playbooks we must init the openshift_version for each host. First we determine it for the master, logic now is pushed into the openshift_docker role which we run only on first master via openshift_cli. Facts are reloaded leaving us with a first master with openshift.common.version fact we can then re-use on all other hosts. The correct version of docker should be installed as well. We then set openshift_version for all other hosts by re-using the master fact. | |||
| 2016-05-30 | Protect installed version on subsequent masters. | Devan Goodwin | |
| 2016-05-27 | Merge pull request #1896 from abutcher/openshift-loadbalancer | Jason DeTiberus | |
| Separate master and haproxy config playbooks. | |||
| 2016-05-27 | Merge pull request #1947 from abutcher/rm-bin | Jason DeTiberus | |
| Cleanup following move to openshift-tools | |||
| 2016-05-26 | Merge pull request #1672 from jstuever/os_clocks | Jason DeTiberus | |
| Add openshift_clock role | |||
| 2016-05-26 | Separate master and haproxy config playbooks. | Andrew Butcher | |
| * Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration. | |||
| 2016-05-26 | Get rpm installations functional again. | Devan Goodwin | |
| 2016-05-26 | Merge pull request #1952 from sdodson/fix-resolv-conf | Scott Dodson | |
| Fix resolv conf | |||
| 2016-05-26 | Merge pull request #1908 from abutcher/openshift-certificates | Jason DeTiberus | |
| Refactor openshift certificate roles | |||
| 2016-05-26 | Automatic commit of package [openshift-ansible] release [3.0.94-1]. | Scott Dodson | |
| 2016-05-26 | Use grep to decide when to add our comment | Scott Dodson | |
| According to the man page for resolv.conf # needs to be in the first collumn in order to start a comment. While this didn't seem to affect glibc's resolver it did really confuse the kubelet which parses the host's resolv.conf | |||
| 2016-05-25 | Convert generic openshift_version=3.2 to specific early in install. | Devan Goodwin | |
| 2016-05-25 | Preserve node versions on re-run. | Devan Goodwin | |
| 2016-05-25 | Cleanup bin, test and roles/openshift_ansible_inventory following move to ↵ | Andrew Butcher | |
| openshift-tools | |||
| 2016-05-25 | Merge pull request #1773 from detiber/aws_cleanup | Jason DeTiberus | |
| Cloud provider cleanup | |||
| 2016-05-25 | Fix version compare with using just 3.2 or 1.2. | Devan Goodwin | |
| 2016-05-25 | Hookup node configuration. | Devan Goodwin | |
| 2016-05-25 | Complete installation of first master containerized. | Devan Goodwin | |
| 2016-05-25 | Stop downgrading Docker because we don't know what version to install yet. | Devan Goodwin | |
| 2016-05-25 | Work towards determining openshift_version when unspecified. | Devan Goodwin | |
| openshift_docker role was largely useless now, but also almost did what we needed. (deps ordering still needs to be changed) Remove defaulting of openshift_version. | |||
| 2016-05-25 | Remove now unnecessary pull and ver check in openshift_docker role. | Devan Goodwin | |
| 2016-05-25 | Set openshift_version in config playbooks for first master. | Devan Goodwin | |
| Starting to remove openshift.docker.openshift_version fact usage. openshift_version should no longer contain a leading 'v' for containerized installs, just a version number. | |||
| 2016-05-25 | Debug output. | Devan Goodwin | |
| 2016-05-24 | Merge pull request #1942 from sdodson/bind_mounts | Andrew Butcher | |
| Catch more uninstall targets | |||
| 2016-05-24 | Automatic commit of package [openshift-ansible] release [3.0.93-1]. | Troy Dawson | |
| 2016-05-24 | Fixup spec file | Troy Dawson | |
| 2016-05-24 | Automatic commit of package [openshift-ansible] release [3.0.92-1]. | Troy Dawson | |
| 2016-05-24 | Merge pull request #1926 from sdodson/clarify-proxy-example | Andrew Butcher | |
| Clarify the example inventory related to proxies and builddefaults | |||
| 2016-05-24 | Catch more uninstall targets | Scott Dodson | |
| 2016-05-24 | Conditionally bind mount /usr/bin/docker-current when it is present (#1941) | Scott Dodson | |
| * 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 | |||
| 2016-05-24 | Automatic commit of package [openshift-ansible] release [3.0.91-1]. | Troy Dawson | |
| 2016-05-23 | Merge pull request #1932 from jnordell/99-origin-dns | Jason DeTiberus | |
| 99-origin-dns.sh adds a comment to /etc/resolv.conf on every execution of NetworkManager dispatcher | |||
| 2016-05-23 | Merge pull request #1930 from abutcher/multiple-login-providers | Jason DeTiberus | |
| Allow multiple login providers | |||
| 2016-05-23 | Removed the echo line and replaced it with inline comment. To keep ↵ | Jonas Nordell | |
| 99-origin-dns.sh from adding a new line in /etc/resolv.conf everytime the NetworkManager dispatcher script is executed. | |||
| 2016-05-23 | Extend multiple login provider check to include origin. | Andrew Butcher | |
| 2016-05-23 | Allow multiple login providers post 3.2. | Andrew Butcher | |
| 2016-05-23 | Merge pull request #1929 from lhuard1A/subscribe_ose_3.2 | Jason DeTiberus | |
| Make rhel_subscribe role able to subscribe for OSE 3.2 | |||
| 2016-05-23 | Make rhel_subscribe role able to subscribe for OSE 3.2 | Lénaïc Huard | |
| 2016-05-20 | Merge pull request #1923 from abutcher/BZ1337438 | Jason DeTiberus | |
| Remove newline from docker_options template string. | |||
| 2016-05-20 | Merge pull request #1924 from abutcher/BZ1337425 | Jason DeTiberus | |
| Bug 1337425 - [ansible-2.0] installer failed if yum-utils wasn't installed | |||
| 2016-05-20 | Adding openshift_clock parameters to example inventory files | Jeremiah Stuever | |
| 2016-05-20 | Enable openshift_clock role for openshift_master, openshift_node, and ↵ | Jeremiah Stuever | |
| openshift_etcd | |||
| 2016-05-20 | Add openshift_clock role to manage system clocks | Jeremiah Stuever | |
| 2016-05-20 | Allow clock role in openshift_facts | Jeremiah Stuever | |
| 2016-05-19 | Clarify the example inventory related to proxies and builddefaults | Scott Dodson | |
| 2016-05-19 | Consolidate ca/master/node certificates roles into openshift_certificates. | Andrew Butcher | |
