summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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>
2017-06-08etcd: define data dir location for the system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-08Use volume.beta.kubernetes.io annotation for storage-classesPer Carlson
2017-06-08Correct master-config update during upgradeRussell Teague
2017-06-08Automatic commit of package [openshift-ansible] release [3.6.89.4-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.100
2017-06-08Merge pull request #4384 from admiyo/guard-containerOpenShift Bot
Merged by openshift-bot
2017-06-07Merge pull request #4375 from ↵OpenShift Bot
abutcher/supported-registry-object-storage-providers Merged by openshift-bot
2017-06-07docker checks: finish and refactorLuke Meyer
Incorporated docker_storage_driver into docker_storage as both need driver info. Corrected storage calculation to include VG free space, not just the current amount in the LV pool. Now makes no assumptions about pool name. Improved user messaging. Factored out some methods that can be shared with docker_image_availability.
2017-06-07Merge pull request #4279 from jcantrill/use_oc_adm_libOpenShift Bot
Merged by openshift-bot
2017-06-07Merge pull request #4351 from ewolinetz/logging_es_readiness_probeOpenShift Bot
Merged by openshift-bot
2017-06-07Merge pull request #4370 from ashcrow/rename-daemon-jsonOpenShift Bot
Merged by openshift-bot
2017-06-07Merge pull request #4371 from ashcrow/1455843-againOpenShift Bot
Merged by openshift-bot
2017-06-07oc_secret: allow use of force for secret typeJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-07Merge pull request #4374 from jcantrill/specify_empty_index_mappingScott Dodson
specify all logging index mappings for kibana
2017-06-07Merge pull request #4349 from sdodson/bz1392519Scott Dodson
Do not attempt to override openstack nodename
2017-06-07Merge pull request #4331 from stevekuznetsov/skuznets/update-isScott Dodson
Update image stream to openshift/origin:2c55ade