| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-28 | Remove cluster in favor of rolebindings. | Kenny Woodson | |
| 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 | 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-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 #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 | Block etcdv3 migration for supported configurations | Scott Dodson | |
| 2017-07-27 | Updating template parameter replica to be more unique to avoid var scope ↵ | ewolinetz | |
| creeping | |||
| 2017-07-27 | backport 'Add systemctl daemon-reload handler to openshift_node' #4403 to ↵ | Jan Chaloupka | |
| openshift_node_upgrade | |||
| 2017-07-27 | Normalize list of checks passed to action plugin | Rodolfo Carvalho | |
| This allows users to pass either a string with comma-separated check names or a proper list of strings, whatever is more convenient in the context. For consistency, the same normalization is applied to the 'openshift_disable_check' variable. | |||
| 2017-07-27 | Make LoggingCheck.run return the correct type | Rodolfo Carvalho | |
| The run method is expected to return a dict. Even though we should not run LoggingCheck by itself, it is still possible to do it and without this change we get an unhandled exception. | |||
| 2017-07-27 | Merge pull request #4882 from sdodson/fix-node-resolv-conf | Scott Dodson | |
| Simplify generation of /etc/origin/node/resolv.conf | |||
| 2017-07-27 | Merge pull request #4874 from ingvagabund/set-default-values | Jan Chaloupka | |
| Sync all openshift.common.use_openshift_sdn uses in yaml files | |||
| 2017-07-26 | Merge pull request #4868 from ewolinetz/metrics_fix_caCert | Scott Dodson | |
| Fixing route spec caCertificate to be correctly capitalized | |||
| 2017-07-26 | Simplify generation of /etc/origin/node/resolv.conf | Scott Dodson | |
| Don't attempt to copy /etc/resolv.conf whenever there's no watermark, just write out the list of nameservers that network manager tells us about like we do for origin-upstream-dns.conf Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1474707 | |||
| 2017-07-26 | fixes after rebasing with #4485 | juanvallejo | |
| 2017-07-26 | add pre-flight checks to ugrade path | juanvallejo | |
| 2017-07-26 | Merge pull request #4844 from ewolinetz/bz1463081 | Scott Dodson | |
| Updating how storage type is determined, adding bool filter in opensh… | |||
| 2017-07-26 | Merge pull request #4816 from abutcher/containerized-lb-image-tag | Scott Dodson | |
| Pass first master's openshift_image_tag to openshift_loadbalancer for containerized haproxy installation. | |||
| 2017-07-26 | Merge pull request #4485 from sosiouxme/20170616-store-args-in-check-properties | Scott Dodson | |
| openshift_checks: store args in check properties | |||
| 2017-07-26 | Merge pull request #4693 from enoodle/create_router_certificate_by_default | Scott Dodson | |
| Router wildcard certificate created by default | |||
| 2017-07-26 | Sync all openshift.common.use_openshift_sdn uses in yaml files | Jan Chaloupka | |
| Most occurrences are in a form: ```yaml openshift.common.use_openshift_sdn | default(true) | bool ``` Let's make all occurences this way given the use_openshift_sdn is set to true anyway. See https://github.com/openshift/openshift-ansible/blob/0c350dcc7d06d62be5ba3a8e468dff85cdd96dd7/roles/openshift_facts/library/openshift_facts.py#L2035 | |||
| 2017-07-26 | Fixing podpresets perms for service-catalog-controller | ewolinetz | |
| 2017-07-26 | Merge pull request #4813 from sdodson/log-dumper | Scott Dodson | |
| Fix log dumping on service failure | |||
| 2017-07-26 | Merge pull request #4855 from mwringe/hawkular-namespace-listener-update | Scott Dodson | |
| Metrics: grant hawkular namespace listener role | |||
| 2017-07-26 | Merge pull request #4687 from mrooding/fix-etcd-conditional-check-failure | Jan Chaloupka | |
| Fix etcd conditional check failure (issue #4121) | |||
| 2017-07-25 | Fixing route spec caCertificate to be correctly capitalized | ewolinetz | |
| 2017-07-25 | Set TimeoutStartSec=300 | Scott Dodson | |
| On nodes with thousands of services it may take a very long time to establish all of the network routing rules. The longest we've seen is about 180s | |||
| 2017-07-25 | Revert "set KillMode to process in node service file" | Scott Dodson | |
| 2017-07-25 | openshift_checks: refactor to internalize task_vars | Luke Meyer | |
| Move task_vars into instance variable so we don't have to pass it around everywhere. Also store tmp. Make sure both are filled in on execute_module. In the process, is_active became an instance method, and task_vars is basically never used directly outside of test code. | |||
| 2017-07-25 | openshift_checks: get rid of deprecated module_executor | Luke Meyer | |
| 2017-07-25 | openshift_checks: improve comments/names | Luke Meyer | |
| 2017-07-25 | add default value for router path in the cert | Erez Freiberger | |
| 2017-07-25 | Router wildcard certificate created by default | Erez Freiberger | |
| 2017-07-25 | Merge pull request #4854 from ewolinetz/metrics_remove_no_log | Scott Dodson | |
| Removing no_log from htpasswd invocation so not to supress errors | |||
| 2017-07-25 | Merge pull request #4839 from tripledes/unexclude_use_abs_path | Scott Dodson | |
| Use absolute path when un-excluding | |||
| 2017-07-24 | Merge pull request #4806 from tbielawa/bz1466783_etcd_ips_in_masters_no_proxy | Scott Dodson | |
| Bz1466783 etcd ips in masters no proxy | |||
| 2017-07-24 | Metrics: grant hawkular namespace listener role | mwringe | |
| 2017-07-24 | Removing nolog from htpasswd invocation so not to supress errors | ewolinetz | |
| 2017-07-24 | Removed kubernetes.io string from default. | Kenny Woodson | |
| 2017-07-24 | Merge pull request #4830 from fabianvf/asb-image-rename | Scott Dodson | |
| Add ose- prefix to ansible service broker name | |||
| 2017-07-24 | Updating how storage type is determined, adding bool filter in ↵ | ewolinetz | |
| openshift_logging_elasticsearch | |||
| 2017-07-24 | Remove default provisioner. | Kenny Woodson | |
| 2017-07-24 | Merge pull request #4841 from kwoodson/master | Scott Dodson | |
| Fix for gce storageclass provisioner default. | |||
| 2017-07-24 | Pass the provisioner to the module. | Kenny Woodson | |
| 2017-07-24 | Use absolute path when unexcluding | Sergi Jimenez | |
| * As follow-up on #4835, use absolute path also when unexcluding | |||
| 2017-07-24 | Merge pull request #4682 from juanvallejo/jvallejo/verify-logging-index-time | Rodolfo Carvalho | |
| verify sane log times in logging stack | |||
