summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-13Merge pull request #4434 from stevekuznetsov/skuznets/disable-negative-cacheOpenShift Bot
Merged by openshift-bot
2017-06-13Merge pull request #4404 from abutcher/etcd-ca-redeployScott Dodson
Separate etcd and OpenShift CA redeploy playbooks.
2017-06-13Merge pull request #4295 from VincentS/Remove_Hardcoded_Calico_URLOpenShift Bot
Merged by openshift-bot
2017-06-13Merge pull request #4302 from ewolinetz/pv_node_selectorsOpenShift Bot
Merged by openshift-bot
2017-06-13Merge pull request #4381 from jarrpa/non-zero-parseOpenShift Bot
Merged by openshift-bot
2017-06-13Disable negative caching, set cache TTL to 1sSteve 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-13Merge pull request #4433 from ashcrow/ansible-retriesScott Dodson
System Container and Ansible Retries
2017-06-13Update mounts in system container installerSteve 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-13Set ansible retry file locationSteve Milner
2017-06-13Merge pull request #4380 from jarrpa/oc_obj-fixesOpenShift Bot
Merged by openshift-bot
2017-06-13Merge pull request #4432 from giuseppe/installer-dnsScott Dodson
installer: add bind mount for /etc/resolv.conf
2017-06-13installer: add bind mount for /etc/resolv.confGiuseppe 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>
2017-06-13Merge pull request #4410 from rhcarvalho/fix-4306-gluster-varsScott Dodson
Fix possible access to undefined variable
2017-06-13Merge pull request #4388 from giuseppe/etcd-container-to-system-containerOpenShift Bot
Merged by openshift-bot
2017-06-13Automatic commit of package [openshift-ansible] release [3.6.100-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.106
2017-06-12Merge pull request #4403 from abutcher/node-daemon-reloadOpenShift Bot
Merged by openshift-bot
2017-06-12Merge pull request #4223 from hemmop/bug/storage-class-annotationOpenShift Bot
Merged by openshift-bot
2017-06-12Merge pull request #4407 from gnufied/fix-default-storage-class-keyScott Dodson
Change default key for gce
2017-06-12Merge pull request #4391 from mtnbikenc/1456096OpenShift Bot
Merged by openshift-bot
2017-06-12Making pylint happyewolinetz
2017-06-12Fix possible access to undefined variableRodolfo Carvalho
g_glusterfs_hosts is verified to be defined in the beginning of the playbook. g_glusterfs_registry_hosts is only defined when playbooks/byo/openshift-cluster/cluster_hosts.yml is loaded, which seems to not always be the case. Instead of trying to find all entrypoints where cluster_hosts should be loaded to defined the variable, simply use the `default()` filter to consider it empty when not defined.
2017-06-12Merge pull request #4401 from ingvagabund/embedded-etcd-set-correct-etcd-pathJan Chaloupka
set etcd working directory for embedded etcd
2017-06-12Automatic commit of package [openshift-ansible] release [3.6.99-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.105
2017-06-11Change default key for gceHemant Kumar
The usual convention is to use gce not gcp
2017-06-10certificates: copy the certificates for the etcd system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-10Merge pull request #4400 from ingvagabund/replace-repoquery-with-moduleJan Chaloupka
replace repoquery with module
2017-06-10set etcd working directory for embedded etcdJan Chaloupka
2017-06-09Merge pull request #4382 from jarrpa/oc_secret-forceOpenShift Bot
Merged by openshift-bot
2017-06-09Merge pull request #4262 from gnufied/default-storage-classOpenShift Bot
Merged by openshift-bot
2017-06-09Separate etcd and OpenShift CA redeploy playbooks.Andrew Butcher
2017-06-09Add daemon-reload handler to openshift_node and notify when /etc/systemd ↵Andrew Butcher
files have been updated.
2017-06-09Merge pull request #3787 from juanvallejo/jvallejo/docker-storage-checkOpenShift Bot
Merged by openshift-bot
2017-06-09Merge pull request #4399 from ingvagabund/fail-if-node-upgrade-run-over-masterOpenShift Bot
Merged by openshift-bot
2017-06-09Merge pull request #4398 from jschulthess/masterScott Dodson
Added includes to specify openshift version for libvirt cluster creat…
2017-06-09Replace repoquery with moduleJan Chaloupka
2017-06-09Consider previous value of 'changed' when updatingRodolfo Carvalho
This avoids unintentionally overriding the value from `True` to `False`.
2017-06-09Improve code readabilityRodolfo Carvalho
2017-06-09Disable excluder only on nodes that are not mastersJan Chaloupka
2017-06-09Added includes to specify openshift version for libvirt cluster create. ↵Jürg Schulthess
Otherwise bin/cluster create fails on unknown version for libvirt deployment.
2017-06-09Automatic commit of package [openshift-ansible] release [3.6.98-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.102
2017-06-09Automatic commit of package [openshift-ansible] release [3.6.97-1].Scott Dodson
Created by command: /usr/bin/tito tag --keep-version
2017-06-08Merge pull request #4387 from ewolinetz/logging_oauth_idempotOpenShift Bot
Merged by openshift-bot
2017-06-08Automatic commit of package [openshift-ansible] release [3.6.89.5-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.101
2017-06-08lib/base: allow for results parsing on non-zero return codeJose A. Rivera
On an 'oc get' in particular, the command may return a non-zero error code while still having found valid resources. Thus, we should parse the valid output while still reporting the error. oc_obj.get(), for instance, takes care of determining if the return code should be reset to 0 in some error cases. Also do a bit of logic cleanup and output sanitizing. Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-08Updated to using oo_random_word for secret genewolinetz
2017-06-08Merge pull request #4330 from codificat/20170531-image-renameOpenShift Bot
Merged by openshift-bot
2017-06-08Updating kibana to store session and oauth secrets for reuse, fix ↵ewolinetz
oauthclient generation for ops
2017-06-08etcd: system container defines ETCD_(PEER_)?TRUSTED_CA_FILEGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-08etcd: unmask system container service before installing itGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-08etcd: copy previous database when migrating to system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>