summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2017-07-17Merge pull request #4594 from kwoodson/encryptionOpenShift Bot
Merged by openshift-bot
2017-07-17Other playbooks maybe expecting this to be at least an empty string. I think ↵Tim Bielawa
they default it to an empty list if its not found.
2017-07-17Fixed spacing and lint errors.Kenny Woodson
2017-07-17Switch CI to ansible-2.3.1.0Scott Dodson
2017-07-17Fix NO_PROXY environment variable settingTim Bielawa
2017-07-17Allow OVS 2.7 in latest OpenShift releasesRodolfo Carvalho
Change the package_version check to tolerate either Open vSwitch 2.6 or 2.7. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1465882 This commit removes a unit test that adds no coverage and tests data instead of logic. This coupling makes every change to supported versions require the same changes to the tests.
2017-07-17Make aos_version module handle multiple versionsRodolfo Carvalho
Some packages are supported at more than one major.minor version at the same time. Support is added keeping backward compatibility: the 'version' key can be either a string (single version) or a list of versions.
2017-07-17Split positive and negative unit testsRodolfo Carvalho
Split positive and negative tests into their own functions. This means less lines of code, clearer purpose, easier to understand what each test does or doesn't and to add new test cases.