| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-22 | openshift_logging calculate min_masters to fail early on split brain | Jeff Cantrill | |
| 2017-03-22 | Merge pull request #3727 from sdodson/rootfs-rslave | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-21 | Merge pull request #3647 from jcantrill/logging_specify_es_config | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-21 | Merge pull request #3667 from jpkrohling/JPK-SwitchCassandraToUseGeneratedCerts | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-21 | Make /rootfs mount rslave | Scott Dodson | |
| Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1427807 | |||
| 2017-03-21 | Fix copy-pasta docstrings | Rodolfo Carvalho | |
| 2017-03-21 | Rename _ns -> node_selector | Rodolfo Carvalho | |
| There doesn't seem to be a good reason for the underscore prefix. | |||
| 2017-03-21 | Reindent code | Rodolfo Carvalho | |
| 2017-03-20 | Merge pull request #3715 from sdodson/excluders-v99 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-20 | Attempt to match version of excluders to target version | Scott Dodson | |
| 2017-03-20 | Merge pull request #3710 from sosiouxme/20170320-fix-output-and-exclusions | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-20 | Merge pull request #3703 from kwoodson/oc_group | Kenny Woodson | |
| Adding oc_group to lib_openshift. | |||
| 2017-03-20 | Get rid of adjust.yml | Scott Dodson | |
| 2017-03-20 | Protect against missing commands | Scott Dodson | |
| Rather than trying to keep track of state everywhere, lets just check to see if the command exist before we attempt to run them | |||
| 2017-03-20 | Simplify excluder enablement logic a bit more | Scott Dodson | |
| 2017-03-20 | Merge pull request #3708 from aweiteka/schema2 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-20 | Adding oc_group to lib_openshift | Kenny Woodson | |
| 2017-03-20 | preflight checks: improve user output from checks | Luke Meyer | |
| 2017-03-20 | preflight checks: bypass RPM excludes | Luke Meyer | |
| 2017-03-20 | acceptschema2 default: true | Aaron Weitekamp | |
| Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com> | |||
| 2017-03-20 | Do not require python-six via openshift_facts | Rodolfo Carvalho | |
| It turns out the code in roles/openshift_health_checker/openshift_checks/__init__.py had a mistake in the import statement, and not the case that `add_metaclass` is not available in the embedded `six` from `ansible.module_utils`. The fix is to correct the import and do not require python-six to be installed on target hosts. Note: now that we have some unit tests in the role, errors like that would have been caught. | |||
| 2017-03-17 | Merge pull request #3656 from mtnbikenc/refactor-openshift_projects | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-17 | Merge pull request #3695 from rhcarvalho/check-unit-tests | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-17 | Merge pull request #3477 from lmello/fix-generate_jks.sh | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-17 | Moving projects task within openshift_hosted | Russell Teague | |
| 2017-03-17 | Refactor openshift_projects role | Russell Teague | |
| 2017-03-17 | Merge pull request #3654 from kwoodson/project_fix | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-17 | Add unit tests for existing health checks | Rodolfo Carvalho | |
| 2017-03-16 | enable docker excluder since the time it is installed | Jan Chaloupka | |
| 2017-03-16 | Merge pull request #3671 from abutcher/router-nodes | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-16 | Do not update when properties when not passed. | Kenny Woodson | |
| 2017-03-16 | Merge pull request #3683 from kwoodson/py35_scope_fix | Scott Dodson | |
| Fixing variable naming for 35 scoping. | |||
| 2017-03-16 | Merge pull request #3674 from sdodson/fix-ovs-race | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-16 | Merge pull request #3669 from ewolinetz/logging_master_api_port | Scott Dodson | |
| Removing dependency on master facts for master_public_url default | |||
| 2017-03-16 | Merge pull request #3664 from ewolinetz/logging_cherrypick_3657 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-16 | Fixing variable naming for 35 scoping. | Kenny Woodson | |
| 2017-03-16 | Merge pull request #3673 from sdodson/remove-excluder-status | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-16 | Fix get_router_replicas infrastructure node count. | Andrew Butcher | |
| 2017-03-15 | Merge pull request #3626 from mtnbikenc/module_rename | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-15 | Fix containerized openvswitch race | Scott Dodson | |
| 2017-03-15 | Since we've decided that we're no longer paying attention to current | Scott Dodson | |
| status remove this as it was toggling things | |||
| 2017-03-15 | Merge branch 'master' into logging_cherrypick_3657 | Eric Wolinetz | |
| 2017-03-15 | Removing dependency on master facts for master_public_url default | ewolinetz | |
| 2017-03-15 | Merge pull request #3629 from ewolinetz/logging_15_cherrypick | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-15 | Switched Cassandra to use certificates generated by OpenShift | Juraci Paixão Kröhling | |
| 2017-03-15 | Merge pull request #3646 from vishpat/service-account | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-15 | Merge pull request #3634 from kwoodson/raise_on_prep_failures | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-15 | Cherry picked from #3657 | ewolinetz | |
| 2017-03-15 | Merge pull request #3650 from mtnbikenc/fix-router | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-14 | Revert "Enable docker during installation and upgrade by default" | Steve Kuznetsov | |
