summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-28Merge pull request #758 from kwoodson/speccleanKenny Woodson
Removing spec files for bin and inventory.
2015-10-28Removing spec files.Kenny Woodson
2015-10-28Merge pull request #757 from kwoodson/extravarsKenny Woodson
Updating example for multi inventory.
2015-10-28Updated exampleKenny Woodson
2015-10-28Automatic commit of package [openshift-ansible-inventory] release [0.0.11-1].Kenny Woodson
2015-10-28Automatic commit of package [openshift-ansible-bin] release [0.0.21-1].Kenny Woodson
2015-10-28Merge pull request #746 from detiber/multitenantNetworkBrenton Leanhardt
add examples for SDN configuration
2015-10-28Automatic commit of package [openshift-ansible-inventory] release [0.0.10-1].Kenny Woodson
2015-10-28Automatic commit of package [openshift-ansible-bin] release [0.0.20-1].Kenny Woodson
2015-10-28Merge pull request #753 from kwoodson/minvenKenny Woodson
Fixing multi_ec2 with clone_vars, clone_groups, and renamed hostvars to extra_vars.
2015-10-28Merge pull request #752 from brenton/masterBrenton Leanhardt
Adding tito releasers configuration
2015-10-28Adding tito releasers configurationBrenton Leanhardt
2015-10-28Merge pull request #755 from brenton/uninstallBrenton Leanhardt
Bug fixes for the uninstall playbook
2015-10-28Bug fixes for the uninstall playbookBrenton Leanhardt
1) is_atomic wasn't being evaluated properly 2) the way we were detecting it was resulting in a confusion error message being displayed to the user in the case of RHEL 7 Server
2015-10-28Adding clone vars and groups. Renamed hostvars to extra_vars.Kenny Woodson
2015-10-28Merge pull request #754 from joelddiaz/docker-ping-timeJoel Diaz
Start tracking docker info execution time
2015-10-28Start tracking docker info execution timeJoel Diaz
2015-10-28Merge pull request #749 from brenton/uninstallBrenton Leanhardt
Adding uninstall support for Atomic Host
2015-10-28The uninstall playbook should remove the kubeconfig for non-root installsBrenton Leanhardt
2015-10-28Adding uninstall support for Atomic HostBrenton Leanhardt
2015-10-27Automatic commit of package [openshift-ansible] release [3.0.3-1].Troy Dawson
2015-10-27Merge pull request #750 from twiest/prThomas Wiest
added docker info to the end of docker loop to direct lvm playbook.
2015-10-27Merge pull request #741 from tdawson/2015-10-utilsBrenton Leanhardt
Add atomic-openshift-utils
2015-10-27Merge pull request #726 from sdodson/examples-syncBrenton Leanhardt
Update imagestreams and quickstarts from origin
2015-10-27Merge pull request #1 from dgoodwin/pep8Troy Dawson
Pylint fixes and ignores for incoming oo-install code.
2015-10-27Pylint fixes and ignores for incoming oo-install code.Devan Goodwin
2015-10-27Merge pull request #731 from abutcher/proxy-client-configBrenton Leanhardt
Add proxy client certs to master config
2015-10-26add examples for SDN configurationJason DeTiberus
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-26Add atomic-openshift-utilsTroy Dawson
add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed
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-24added docker info to the end of docker loop to direct lvm playbook.Thomas Wiest
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