summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-28Change flannel registration default valuesSylvain Baubeau
2015-10-28Remove empty notify sectionSylvain Baubeau
2015-10-27Check etcd certs exist for flannel when its support is enabledSylvain Baubeau
2015-10-27Fix when neither use_openshift_sdn nor use_flannel are specifiedSylvain Baubeau
2015-10-27Generate etcd certificats for flannel when is not embeddedSylvain Baubeau
2015-10-27Add missing 2nd true parameters to default Jinja filterSylvain Baubeau
2015-10-27Use 'command' module instead of 'shell'Sylvain Baubeau
2015-10-27Add flannel modules documentationSylvain Baubeau
2015-10-27Only remove IPv4 address from docker bridgeSylvain Baubeau
2015-10-27Remove multiple use_flannel fact definitionSylvain Baubeau
2015-10-27Ensure openshift-sdn and flannel can't be used at the same timeSylvain Baubeau
2015-10-27Add flannel supportSylvain Baubeau
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
2015-10-27Merge pull request #726 from sdodson/examples-syncBrenton Leanhardt
Update imagestreams and quickstarts from origin
2015-10-27Merge pull request #731 from abutcher/proxy-client-configBrenton Leanhardt
Add proxy client certs to master config
2015-10-26Merge pull request #745 from abutcher/pylintThomas Wiest
Pylint fixes
2015-10-26Pylint fixesAndrew Butcher
2015-10-26Merge pull request #744 from kwoodson/zbxztypeKenny Woodson
Adding zabbix_type to zbx_items and fixing zabbix agent items
2015-10-26Merge pull request #458 from spinolacastro/project_configBrenton Leanhardt
Custom Project Config
2015-10-26Adding zabbix type and fixing zabbix agent varsKenny Woodson
2015-10-26Merge pull request #734 from ejemba/masterBrenton Leanhardt
Adding Docker Log Options capabilities
2015-10-26Fix quotesDiego Castro
2015-10-26Merge pull request #703 from tdawson/2015-10-rpmspecThomas Wiest
Add rpm spec file for openshift-ansible
2015-10-26Add openshift-ansible.spec and setup titoTroy Dawson
Add subpackages to openshift-ansible spec file put in correct directories
2015-10-26Use standard library for version comparison.Andrew Butcher
2015-10-26Merge pull request #729 from detiber/handlerRefactorBrenton Leanhardt
Avoid hardcoded 30s pauses
2015-10-25Merge pull request #740 from danmcp/masterThomas Wiest
Openshift -> OpenShift
2015-10-24Openshift -> OpenShiftDan McPherson
2015-10-23Add missing quotesDiego Castro
2015-10-23cleanup naming for skipping master and node restart handlersJason DeTiberus
2015-10-23Adding Docker Log Options capabilitiesejemba
In regard of issue https://github.com/openshift/openshift-ansible/issues/696 added options (docker_log_dirver and docker_log_options) to bin/cluster: bin/cluster -o docker_log_driver=json-file -o docker_log_options="max-size=5m,max-files=5" will be added to OPTION in /etc/sysconfig/docker in all nodes of the cluster: "--log-driver json-file --log-opt max-size=5m --log-opt max-files=5"
2015-10-22Move version greater_than_fact into openshift_factsAndrew Butcher
2015-10-22Don't include proxy client cert when <3.1 or <1.1Andrew Butcher
2015-10-22Add proxy client certs to master config.Andrew Butcher
2015-10-22Merge pull request #730 from detiber/rpmGenBrenton Leanhardt
Fix test and workaround for rpm generated configs
2015-10-22Merge pull request #727 from detiber/fixFactsBrenton Leanhardt
Fix error in openshift_facts
2015-10-22fix merge conflictsDiego Castro
2015-10-22Merge pull request #736 from joelddiaz/cpu_no_pageJoel Diaz
Lower priority to stop the paging action.
2015-10-22Merge pull request #728 from sdodson/fix-examplesBrenton Leanhardt
Fix openshift_examples
2015-10-22Lower priority to stop the paging action.Joel Diaz
2015-10-22Fix test and workaround for rpm generated configsJason DeTiberus
- fixed inconcistency in naming for rpm generated config test - refactoring to fix logic after the ha master refactoring had broken the previous steps
2015-10-22Avoid hardcoded 30s pausesJason DeTiberus
- refactor node and master restart handlers to avoid 30s pauses
2015-10-22Merge pull request #691 from jaryn/patch-1Brenton Leanhardt
Add dependencies missing on RHEL 7.1 to README
2015-10-22Merge pull request #713 from brenton/uninstallBrenton Leanhardt
Improvements to uninstallation playbook
2015-10-22Fix error in openshift_factsJason DeTiberus
- fix error scraping openshift version for version numbers
2015-10-22Fix openshift_examplesScott Dodson
2015-10-22Merge pull request #721 from abutcher/fix-routerBrenton Leanhardt
Conditionally include openshift_router role
2015-10-22Merge pull request #723 from mfojtik/patch-1Brenton Leanhardt
Update examples-sync.sh
2015-10-22Merge pull request #678 from sdodson/examplesWesley Hearn
Adjust the logic as to when examples are deployed
2015-10-22Update imagestreams and quickstarts from originScott Dodson
2015-10-22Deleting exited openshift containers and some other minor touch upsBrenton Leanhardt