summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-10Refactor docker upgrade playbooksRussell Teague
The playbooks were crossing byo/common boundaries for task includes. This moves all 'common' files/tasks into the 'common' folder.
2017-04-07Automatic commit of package [openshift-ansible] release [3.6.20-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-07Merge pull request #3859 from sosiouxme/20170405-validate-releaseOpenShift Bot
Merged by openshift-bot
2017-04-07Merge pull request #3875 from kwoodson/bugfixOpenShift Bot
Merged by openshift-bot
2017-04-07Automatic commit of package [openshift-ansible] release [3.6.19-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-07Merge pull request #3871 from mtnbikenc/fix-iptables-checkOpenShift Bot
Merged by openshift-bot
2017-04-07Merge pull request #3822 from codificat/cronjob-exampleOpenShift Bot
Merged by openshift-bot
2017-04-07Merge pull request #3846 from rhcarvalho/cs-unit-testsOpenShift Bot
Merged by openshift-bot
2017-04-07Automatic commit of package [openshift-ansible] release [3.6.18-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-06Merge pull request #3872 from giuseppe/audit-fixOpenShift Bot
Merged by openshift-bot
2017-04-06Merge pull request #3857 from djosborne/bump-calico-policy-controllerOpenShift Bot
Merged by openshift-bot
2017-04-06Fixed a bug when oc command fails.Kenny Woodson
2017-04-06Merge pull request #3840 from kwoodson/oc_obj_delete_selectorScott Dodson
Adding ability to delete by selector. Also variable name cleanup and update to use .format.
2017-04-06Merge pull request #3863 from ↵OpenShift Bot
ingvagabund/unexlude-excluder-if-it-is-upgraded-and-already-installed Merged by openshift-bot
2017-04-06master-api: add mount for /var/logGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-04-06master: add mount for /var/logGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-04-06Add example scheduled certificate checkPep Turró Mauri
Additional certificate expiration check playbooks: - one that that uploads the generated reports to a location in the masters - one that uses custom report paths with timestamps OpenShift Job and ScheduledJob examples that use these playbooks run from a container to check cluster certificates from within the cluster itself.
2017-04-06Switch from ignoring to passing on checksRussell Teague
2017-04-06Automatic commit of package [openshift-ansible] release [3.6.17-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-06unexclude excluder if it is to be upgraded and already installedJan Chaloupka
2017-04-05openshift_sanitize_inventory: validate releaseLuke Meyer
Complain early if those wacky users use wacky values for openshift_release.
2017-04-05Merge pull request #3821 from kwoodson/default_router_certOpenShift Bot
Merged by openshift-bot
2017-04-05Bump calico policy controllerDan Osborne
2017-04-05Fixed a string format and a lint space issueKenny Woodson
2017-04-05FixedKenny Woodson
name and selector to be mutually exclusive
2017-04-05Adding ability to delete by selector.Kenny Woodson
2017-04-05Adding delete with selector support.Kenny Woodson
2017-04-05Automatic commit of package [openshift-ansible] release [3.6.16-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-05Merge pull request #3850 from kwoodson/skip_generated_tcOpenShift Bot
Merged by openshift-bot
2017-04-05Merge pull request #3848 from mazzystr/remove_port_10255OpenShift Bot
Merged by openshift-bot
2017-04-04Merge pull request #3834 from jarrpa/oo_collect-listsOpenShift Bot
Merged by openshift-bot
2017-04-04Merge pull request #3841 from jarrpa/oc_label-get-fixOpenShift Bot
Merged by openshift-bot
2017-04-04Merge pull request #3837 from jarrpa/oc_configmap-checkOpenShift Bot
Merged by openshift-bot
2017-04-04Removing test coverage for shared code.Kenny Woodson
2017-04-04Merge pull request #3832 from jarrpa/content-versionOpenShift Bot
Merged by openshift-bot
2017-04-04Merge pull request #3831 from sdodson/firewalld-fixes-v2OpenShift Bot
Merged by openshift-bot
2017-04-04Port 10255 unnecessary. Removing all instancesChris Callegari
2017-04-04Merge pull request #3639 from ashcrow/otdebugOpenShift Bot
Merged by openshift-bot
2017-04-04Add tests for action pluginRodolfo Carvalho
2017-04-04Remove unnecessary codeRodolfo Carvalho
2017-04-04Make resolve_checks more strictRodolfo Carvalho
So that all names it return are directly usable, without checking for existence.
2017-04-04Merge pull request #3818 from etsauer/openshift_logging_ansible_2.3OpenShift Bot
Merged by openshift-bot
2017-04-04Adding signed router cert and fixing server_cert bug.Kenny Woodson
2017-04-04Merge pull request #3808 from mtnbikenc/unicode-decodeOpenShift Bot
Merged by openshift-bot
2017-04-04Merge pull request #3519 from sdodson/registry-svc-signingOpenShift Bot
Merged by openshift-bot
2017-04-04Automatic commit of package [openshift-ansible] release [3.6.15-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-03Merge pull request #3842 from abutcher/doc-etcd-ca-expiryScott Dodson
Document etcd_ca_default_days in example inventories.
2017-04-03Merge pull request #3830 from kwoodson/oc_process_fixOpenShift Bot
Merged by openshift-bot
2017-04-03Document etcd_ca_default_days in example inventories.Andrew Butcher
2017-04-03oo_filters: Disable pylint too-many-lines testJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>