| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-17 | Fixed spacing and lint errors. | Kenny Woodson | |
| 2017-07-14 | Fixed tests and added sleep for update. | Kenny Woodson | |
| 2017-07-14 | Fixing needs_update comparison. Added a small pause for race conditions. ↵ | Kenny Woodson | |
| Fixed doc. Fix kind to storageclass | |||
| 2017-07-14 | Adding storageclass support to lib_openshift. | Kenny Woodson | |
| 2017-07-13 | Merge pull request #4756 from ewolinetz/bz1469368 | Scott Dodson | |
| making kube-service-catalog project network global when using redhat/… | |||
| 2017-07-13 | making kube-service-catalog project network global when using ↵ | ewolinetz | |
| redhat/openshift-ovs-multitenant plugin | |||
| 2017-07-13 | Merge pull request #4755 from ↵ | Scott Dodson | |
| ingvagabund/set-killmode-to-process-in-node-service-file set KillMode to process in node service file | |||
| 2017-07-13 | set KillMode to process in node service file | Jan Chaloupka | |
| 2017-07-13 | Automatic commit of package [openshift-ansible] release [3.6.144-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.144 | |||
| 2017-07-12 | Merge pull request #4743 from ewolinetz/bz1469986 | Scott Dodson | |
| Created js file for enabling tech preview for console, updated master… | |||
| 2017-07-12 | Merge pull request #4720 from jarrpa/glusterfs-fixes-four | Scott Dodson | |
| GlusterFS Fixes 4 | |||
| 2017-07-12 | Created js file for enabling tech preview for console, updated master-config ↵ | ewolinetz | |
| for pod presets and console tech preview | |||
| 2017-07-12 | Automatic commit of package [openshift-ansible] release [3.6.143-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.143 | |||
| 2017-07-12 | Automatic commit of package [openshift-ansible] release [3.6.142-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.142 | |||
| 2017-07-12 | Merge pull request #4737 from sosiouxme/20170711-consolidate-small-prs | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-11 | Merge pull request #4709 from jkaurredhat/upgrade-control_plane | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-11 | add scheduled pods check | juanvallejo | |
| 2017-07-11 | Only store failures that were not ignored. | Rodolfo Carvalho | |
| In the past, health checks were implemented with ignore_errors: True in the playbook level, requiring us to store all failures, ignored or not, so that we could report on all failed checks. Now checks are run from a single action plugin entry point, without ignoring errors (all errors are aggregated via the action plugin). Since the integration of the openshift_health_checker role with the install playbook, failure summaries are part of the output of a lot more calls to ansible-playbook. We shall report only failures that caused the execution to stop, as ignored failures in the summary only serve to confuse users. | |||
| 2017-07-11 | Add overlay to supported Docker storage drivers | Rodolfo Carvalho | |
| Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1467809 As a next step, we can refine under which conditions the overlay driver is supported. | |||
| 2017-07-11 | ansible.cfg: improve ssh ControlPath | Luke Meyer | |
| AWS hosts and user names frequently make the default Ansible ControlPath too long. This prevents ssh persistent connections, significantly impacting runtime. More detail: https://github.com/ansible/ansible/issues/11536 This config change shortens the ControlPath to make this less likely. It would be better to change it to the %C hash, as extremely long hostnames or usernames could still encounter this problem, but that is not yet available with RHEL's openssh. This at least improves the situation. | |||
| 2017-07-11 | openshift_checks: fix execute_module params | Luke Meyer | |
| Fix where execute_module was being passed task_vars in place of tmp param. Most modules don't seem to use either and so this doesn't fail; but under some conditions (perhaps different per version of ansible?) it tried to treat the dict as a string and came back with a python stack trace. | |||
| 2017-07-11 | OCP build: override python-directed envvars | Luke Meyer | |
| SUMMARY and DESCRIPTION were coming from python image build, might be confusing to someone inspecting this image. | |||
| 2017-07-11 | OCP build: fix bug 1465724 | Luke Meyer | |
| https://bugzilla.redhat.com/show_bug.cgi?id=1465724 Use the provided ansible.cfg and hack needed python system libs into SCL | |||
| 2017-07-11 | OCP build: sync packages needed | Luke Meyer | |
| sync the parallel change from Dockerfile into Dockerfile.rhel7 | |||
| 2017-07-11 | Merge pull request #4735 from ewolinetz/service_catalog_perms | Scott Dodson | |
| Adding create permissions for serviceclasses.servicecatalog.k8s.io to… | |||
| 2017-07-11 | Adding create permissions for serviceclasses.servicecatalog.k8s.io to ↵ | ewolinetz | |
| service-catalog-controller role | |||
| 2017-07-11 | Merge pull request #4701 from kwoodson/master_metrics_url | Scott Dodson | |
| [Bz 1468113] Configure the rest of the masters with the correct URL. | |||
| 2017-07-11 | Merge pull request #4730 from ozdanborne/patch-gencerts | Scott Dodson | |
| Fix calico when certs are auto-generated | |||
| 2017-07-11 | Automatic commit of package [openshift-ansible] release [3.6.141-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.141 | |||
| 2017-07-10 | Fix calico when certs are auto-generated | Dan Osborne | |
| 2017-07-10 | Merge pull request #4723 from ewolinetz/fix_service_catalog_fetch | Scott Dodson | |
| updating fetch tasks to be flat paths | |||
| 2017-07-10 | Merge pull request #4725 from mtnbikenc/fix-network-manager | Scott Dodson | |
| Add evaluate_groups.yml to network_manager playbook | |||
| 2017-07-10 | Add evaluate_groups.yml to network_manager playbook | Russell Teague | |
| The network_manager.yml playbook uses oo_* groups names which are defined in the evaluate_groups.yml playbook. | |||
| 2017-07-10 | updating fetch tasks to be flat paths | ewolinetz | |
| 2017-07-10 | Removing trailing newline. | Kenny Woodson | |
| 2017-07-10 | Automatic commit of package [openshift-ansible] release [3.6.140-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.140 | |||
| 2017-07-08 | GlusterFS: Add updated example hosts files | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-07-08 | GlusterFS: Fix SSH-based heketi configuration | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-07-08 | Automatic commit of package [openshift-ansible] release [3.6.139-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.139 | |||
| 2017-07-08 | Merge pull request #4624 from ↵ | Jan Chaloupka | |
| ingvagabund/increase-timeout-when-waiting-for-master-and-nodes increase implicit 300s default timeout to explicit 600s | |||
| 2017-07-08 | Automatic commit of package [openshift-ansible] release [3.6.138-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.138 | |||
| 2017-07-08 | Merge pull request #4714 from sdodson/image-stream-sync | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-07 | Merge pull request #4719 from abutcher/glusterfs-nodename | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-07 | Merge pull request #4703 from tbielawa/bz1468187 | Scott Dodson | |
| Run some basic etcd checks after migration to ensure leases are good | |||
| 2017-07-07 | Merge pull request #4711 from tbielawa/bz1468424 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-07 | Wait for etcd to become healthy before migrating TTL | Tim Bielawa | |
| Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468187 | |||
| 2017-07-07 | Use openshift.node.nodename as glusterfs_hostname. | Andrew Butcher | |
| 2017-07-07 | Merge pull request #4716 from ewolinetz/fix_broker_configmap | Scott Dodson | |
| updating configmap map definition to fix asb not starting up correctly | |||
| 2017-07-07 | Merge pull request #4717 from ashcrow/fedora-container-move | Scott Dodson | |
| container-engine: Update Fedora registry url | |||
| 2017-07-07 | container-engine: Update Fedora registry url | Steve Milner | |
