summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-20Merge pull request #4794 from tbielawa/please_fix_the_proxiesScott Dodson
Fix proxy settings. For real. For actual this time.
2017-07-20Merge pull request #4810 from ewolinetz/bz1470624Scott Dodson
Updating verbs for serviceclasses objects
2017-07-20Merge pull request #4807 from openshift/fix-broken-linkScott Dodson
Fix broken link to Docker image instructions
2017-07-20Updating verbs for serviceclasses objectsewolinetz
2017-07-20Fix broken link to Docker image instructionsRodolfo Carvalho
And document that one needs to install dependencies before running playbooks.
2017-07-20Merge pull request #4742 from juanvallejo/jvallejo/remove-dependency-on-p2iRodolfo Carvalho
Remove dependency on playbook2image, rebase directly on OS.
2017-07-20Merge pull request #4316 from ↵Rodolfo Carvalho
juanvallejo/jvallejo/add-increased-etcd-traffic-check add check to detect increased etcd traffic
2017-07-20Merge pull request #4757 from sosiouxme/20170703-docker-storage-overlay2Scott Dodson
openshift_checks/docker_storage: overlay/2 support
2017-07-19add etcd increased-traffic checkjuanvallejo
2017-07-19Merge pull request #4787 from kwoodson/storageclass_fixScott Dodson
Fixing invalid param to storageclass. Allowing variable to be passed for default.
2017-07-19Merge pull request #4783 from fabianvf/broker-bootstrapScott Dodson
1471973- default to bootstrapping the broker on startup
2017-07-19Merge pull request #4736 from rthallisey/add-sa-policy-to-asbScott Dodson
Add an SA policy to the ansible-service-broker
2017-07-19Hopefully finally fix the no_proxy settingsTim Bielawa
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1467776 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1466783 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1472244 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468424 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1470165 Some of there were 'fixed' before but that commit was merged too soon. This actually fixes the needful.
2017-07-19openshift_checks/docker_storage: overlay/2 supportLuke Meyer
fix bug 1469197 https://bugzilla.redhat.com/show_bug.cgi?id=1469197 When Docker is configured with the overlay or overlay2 storage driver, check that it is supported and usage is below threshold.
2017-07-19Removing parameter kind and allowing default to be passed.Kenny Woodson
2017-07-18Merge pull request #4769 from jarrpa/glusterfs-fixes-fiveScott Dodson
GlusterFS fixes 5
2017-07-18Merge pull request #4754 from jkaurredhat/import-templates-1.6Scott Dodson
Import templates 1.6
2017-07-18Merge pull request #4778 from jkaurredhat/drain_upgrade-1.6Scott Dodson
drain still pending in below files without fix :
2017-07-18Merge pull request #4786 from sdodson/enable_dnsmasqScott Dodson
Remove openshift_use_dnsmasq from aws and libvirt playbooks
2017-07-18Remove openshift_use_dnsmasq from aws and libvirt playbooksScott Dodson
2017-07-18Merge pull request #4779 from kwoodson/define_kms_varScott Dodson
Verify kmskey id is defined.
2017-07-18Merge pull request #4781 from ewolinetz/pod_preset_configScott Dodson
Adding podpreset config into master-config
2017-07-18Merge pull request #4698 from sdodson/service-retriesScott Dodson
Service retries
2017-07-181471973- default to bootstrapping the broker on startupFabian von Feilitzsch
2017-07-18image builds: remove dependency on playbook2imagejuanvallejo
We do not need the builder functionality from playbook2image and the resulting image was overly complicated, so this simply builds on Centos/RHEL.
2017-07-18Setting node selector to be empty stringewolinetz
2017-07-18Add drain retries after 60 second delayScott Dodson
2017-07-18Dump some logsScott Dodson
2017-07-18daemon_reload on node and ovs startScott Dodson
At least in my smoke testing of a containerized install i had to manually reload systemd
2017-07-18Ensure proper fact evaluationScott Dodson
2017-07-18Wrap additional service changes in retriesScott Dodson
2017-07-18Wrap docker stop in retriesScott Dodson
2017-07-18Add retries to node restart handlersScott Dodson
2017-07-18Test docker restart with retries 3 delay 30Steve Milner
2017-07-18Merge pull request #4669 from kwoodson/storageclassOpenShift Bot
Merged by openshift-bot
2017-07-18Adding podpreset config into master-configewolinetz
2017-07-18Merge pull request #4780 from derekwaynecarr/fix-exampleScott Dodson
Update image-gc-high-threshold value
2017-07-18Update image-gc-high-threshold valueDerek Carr
2017-07-18Adding a check for variable definition.Kenny Woodson
2017-07-18docker: fix docker_selinux_enabledLuke Meyer
Document the option so that those who want to run on OverlayFS can find it. Fix the task so that setting it to False isn't interpreted as true.
2017-07-18Changing cluster role to adminRyan Hallisey
2017-07-18Merge pull request #4764 from sdodson/ansible-2-3OpenShift Bot
Merged by openshift-bot
2017-07-18Merge pull request #4758 from ↵Rodolfo Carvalho
rhcarvalho/bz1465882-package_version-ovs2.7-on-ocp3.6 Allow Open vSwitch 2.7 on OpenShift 3.5 and 3.6
2017-07-18drain still pending in below files without fix :jkaurredhat
playbooks/common/openshift-cluster/upgrades/docker/docker_upgrade.yml playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml Signed-off-by: jkaurredhat <jkaur@redhat.com>
2017-07-18Automatic commit of package [openshift-ansible] release [3.6.153-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.153
2017-07-18Merge pull request #4762 from tbielawa/bz1470165_bz1468424OpenShift Bot
Merged by openshift-bot
2017-07-17Merge pull request #4772 from ewolinetz/fix_additive_clusterroleScott Dodson
Updating to use oc replace and conditionally update edit and admin roles
2017-07-17Updating to compare sets instead of sorted listsewolinetz
2017-07-17Adding ability to create podpreset for service-catalog-controller for bz1471881ewolinetz
2017-07-17Updating to use oc replace and conditionally update edit and admin rolesewolinetz