| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-15 | Merge pull request #4460 from ashcrow/system-container-ansible-cfg | Scott Dodson | |
| System container honor provided ansible cfg | |||
| 2017-06-15 | Merge pull request #4356 from nhosoi/mux_params-0 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-15 | doc: Info for system container installer options | Steve Milner | |
| 2017-06-15 | Add ANSIBLE_CONFIG to system container installer | Steve Milner | |
| The provided configuration file was not being honored. This change adds a new variable called ANSIBLE_CONFIG which points to the ansible.cfg file within the container. By default it is set to the configuration provided by openshift-ansible within the container at: /usr/share/ansible/openshift-ansible/ansible.cfg | |||
| 2017-06-15 | Automatic commit of package [openshift-ansible] release [3.6.110-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.110 | |||
| 2017-06-14 | Merge pull request #4397 from sosiouxme/20170608-include-more-install-checks | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-14 | Merge pull request #4422 from jlebon/pr/papr | Scott Dodson | |
| PAPR updates | |||
| 2017-06-14 | Merge pull request #4377 from mwringe/hawkular_openshift_agent | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-14 | Merge pull request #4179 from sosiouxme/20170512-singletonize-slow-stuff | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-14 | papr: add documentation to YAML and simplify context | Jonathan Lebon | |
| Don't duplicate the actual image tag used in the context. Just print it in the logs instead. That way there's no risk of it being outdated when we bump the tag in the YAML. | |||
| 2017-06-14 | docs: better documentation for PAPR | Jonathan Lebon | |
| Add a section in `repo_structure.md`, and rename from `redhat-ci` to `PAPR` and point to the new upstream repo in `pull_requests.md`. Closes: #4078 | |||
| 2017-06-14 | papr: install libffi-devel | Jonathan Lebon | |
| Closes: #4418 | |||
| 2017-06-14 | Merge pull request #4443 from ingvagabund/move-etcd-backup-to-etcd-common | Jan Chaloupka | |
| move etcd backup to etcd_common role | |||
| 2017-06-14 | Merge pull request #4245 from jarrpa/glusterfs-fixes | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-14 | Automatic commit of package [openshift-ansible] release [3.6.109-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.109 | |||
| 2017-06-14 | Automatic commit of package [openshift-ansible] release [3.6.108-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.108 | |||
| 2017-06-14 | pre-install checks: add more during byo install | Luke Meyer | |
| Add the docker and RPM checks to the list that run at install time. They can be disabled the same as the existing ones. Removed cockpit-kubernetes RPM requirement as it no longer is. Fixed up docker_image_availability to handle oreg_url and other nuances. Switched to using the openshift_image_tag that's set by openshift_version for both component and infrastructure images. Fixed a bug where execute_module was being called with incorrect positional arg "tmp" as a dict which caused errors down the call stack. | |||
| 2017-06-14 | move etcd backup to etcd_common role | Jan Chaloupka | |
| 2017-06-14 | Merge pull request #4296 from VincentS/Upgrade_Calico_Version_to_2.2.1 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-14 | Automatic commit of package [openshift-ansible] release [3.6.107-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.107 | |||
| 2017-06-13 | Merge pull request #4434 from stevekuznetsov/skuznets/disable-negative-cache | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-13 | Support installing HOSA via ansible | mwringe | |
| 2017-06-13 | Merge branch 'master' into Upgrade_Calico_Version_to_2.2.1 | Scott Dodson | |
| 2017-06-13 | Merge pull request #4404 from abutcher/etcd-ca-redeploy | Scott Dodson | |
| Separate etcd and OpenShift CA redeploy playbooks. | |||
| 2017-06-13 | Merge pull request #4295 from VincentS/Remove_Hardcoded_Calico_URL | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-13 | Merge pull request #4302 from ewolinetz/pv_node_selectors | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-13 | GlusterFS: Remove requirement for heketi-cli | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Fix bugs in wipe | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Skip heketi-cli install on Atomic | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Create a StorageClass if specified | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Use proper secrets | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Allow cleaner separation of multiple clusters | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Minor corrections and cleanups | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Improve documentation | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Allow configuration of kube namespace for heketi | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Adjust when clauses for registry config | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Allow failure reporting when deleting deploy-heketi | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Tweak pod probe parameters | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Allow for configuration of node selector | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Label on Openshift node name | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Make sure timeout is an int | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | GlusterFS: Use groups variables | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-06-13 | Merge pull request #4381 from jarrpa/non-zero-parse | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-13 | Disable negative caching, set cache TTL to 1s | Steve Kuznetsov | |
| When running headless services as pods on OpenShift, no ClusterIP is assigned. In these cases, peer pods are relying on DNS to locate the service endpoints. When a pod is deleted or another trigger causes the endpoint to change, the OpenShift DNS is updated immediately. However, dnsmasq has a default TTL of 30s, so the wrong response is returned on name resolution. Removing negative caching and turning the TTL to a very short 1s should resolve the issue. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> | |||
| 2017-06-13 | Merge pull request #4433 from ashcrow/ansible-retries | Scott Dodson | |
| System Container and Ansible Retries | |||
| 2017-06-13 | Update mounts in system container installer | Steve Milner | |
| This change will allow retry files to be stored in $HOME_ROOT. - SSH_ROOT replaced with HOME_ROOT - /root[container] -> $HOME_ROOT[host] | |||
| 2017-06-13 | Set ansible retry file location | Steve Milner | |
| 2017-06-13 | Merge pull request #4380 from jarrpa/oc_obj-fixes | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-06-13 | Merge pull request #4432 from giuseppe/installer-dns | Scott Dodson | |
| installer: add bind mount for /etc/resolv.conf | |||
| 2017-06-13 | installer: add bind mount for /etc/resolv.conf | Giuseppe Scrivano | |
| Use the DNS configuration from the host. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1460978 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
