| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-23 | Merge pull request #3509 from ewolinetz/logging_component_subroles | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-23 | Merge pull request #4230 from ozdanborne/fix-rename | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-23 | Merge pull request #4079 from sosiouxme/20170503-move-check-playbook | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-23 | Fixing tux warnings and some final clean up | ewolinetz | |
| 2017-05-23 | Merge pull request #3785 from ↵ | OpenShift Bot | |
| juanvallejo/jvallejo/update-docker-image-availability-check Merged by openshift-bot | |||
| 2017-05-23 | Merge pull request #4248 from abutcher/sysctl-workaround | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-22 | Merge pull request #4243 from jarrpa/template-params | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-22 | Appease travis | Scott Dodson | |
| 2017-05-22 | health check playbooks: relocate and expand | Luke Meyer | |
| We are moving toward having adhoc post-install checks and so the "preflight" designation needs to be widened. Updated location to playbooks/byo/openshift-checks, added health check playbook, and updated README. Also included the certificate_expiry playbooks. Left behind symlinks and wrappers for existing checks. To conform with the direction of the rest of the repo, the openshift-checks playbooks are split into two directories, one under playbooks/common with the actual invocation and one under playbooks/byo for entrypoints that are just wrappers for the ones in common. Because the certificate_expiry playbooks are intended not just to be functional but to be examples that users modify, I did not split them similarly. That could happen later after discussion but for now I just left them whole under byo/openshift-checks/certificate_expiry. | |||
| 2017-05-22 | Merge pull request #3982 from jim-minter/trello131-broker-configuration | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-22 | Add a readiness probe to the Kibana container | Steve Kuznetsov | |
| In order to ensure that the Kubernetes machinery can determine when the Kibana Pods are becoming ready, we need to add a readiness probe to the Containers that make up those pods. The Kibana readiness probe simply hits the base URL at `http://localhost:5601/` and expects a 200. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> | |||
| 2017-05-22 | Create logging deployments with non-zero replica counts | Steve Kuznetsov | |
| When we currently create the set of logging `DeploymentConfig`s, we create them with zero desired replicas. This causes the deployment to immediately succeed as there is no work to be done. This inhibits our ability to use nice CLI UX features like `oc rollout status` to monitor the logging stack deployments. Instead, we should can create the configs with the correct number of replicas in the first place and stop using `oc scale` to bring them up after the fact. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> | |||
| 2017-05-22 | Pulling changes from master branch | ewolinetz | |
| 2017-05-22 | Adding some missing changes | ewolinetz | |
| 2017-05-22 | fixing available variables for 2.3.0 | ewolinetz | |
| 2017-05-22 | Updating pvc generation names | ewolinetz | |
| 2017-05-22 | updating delete_logging to use modules | ewolinetz | |
| 2017-05-22 | Pulling in changes from master | ewolinetz | |
| 2017-05-22 | Decomposing openshift_logging role into subcomponent roles | ewolinetz | |
| 2017-05-22 | Merge pull request #4228 from etsauer/s3-required-vars | Scott Dodson | |
| Removing requirement to pass aws credentials | |||
| 2017-05-22 | Removing requirement to pass aws credentials | Eric Sauer | |
| 2017-05-21 | Merge pull request #4217 from ingvagabund/move-etcd-upgrade-code-into-role | Jan Chaloupka | |
| Move etcd upgrade code into role | |||
| 2017-05-19 | Merge pull request #4226 from mtnbikenc/fix-auditConfig | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-19 | Merge pull request #4134 from ewolinetz/issue4111 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-19 | Merge pull request #4211 from dmsimard/github_teams | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-19 | Workaround sysctl module issue with py3 by converting task to lineinfile. | Andrew Butcher | |
| 2017-05-19 | remove skopeo dependency on docker-py | juanvallejo | |
| 2017-05-19 | improve error handling for missing vars | juanvallejo | |
| 2017-05-19 | lib/base: Allow for more complex template params | Jose A. Rivera | |
| This change allows for the specification of JSON objects like lists as parameters to templates. Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-05-19 | Merge pull request #3630 from juanvallejo/jvallejo/add-etcd-volume-check | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-19 | Fix yamllint problems | Scott Dodson | |
| I should've noticed before merging... | |||
| 2017-05-19 | Merge pull request #4073 from richm/logging-es-route | Scott Dodson | |
| add ability to expose Elasticsearch as an external route | |||
| 2017-05-19 | Merge pull request #4094 from ashcrow/status-doesnt-exist | Jan Chaloupka | |
| Ensure good return code for specific until loops | |||
| 2017-05-19 | Merge pull request #4128 from VincentS/Container_Registry_Firewalld | Jan Chaloupka | |
| Added Container Registry Port 5000 to Firewalld | |||
| 2017-05-19 | Merge pull request #4145 from VincentS/Calico_Parameterization | Jan Chaloupka | |
| Parameterized Calico/Node Arguments | |||
| 2017-05-19 | Merge pull request #4125 from VincentS/Calico_BGP_Port | Jan Chaloupka | |
| Added Calico BGP Port 179 to Firewalld | |||
| 2017-05-19 | Merge pull request #4224 from VincentS/LocalTMPDir_Fix | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #3660 from juanvallejo/jvallejo/add-etcd-clustersize-check | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | add ability to expose Elasticsearch as an external route | Rich Megginson | |
| This adds the ability to expose Elastisearch as a route outside of the cluster. - `openshift_logging_es_allow_external`: True (default is False) - if this is True, Elasticsearch will be exposed as a Route - `openshift_logging_es_ops_hostname`: The external facing hostname to use for the route and the TLS server certificate (default is "es." + `openshift_master_default_subdomain`) There are other similar parameters for the TLS server cert, key, and CA cert. There are other similar parameters for when the OPS cluster is deployed e.g. `openshift_logging_es_ops_allow_external`, etc. | |||
| 2017-05-18 | Fix renaming error with calico template files | Dan Osborne | |
| 2017-05-18 | Merge pull request #4208 from abutcher/local-action-delegate | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #4183 from jpeeler/master | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #3914 from rikkuness/yaml_newline | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #4165 from sdodson/BZ1450167 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Parameterized Calico/Node Arguments | Vincent Schwarzer | |
| 2017-05-18 | Merge pull request #4142 from VincentS/Adjustment_Naming_Schema | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #4205 from stevekuznetsov/skuznets/logging-tmpdir | Scott Dodson | |
| Don't escalate privileges in local tmpdir creation | |||
| 2017-05-18 | Merge pull request #4176 from mtnbikenc/refactor-openshift_excluders | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Fix auditConfig for non-HA environments | Russell Teague | |
| Bug 1447019 | |||
| 2017-05-18 | Added Docker Registry Port 5000 to Firewalld | Vincent Schwarzer | |
