Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4635 from sdodson/retry-in-docker-restart-handler | Scott Dodson | 2017-06-30 | 1 | -0/+5 |
|\ | | | | | Add a retry to the docker restart handler | ||||
| * | Add a retry to the docker restart handler | Scott Dodson | 2017-06-28 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #4436 from rhcarvalho/verify-disk-multipath | OpenShift Bot | 2017-06-30 | 2 | -51/+96 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Enable disk check on containerized installs | Rodolfo Carvalho | 2017-06-22 | 2 | -15/+11 |
| | | | | | | | | | | | | | | | | | | | | | According to the docs the disk requirements should be similar to non-containerized installs. https://docs.openshift.org/latest/install_config/install/rpm_vs_containerized.html#containerized-storage-requirements | ||||
| * | | Add module docstring | Rodolfo Carvalho | 2017-06-22 | 1 | -1/+2 |
| | | | |||||
| * | | Add suggestion to check disk space in any path | Rodolfo Carvalho | 2017-06-22 | 1 | -1/+5 |
| | | | |||||
| * | | Require at least 1GB in /usr/bin/local and tempdir | Rodolfo Carvalho | 2017-06-22 | 2 | -1/+15 |
| | | | | | | | | | | | | During install, those paths are used and require some free space. | ||||
| * | | Refactor DiskAvailability for arbitrary paths | Rodolfo Carvalho | 2017-06-22 | 2 | -34/+64 |
| | | | | | | | | | | | | Prepare the check to support verifying multiple paths, not only /var. | ||||
* | | | Merge pull request #4649 from ewolinetz/bz1465718 | OpenShift Bot | 2017-06-30 | 2 | -9/+6 |
|\ \ \ | | | | | | | | | Merged by openshift-bot | ||||
| * | | | Adding labels for elasticsearch and kibana services | ewolinetz | 2017-06-29 | 2 | -9/+6 |
| | | | | |||||
* | | | | Merge pull request #4653 from ingvagabund/run-etcd_container_with-spc_t-label | Scott Dodson | 2017-06-30 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | run etcd_container with type:spc_t label | ||||
| * | | | | run etcd_container with type:spc_t label | Jan Chaloupka | 2017-06-30 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #4654 from ↵ | Jan Chaloupka | 2017-06-30 | 1 | -2/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | ingvagabund/evalute-etcd-backup-directory-name-only-once evalute etcd backup directory name only once | ||||
| * | | | | | evalute etcd backup directory name only once | Jan Chaloupka | 2017-06-30 | 1 | -2/+8 |
| |/ / / / | |||||
* | | | | | Merge pull request #4651 from ewolinetz/logging_ops_pvc_name | Scott Dodson | 2017-06-30 | 2 | -11/+13 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fixing ops storage options being passed to openshift_logging_elastics… | ||||
| * | | | | Fixing ops storage options being passed to openshift_logging_elasticsearch ↵ | ewolinetz | 2017-06-29 | 2 | -11/+13 |
| |/ / / | | | | | | | | | | | | | role fixing default ops pv selector | ||||
* | | | | Merge pull request #4640 from ↵ | Scott Dodson | 2017-06-29 | 1 | -7/+16 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | ingvagabund/fix-backup-and-workdir-dir-paths-for-etcd-system-container fix backup and working directory for etcd run as a system container | ||||
| * | | | | fix backup and working directory for etcd run as a system container | Jan Chaloupka | 2017-06-29 | 1 | -7/+16 |
| | | | | | |||||
* | | | | | Merge pull request #4572 from sdodson/rhel_subscribe_remove_openshift_facts | Scott Dodson | 2017-06-29 | 2 | -4/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Get rid of openshift_facts dep in rhel_subscribe | ||||
| * | | | | | Get rid of openshift_facts dep in rhel_subscribe | Scott Dodson | 2017-06-23 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Because you can't install PyYAML before you subscribe | ||||
* | | | | | | Merge pull request #4596 from steveteuber/patch-2 | Scott Dodson | 2017-06-29 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix generate role binding destination for the HOSA service account | ||||
| * | | | | | | Fix generate role binding destination for the HOSA service account | Steve Teuber | 2017-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The task `Generate role binding for the hawkular-openshift-agent service account` use wrong template destination: https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_metrics/tasks/install_metrics.yaml#L47 | ||||
* | | | | | | | Correct version comparisons to ensure proper evaluation | Russell Teague | 2017-06-29 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a user supplies the openshift_image_tag inventory fact as '3.5', the evaluation of `version >= LooseVersion('3.5.0')` will return False. Changing the evaluation against only the X.X release will properly return True. | ||||
* | | | | | | | Adding become: false to local_action tasks | ewolinetz | 2017-06-29 | 3 | -0/+7 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge pull request #4633 from ashcrow/path | Scott Dodson | 2017-06-29 | 1 | -0/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | etcd_migrate: Add /usr/local/bin to path for oadm | ||||
| * | | | | | etcd_migrate: Add /var/usrlocal/bin to path for oadm | Steve Milner | 2017-06-28 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | etcd_migrate: Add /usr/local/bin to path for oadm | Steve Milner | 2017-06-28 | 1 | -0/+3 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are cases where ansible may not keep the expected environment PATH. This change adds /usr/local/bin to the PATH on the oadm call. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1464010 | ||||
* | | | | | Merge pull request #4451 from wozniakjan/logging_es_heap_dump | Scott Dodson | 2017-06-29 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | logging: write ES heap dump to persistent storage | ||||
| * | | | | | logging: write ES heap dump to persistent storage | Jan Wozniak | 2017-06-14 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #4618 from nhosoi/resource_limits | Scott Dodson | 2017-06-29 | 2 | -4/+16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Sync environment variables FLUENTD/MUX_CPU_LIMIT FLUENTD/MUX_MEMORY_L… | ||||
| * | | | | | | Sync environment variables FLUENTD/MUX_CPU_LIMIT FLUENTD/MUX_MEMORY_LIMIT ↵ | Noriko Hosoi | 2017-06-27 | 2 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | with the resource limit values. | ||||
* | | | | | | | Merge pull request #4602 from abutcher/named-cert-redeploy | Scott Dodson | 2017-06-29 | 1 | -0/+21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update master configuration for named certificates during master cert redeploy. | ||||
| * | | | | | | | Update master configuration for named certificates during master cert redeploy. | Andrew Butcher | 2017-06-27 | 1 | -0/+21 |
| | | | | | | | | |||||
* | | | | | | | | parameterize etcd binary path | Fabian von Feilitzsch | 2017-06-28 | 3 | -1/+4 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #4591 from richm/bug-1465168 | Scott Dodson | 2017-06-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Bug 1465168 - mux doesn't recognize ansible boolean parameters correctly | ||||
| * | | | | | | Bug 1465168 - mux doesn't recognize ansible boolean parameters correctly | Rich Megginson | 2017-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1465168 The fix is to pass the value through the `lower` filter. The value is set in defaults/main.yaml so it should always have a value. | ||||
* | | | | | | | attach leases via the first master only and only once | Jan Chaloupka | 2017-06-28 | 4 | -15/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - move openshift-etcd/migrate.yml from byo to common and keep just the entry point - replace std_include with essential plays (e.g. no need to detect openshift version) - delegate the ttl re-attaching to the first master | ||||
* | | | | | | | Merge pull request #4588 from giuseppe/router-look-for-oc | Scott Dodson | 2017-06-27 | 2 | -5/+5 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | router/registry: look for the oc executable in /usr/local/bin and ~/bin | ||||
| * | | | | | | registry: look for the oc executable in /usr/local/bin and ~/bin | Giuseppe Scrivano | 2017-06-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | | router: look for the oc executable in /usr/local/bin and ~/bin | Giuseppe Scrivano | 2017-06-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1463131 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | | | Merge pull request #4605 from abutcher/loopback-named-ca | Scott Dodson | 2017-06-27 | 2 | -20/+41 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Generate loopback kubeconfig separately to preserve OpenShift CA certificate. | ||||
| * | | | | | | | Generate loopback kubeconfig separately to preserve OpenShift CA certificate. | Andrew Butcher | 2017-06-27 | 2 | -20/+41 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4441 from sdodson/retry-docker-startup | Scott Dodson | 2017-06-27 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Retry docker startup once | ||||
| * | | | | | | | | Retry docker startup once | Scott Dodson | 2017-06-13 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Large environments frequently see docker fail to start up after an upgrade. Not sure why but we can retry once. | ||||
* | | | | | | | | | Fix typo in fluentd_secureforward_contents variable | Andreas Dembach | 2017-06-27 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Reverting quotation change in ansible_service_broker install for etcd | ewolinetz | 2017-06-27 | 1 | -2/+2 |
| |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #4534 from jarrpa/glusterfs-fixes-three | Scott Dodson | 2017-06-26 | 3 | -6/+8 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | GlusterFS: Various fixes 3 | ||||
| * | | | | | | | GlusterFS: Use proper namespace for heketi command and service account | Jose A. Rivera | 2017-06-21 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
| * | | | | | | | GlusterFS: Fix heketi secret name | Jose A. Rivera | 2017-06-21 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | | | | | | | Merge pull request #4569 from simon3z/empty-labels | Scott Dodson | 2017-06-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use empty default for storage labels |