| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-25 | openshift_logging: increasing *_elasticsearch_* default CPU and memory | Jan Wozniak | |
| 2017-05-24 | Merge pull request #4242 from jarrpa/map-pairs-fix | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-24 | Automatic commit of package [openshift-ansible] release [3.6.84-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.84 | |||
| 2017-05-24 | Merge pull request #4244 from jarrpa/oc_process-err | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-24 | Automatic commit of package [openshift-ansible] release [3.6.83-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.83 | |||
| 2017-05-24 | Merge pull request #4257 from dmsimard/hostname_validation | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-24 | Automatic commit of package [openshift-ansible] release [3.6.82-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.82 | |||
| 2017-05-23 | Merge pull request #3509 from ewolinetz/logging_component_subroles | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-23 | Merge pull request #4263 from sosiouxme/20170522-fix-docker-test-flake | 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 | Automatic commit of package [openshift-ansible] release [3.6.80-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.80 | |||
| 2017-05-23 | Merge pull request #4079 from sosiouxme/20170503-move-check-playbook | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-23 | Automatic commit of package [openshift-ansible] release [3.6.69-1]. | Scott Dodson | |
| Created by command: /usr/bin/tito tag | |||
| 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 | preflight int tests: fix test flake | Luke Meyer | |
| Those tests spin up docker images and remove them at the end. The removal seems to fail randomly on test systems. Changed the removal task to ignore errors. | |||
| 2017-05-22 | RPM workaround for the move of cert playbooks | Pep Turró Mauri | |
| The playbooks/certificate_expiry directory is being moved inside the openshift-checks tree, and a symlink there is put in place for backwards compatibility. RPM does not handle this well, so this expands the section of the specfile that already contains a workaround for this situation to also handle this move. | |||
| 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 #25 from stevekuznetsov/skuznets/scale-first | Eric Wolinetz | |
| Add Kibana readiness probe, stop using `oc scale` for cluster start | |||
| 2017-05-22 | preflight int tests: fix for openshift_version dep | Luke Meyer | |
| 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 | Merge pull request #4220 from pat2man/openshift_hosted_metrics_deployer_version | Eric Wolinetz | |
| Update examples to include metrics deployer version | |||
| 2017-05-22 | Removing requirement to pass aws credentials | Eric Sauer | |
| 2017-05-21 | Allow a hostname to resolve to 127.0.0.1 during validation | David Moreau-Simard | |
| 127.0.0.1 does not end up in "ansible_all_ipv4_addresses" and should be considered valid. For example, a hostname could be resolving to a public address that is not bound to the actual server. Or the host could resolve to 127.0.0.1 from the perspective of the host since the hostname is set up in /etc/hosts. | |||
| 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 | Merge pull request #4249 from ashcrow/router-certificate-name | Scott Dodson | |
| inventory: rename certificates->certificate in router example | |||
| 2017-05-19 | Workaround sysctl module issue with py3 by converting task to lineinfile. | Andrew Butcher | |
| 2017-05-19 | inventory: rename certificates->certificate in router example | Steve Milner | |
| Per change 9397727e433cbd9bfd865fb5ad773c7b6b4590e8, router replaced certificates with certificate. | |||
| 2017-05-19 | Merge pull request #4175 from codificat/20170512-img-build-updates | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-19 | remove skopeo dependency on docker-py | juanvallejo | |
| 2017-05-19 | improve error handling for missing vars | juanvallejo | |
| 2017-05-19 | oc_process: Better error output on failed template() call | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 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 | filter_plugins: Allow for multiple pairs in map_from_pairs() | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
