| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-02 | Merge pull request #4968 from sdodson/cfme-images | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-08-02 | Merge pull request #4976 from kprabhak/kp-calico-updates | Scott Dodson | |
| Missing space | |||
| 2017-08-02 | Missing space | Karthik Prabhakar | |
| 2017-08-02 | Merge pull request #4850 from kwoodson/normalize_logging_entry | Scott Dodson | |
| Normalize logging entry point to include std_include. | |||
| 2017-08-02 | Merge pull request #4958 from sdodson/logging-metrics-imagetag | Scott Dodson | |
| Switch logging and metrics OCP image tag from 3.6.0 to v3.6 | |||
| 2017-08-02 | Merge pull request #4592 from juanvallejo/jvallejo/verify-fluentd-logging-config | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-08-02 | Merge pull request #4916 from richm/mux-client-mode | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-08-01 | Merge pull request #4949 from carlpett/patch-1 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-08-01 | Merge pull request #4961 from jarrpa/minor-namespace-fix | Scott Dodson | |
| GlusterFS: Check for namespace if deploying a StorageClass | |||
| 2017-08-01 | Merge pull request #4894 from tbielawa/reg-dns-scaleup-bz1469336 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-08-01 | add fluentd logging driver config check | juanvallejo | |
| 2017-08-01 | Use enterprise images for CFME enterprise deployments | Scott Dodson | |
| 2017-08-01 | use mux_client_mode instead of use_mux_client | Rich Megginson | |
| Instead of the `openshift_logging_use_mux_client` boolean parameter, use `openshift_logging_mux_client_mode` which will allow us to support different mux client use cases: The value `maximal` will cause Fluentd to perform as much of the processing as possible at the local node. This currently means all of the processing *except* for the Kubernetes metadata processing, which will be done by mux. This is the currently recommended mode to use due to current scaling issues. The value `minimal` means that Fluentd will do *no* processing at all, and send the raw logs to mux for processing. This is currently not recommended to use due to current scaling issues. Ansible will warn you if you try to use this mode. `MUX_ALLOW_EXTERNAL` is no longer needed in the mux dc. mux now always operates to process external logs. The ansible setting `openshift_logging_mux_allow_external` is still required in order to set up the mux service to accept connections from outside of the cluster. | |||
| 2017-08-01 | Merge pull request #4700 from sdodson/rate-limit | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-08-01 | GlusterFS: Check for namespace if deploying a StorageClass | Jose A. Rivera | |
| Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1476197 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-08-01 | Switch logging and metrics OCP image tag from 3.6.0 to v3.6 | Scott Dodson | |
| 2017-08-01 | Merge pull request #4912 from abutcher/openshift-node-facts | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-31 | Merge pull request #4954 from kwoodson/storageclass_doc_fix | Scott Dodson | |
| Fixing storageclass doc variable. | |||
| 2017-07-31 | Merge pull request #4900 from ↵ | OpenShift Bot | |
| ingvagabund/move-common-openshift-node-systemd-unit-tasks-into-separete-files Merged by openshift-bot | |||
| 2017-07-31 | Fixing storageclass doc variable. | Kenny Woodson | |
| 2017-07-31 | Merge pull request #4952 from jarrpa/namespace_fix | Scott Dodson | |
| GlusterFS: Fix variable names in defaults. | |||
| 2017-07-31 | GlusterFS: Fix variable names in defaults. | Jose A. Rivera | |
| Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1476197 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-07-31 | Merge pull request #4919 from srampal/contiv_1.1.1 | Scott Dodson | |
| Some automation fixes for contiv GUI/auth_proxy & vxlan mode | |||
| 2017-07-31 | Fix aws_secret_key check | Calle Pettersson | |
| 2017-07-29 | Merge pull request #4933 from kwoodson/policy_to_binding | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-28 | Merge pull request #4943 from jcantrill/file_buffer_master | Scott Dodson | |
| Impl fluentd file buffer | |||
| 2017-07-28 | Merge pull request #4918 from sdodson/fix-sysconfig-check | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-28 | Merge pull request #4931 from ewolinetz/bz1476195 | Scott Dodson | |
| Updating metrics role to create serviceaccounts and roles immediately | |||
| 2017-07-28 | Impl fluentd file buffer | Noriko Hosoi | |
| (cherry picked from commit 231a7c4ce27ff944d9e14169062f487f57c94dd6) | |||
| 2017-07-28 | Merge pull request #4879 from jcantrill/oc_pvc | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-28 | Use existing OPENSHIFT_DEFAULT_REGISTRY setting during masters scaleup | Tim Bielawa | |
| Fixes a bug which reported that AFTER a cluster upgrade from OCP 3.5 to 3.6, any masters which are later added via the scaleup playbooks are setting a value for OPENSHIFT_DEFAULT_REGISTRY which is inconsistent with the already configured masters. * OPENSHIFT_DEFAULT_REGISTRY value is saved from oo_first_master * The new scaleup master has a fact set noting it is a scaleup host * The saved OPENSHIFT_DEFAULT_REGISTRY value is used instead of the default for 3.6, which is to use a hard-coded registry value of 'docker-registry.default.svc:5000' Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469336 | |||
| 2017-07-28 | Remove cluster in favor of rolebindings. | Kenny Woodson | |
| 2017-07-28 | Merge pull request #4878 from mtnbikenc/refactor-bios-version | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-28 | Updating metrics role to create serviceaccounts and roles immediately | ewolinetz | |
| 2017-07-28 | Merge pull request #4926 from jarrpa/glusterfs-mixed-namespace | Scott Dodson | |
| GlusterFS: Use default namespace when not native. | |||
| 2017-07-28 | GlusterFS: Use default namespace when not native. | Jose A. Rivera | |
| Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1476197 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-07-28 | Merge pull request #4899 from rhcarvalho/misc-cleanup-normalize-input | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-28 | Merge pull request #4923 from ↵ | John Lamb | |
| openshift/revert-4372-jvallejo/verify-disk-memory-before-upgrade Revert "Add health checks to upgrade playbook" | |||
| 2017-07-28 | Revert "Add health checks to upgrade playbook" | Rodolfo Carvalho | |
| 2017-07-28 | Merge pull request #4372 from ↵ | Rodolfo Carvalho | |
| juanvallejo/jvallejo/verify-disk-memory-before-upgrade Add health checks to upgrade playbook | |||
| 2017-07-28 | move common tasks to a single file included by both systemd_units.yml | Jan Chaloupka | |
| 2017-07-27 | Fixes for auth_proxy, vxlan mode | Sanjeev Rampal | |
| 2017-07-27 | Merge pull request #4897 from ↵ | Scott Dodson | |
| ingvagabund/backport-4403-to-openshift-node-upgrade-role backport 'Add systemctl daemon-reload handler to openshift_node' #4403 to openshift_node_upgrade | |||
| 2017-07-27 | Merge pull request #3877 from wkshi/bugfix-1422541-master | Scott Dodson | |
| Fix BZ#1422541 BZ#1440586 BZ#1440612 BZ#1440617 on master branch | |||
| 2017-07-27 | Tolerate non existence of /etc/sysconfig/atomic-openshift-master | Scott Dodson | |
| 2017-07-27 | Merge pull request #4905 from jarrpa/group-facts-fix | Scott Dodson | |
| Add glusterfs_registry hosts to oo_all_hosts. | |||
| 2017-07-27 | Merge pull request #4843 from kwoodson/sc_require_prov | Scott Dodson | |
| Remove default and force argument for storageclass provisioner. | |||
| 2017-07-27 | Merge pull request #4479 from mtnbikenc/contiv-warnings | Scott Dodson | |
| Resolve Ansible deprecation warnings in Contiv roles | |||
| 2017-07-27 | Merge pull request #4906 from ewolinetz/logging_unique_template_vars | Scott Dodson | |
| Updating template parameter replica to be more unique to avoid var sc… | |||
| 2017-07-27 | Merge pull request #4915 from sdodson/etcd-migration-changes | Scott Dodson | |
| Stop masters before backing up, block migration for supported configs | |||
