| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-30 | Remove devel fail and let upgrade proceed. | Devan Goodwin | |
| 2015-10-30 | Add utils subpackage missing dep on openshift-ansible-roles. | Devan Goodwin | |
| 2015-10-30 | Generate timestamped etcd backups. | Devan Goodwin | |
| 2015-10-30 | Add etcd_data_dir fact. | Devan Goodwin | |
| 2015-10-29 | Functional disk space checking for etcd backup. | Devan Goodwin | |
| 2015-10-29 | First cut at checking available disk space for etcd backup. | Devan Goodwin | |
| 2015-10-28 | Block upgrade if targetting enterprise deployment type. | Devan Goodwin | |
| enterprise is being phased out in favor of openshift-enterprise, you need to specify where you wish to go. | |||
| 2015-10-27 | Use default playbooks if available. | Devan Goodwin | |
| Because we're now installing from an rpm, we have a good idea where to find the default playbooks and shouldn't require the user to tell us. | |||
| 2015-10-27 | Add uninstall subcommand. | Devan Goodwin | |
| 2015-10-27 | Add subcommands to CLI. | Devan Goodwin | |
| 2015-10-27 | Merge pull request #1 from dgoodwin/pep8 | Troy Dawson | |
| Pylint fixes and ignores for incoming oo-install code. | |||
| 2015-10-27 | Pylint fixes and ignores for incoming oo-install code. | Devan Goodwin | |
| 2015-10-26 | Add atomic-openshift-utils | Troy Dawson | |
| add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed | |||
| 2015-10-26 | Merge pull request #703 from tdawson/2015-10-rpmspec | Thomas Wiest | |
| Add rpm spec file for openshift-ansible | |||
| 2015-10-26 | Add openshift-ansible.spec and setup tito | Troy Dawson | |
| Add subpackages to openshift-ansible spec file put in correct directories | |||
| 2015-10-26 | Merge pull request #729 from detiber/handlerRefactor | Brenton Leanhardt | |
| Avoid hardcoded 30s pauses | |||
| 2015-10-25 | Merge pull request #740 from danmcp/master | Thomas Wiest | |
| Openshift -> OpenShift | |||
| 2015-10-24 | Openshift -> OpenShift | Dan McPherson | |
| 2015-10-23 | cleanup naming for skipping master and node restart handlers | Jason DeTiberus | |
| 2015-10-22 | Merge pull request #730 from detiber/rpmGen | Brenton Leanhardt | |
| Fix test and workaround for rpm generated configs | |||
| 2015-10-22 | Merge pull request #727 from detiber/fixFacts | Brenton Leanhardt | |
| Fix error in openshift_facts | |||
| 2015-10-22 | Merge pull request #736 from joelddiaz/cpu_no_page | Joel Diaz | |
| Lower priority to stop the paging action. | |||
| 2015-10-22 | Merge pull request #728 from sdodson/fix-examples | Brenton Leanhardt | |
| Fix openshift_examples | |||
| 2015-10-22 | Lower priority to stop the paging action. | Joel Diaz | |
| 2015-10-22 | Fix test and workaround for rpm generated configs | Jason 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-22 | Avoid hardcoded 30s pauses | Jason DeTiberus | |
| - refactor node and master restart handlers to avoid 30s pauses | |||
| 2015-10-22 | Merge pull request #691 from jaryn/patch-1 | Brenton Leanhardt | |
| Add dependencies missing on RHEL 7.1 to README | |||
| 2015-10-22 | Merge pull request #713 from brenton/uninstall | Brenton Leanhardt | |
| Improvements to uninstallation playbook | |||
| 2015-10-22 | Fix error in openshift_facts | Jason DeTiberus | |
| - fix error scraping openshift version for version numbers | |||
| 2015-10-22 | Fix openshift_examples | Scott Dodson | |
| 2015-10-22 | Merge pull request #721 from abutcher/fix-router | Brenton Leanhardt | |
| Conditionally include openshift_router role | |||
| 2015-10-22 | Merge pull request #723 from mfojtik/patch-1 | Brenton Leanhardt | |
| Update examples-sync.sh | |||
| 2015-10-22 | Merge pull request #678 from sdodson/examples | Wesley Hearn | |
| Adjust the logic as to when examples are deployed | |||
| 2015-10-22 | Deleting exited openshift containers and some other minor touch ups | Brenton Leanhardt | |
| 2015-10-22 | Removing the openshift facts | Brenton Leanhardt | |
| 2015-10-22 | Adding *master-api and *master-controllers to the list of units to stop | Brenton Leanhardt | |
| (also sorted the various lists alphabetically) | |||
| 2015-10-22 | Improvements to uninstallation playbook | Brenton Leanhardt | |
| This is related to https://trello.com/c/314nwSvt/58-3-uninstall-playbook The original atomic_openshift_tutorial_reset.yml now calls the uninstall playbook for most parts. All the originally functionally is still intact. The main differences between the two playbooks is that the uninstall playbook is careful only to delete content that ansible originally installed. | |||
| 2015-10-22 | Merge pull request #720 from kikov79/master | Brenton Leanhardt | |
| Remove pylint comment from Sha-Bang. SSH process get hung when calling python | |||
| 2015-10-22 | Merge pull request #719 from sdodson/fix-yaml-tabbing | Brenton Leanhardt | |
| Fix yaml tabbing | |||
| 2015-10-22 | Update examples-sync.sh | Michal Fojtik | |
| 2015-10-22 | Update examples-sync.sh | Michal Fojtik | |
| Fixes: https://github.com/openshift/openshift-ansible/issues/722 | |||
| 2015-10-22 | Conditionally include openshift_router role. | Andrew Butcher | |
| 2015-10-21 | Remove pylint comment from Sha-Bang. SSH process get hung when calling ↵ | Francisco Gimeno | |
| python # pylint: disable=too-many-lines | |||
| 2015-10-21 | Fix yaml tabbing | Scott Dodson | |
| 2015-10-21 | Merge pull request #571 from dak1n1/router | Wesley Hearn | |
| Support HA or single router. Deploy after service accounts are created | |||
| 2015-10-21 | Merge pull request #715 from kwoodson/zabb | Kenny Woodson | |
| Adding delta to zbx_item | |||
| 2015-10-21 | Merge pull request #704 from sdodson/sdn-iptables | Brenton Leanhardt | |
| Add UDP 4789 firewall rule when using the SDN | |||
| 2015-10-21 | Support HA or single router, and start work on registry | Stefanie Forrester | |
| 2015-10-20 | Adding delta feature to zbx_item | Kenny Woodson | |
| 2015-10-20 | Merge pull request #714 from kwoodson/zabb | Kenny Woodson | |
| Adding zabbix agent bits zabbix-server | |||
