| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-21 | Removing resource version to remove object conflicts caused by race conditions. | Kenny Woodson | |
| 2017-04-21 | Merge pull request #3904 from kwoodson/manageiq_idempotencey | Kenny Woodson | |
| [openshift_manageiq] Adding module calls instead of command for idempotency. | |||
| 2017-04-21 | Automatic commit of package [openshift-ansible] release [3.6.32-1]. | Scott Dodson | |
| Created by command: /usr/bin/tito tag | |||
| 2017-04-21 | Merge pull request #3966 from sdodson/dont-check-disabled-excluders | Scott Dodson | |
| Don't check excluder versions when they're not enabled | |||
| 2017-04-21 | Automatic commit of package [openshift-ansible] release [3.6.31-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-21 | Merge pull request #3943 from sdodson/fix-node-upgrade-master | Jan Chaloupka | |
| Stop all services prior to upgrading, start all services after | |||
| 2017-04-20 | Don't check excluder versions when they're not enabled | Scott Dodson | |
| 2017-04-20 | Automatic commit of package [openshift-ansible] release [3.6.30-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-20 | Merge pull request #3919 from rhcarvalho/fix-action-plugin-test-ansible2.3 | Rodolfo Carvalho | |
| Fix instantiation of action plugin test to support Ansible 2.3 | |||
| 2017-04-20 | Merge pull request #3518 from juanvallejo/jvallejo/ram_disk_space_checker | Rodolfo Carvalho | |
| add ram and non-containerized storage preflight check | |||
| 2017-04-19 | Merge pull request #3938 from mtnbikenc/syntax-check | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-19 | Merge pull request #3733 from lukas-vlcek/es_readiness_probe | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-19 | Merge pull request #3955 from Fale/fix_etcd_paths | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-19 | Merge pull request #3949 from ↵ | OpenShift Bot | |
| sosiouxme/20170418-improve-openshift-version-msging Merged by openshift-bot | |||
| 2017-04-19 | Add Ansible syntax checks to tox | Russell Teague | |
| 2017-04-19 | Merge pull request #3936 from mtnbikenc/fix-ca-paths | Russell Teague | |
| BZ 1442942: Fix paths for file includes | |||
| 2017-04-19 | Adding module calls instead of command for idempotency. | Kenny Woodson | |
| 2017-04-19 | Merge pull request #3797 from mwoodson/contiv_empty_dir | Scott Dodson | |
| added a empty file to the contiv empty dir. This allows contiv to be vendored in git | |||
| 2017-04-19 | Add /etc/sysconfig/etcd to etcd_container | Fabio Alessandro Locati | |
| The `/etc/sysconfig/etcd` file is often used to allow the usage of additional variables passed to the etcd daemon. Example of this is to make some new nodes join an existing cluster. Having two files simplify the automation around it, since in the `/etc/sysconfig/etcd` is possible to put temporary variables and then nuke the file as soon as they are not used anymore. | |||
| 2017-04-19 | Automatic commit of package [openshift-ansible] release [3.6.29-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-18 | Merge pull request #3948 from mtnbikenc/metrics-fix | Scott Dodson | |
| Create openshift-metrics entrypoint playbook | |||
| 2017-04-18 | Automatic commit of package [openshift-ansible] release [3.6.28-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-18 | openshift_version: improve messaging | Luke Meyer | |
| This role often provides the first failure messages when users' inventory parameters are not going to work out. So, make sure the task names and messages are informative to someone who may not have very much context for what this role does. | |||
| 2017-04-18 | Create openshift-metrics entrypoint playbook | Russell Teague | |
| 2017-04-18 | Merge pull request #3947 from mtnbikenc/upgrade-v3_6 | Scott Dodson | |
| Minor v3.6 upgrade docs fixes | |||
| 2017-04-18 | Minor v3.6 upgrade docs fixes | Russell Teague | |
| 2017-04-18 | Automatic commit of package [openshift-ansible] release [3.6.27-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-18 | Merge pull request #3890 from jlebon/redhat-ci | Scott Dodson | |
| repo: start testing PRs on Fedora Atomic Host | |||
| 2017-04-18 | Stop all services prior to upgrading, start all services after | Scott Dodson | |
| 2017-04-18 | Automatic commit of package [openshift-ansible] release [3.6.26-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-17 | Merge pull request #3937 from mtnbikenc/fix-openshift-node-upgrade | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-17 | Merge pull request #3793 from jarrpa/glusterfs-registry | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-17 | Simplify memory availability check, review tests | Rodolfo Carvalho | |
| - Fix required memory for etcd hosts (10 -> 20 GB), as per documentation. - Some changes to make the code more similar to the similar DiskAvailability check. - Do not raise exception for hosts that do not have a recommended memory value (those are ignored anyway through `is_active`, so that was essentially dead code). - Test that the required memory is the max of the recommended memories for all groups assigned to a host. E.g. if a host is master and node, we should check that it has enough memory to be a master, because the memory requirement for a master is higher than for a node. | |||
| 2017-04-17 | Simplify mixin class | Rodolfo Carvalho | |
| - Expose only is_active and no other method. - Move general comment to module docstring. | |||
| 2017-04-17 | Simplify disk availability check, review tests | Rodolfo Carvalho | |
| - only support a fixed list of recommended values for now, no overwriting via Ansible variables (keep it simple, add features as needed). - implement is_active: run this check only for hosts that have a recommended disk space. - test priority of mount paths / and /var. | |||
| 2017-04-17 | add disk and memory availability check tests | juanvallejo | |
| 2017-04-17 | add ram and storage preflight check | juanvallejo | |
| 2017-04-17 | Automatic commit of package [openshift-ansible] release [3.6.25-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-17 | Merge pull request #3926 from sdodson/fix-enterprise-prefixes | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-17 | Merge pull request #3920 from stevekuznetsov/skuznets/etcd-debug | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-17 | Correct role dependencies | Russell Teague | |
| 2017-04-17 | Fix paths for file includes | Russell Teague | |
| 2017-04-14 | Automatic commit of package [openshift-ansible] release [3.6.24-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-13 | Merge pull request #3900 from mtnbikenc/refactor-network-manager | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-13 | Merge pull request #3884 from mtnbikenc/disable-swap | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-13 | Fix default image tag for enterprise | Scott Dodson | |
| We're just going to hardcode this for now until we can verify that a tag like v3.6 will always exist in the future | |||
| 2017-04-13 | Merge pull request #3924 from sosiouxme/20170413-pin-all-tox-reqs | Scott Dodson | |
| tox tests: pin test requirement versions | |||
| 2017-04-13 | tox tests: pin test requirement versions | Luke Meyer | |
| Tests once again randomly broke due to a PyPi release. This makes req versions explicit so they only change deliberately. | |||
| 2017-04-13 | Merge pull request #3923 from sdodson/master | Scott Dodson | |
| This is no longer a widely encountered issue | |||
| 2017-04-13 | This is no longer a widely encountered issue | Scott Dodson | |
