summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pylint fixes and ignores for incoming oo-install code.Devan Goodwin2015-10-279-48/+81
|
* Add atomic-openshift-utilsTroy Dawson2015-10-2622-0/+1992
| | | | | | | | add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed
* Merge pull request #703 from tdawson/2015-10-rpmspecThomas Wiest2015-10-264-0/+206
|\ | | | | Add rpm spec file for openshift-ansible
| * Add openshift-ansible.spec and setup titoTroy Dawson2015-10-264-0/+206
| | | | | | | | | | Add subpackages to openshift-ansible spec file put in correct directories
* | Merge pull request #729 from detiber/handlerRefactorBrenton Leanhardt2015-10-264-7/+6
|\ \ | | | | | | Avoid hardcoded 30s pauses
| * | cleanup naming for skipping master and node restart handlersJason DeTiberus2015-10-234-4/+4
| | |
| * | Avoid hardcoded 30s pausesJason DeTiberus2015-10-224-7/+6
| | | | | | | | | | | | - refactor node and master restart handlers to avoid 30s pauses
* | | Merge pull request #740 from danmcp/masterThomas Wiest2015-10-252-4/+4
|\ \ \ | | | | | | | | Openshift -> OpenShift
| * | | Openshift -> OpenShiftDan McPherson2015-10-242-4/+4
|/ / /
* | | Merge pull request #730 from detiber/rpmGenBrenton Leanhardt2015-10-222-14/+15
|\ \ \ | | | | | | | | Fix test and workaround for rpm generated configs
| * | | Fix test and workaround for rpm generated configsJason DeTiberus2015-10-222-14/+15
| |/ / | | | | | | | | | | | | | | | - fixed inconcistency in naming for rpm generated config test - refactoring to fix logic after the ha master refactoring had broken the previous steps
* | | Merge pull request #727 from detiber/fixFactsBrenton Leanhardt2015-10-221-1/+1
|\ \ \ | | | | | | | | Fix error in openshift_facts
| * | | Fix error in openshift_factsJason DeTiberus2015-10-221-1/+1
| |/ / | | | | | | | | | - fix error scraping openshift version for version numbers
* | | Merge pull request #736 from joelddiaz/cpu_no_pageJoel Diaz2015-10-221-1/+1
|\ \ \ | | | | | | | | Lower priority to stop the paging action.
| * | | Lower priority to stop the paging action.Joel Diaz2015-10-221-1/+1
| | | |
* | | | Merge pull request #728 from sdodson/fix-examplesBrenton Leanhardt2015-10-221-1/+1
|\ \ \ \ | |/ / / |/| | | Fix openshift_examples
| * | | Fix openshift_examplesScott Dodson2015-10-221-1/+1
| | | |
* | | | Merge pull request #691 from jaryn/patch-1Brenton Leanhardt2015-10-221-8/+10
|\ \ \ \ | | | | | | | | | | Add dependencies missing on RHEL 7.1 to README
| * | | | Add dependencies missing on RHEL 7.1Jaroslav Henner2015-10-131-8/+10
| | | | | | | | | | | | | | | Add deps missing when using RHEL 7.1 to run openshift-ansible with libvirt
* | | | | Merge pull request #713 from brenton/uninstallBrenton Leanhardt2015-10-222-74/+137
|\ \ \ \ \ | |_|_|/ / |/| | | | Improvements to uninstallation playbook
| * | | | Deleting exited openshift containers and some other minor touch upsBrenton Leanhardt2015-10-221-1/+17
| | | | |
| * | | | Removing the openshift factsBrenton Leanhardt2015-10-221-0/+1
| | | | |
| * | | | Adding *master-api and *master-controllers to the list of units to stopBrenton Leanhardt2015-10-221-19/+25
| | | | | | | | | | | | | | | | | | | | (also sorted the various lists alphabetically)
| * | | | Improvements to uninstallation playbookBrenton Leanhardt2015-10-222-74/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #721 from abutcher/fix-routerBrenton Leanhardt2015-10-222-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Conditionally include openshift_router role
| * | | | | Conditionally include openshift_router role.Andrew Butcher2015-10-222-4/+4
| | | | | |
* | | | | | Merge pull request #723 from mfojtik/patch-1Brenton Leanhardt2015-10-221-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Update examples-sync.sh
| * | | | | Update examples-sync.shMichal Fojtik2015-10-221-1/+1
| | | | | |
| * | | | | Update examples-sync.shMichal Fojtik2015-10-221-1/+1
| |/ / / / | | | | | | | | | | Fixes: https://github.com/openshift/openshift-ansible/issues/722
* | | | | Merge pull request #678 from sdodson/examplesWesley Hearn2015-10-223-7/+6
|\ \ \ \ \ | |_|/ / / |/| | | | Adjust the logic as to when examples are deployed
| * | | | Add match online imagestream/template loading to enterpriseScott Dodson2015-10-201-3/+3
| | | | |
| * | | | Adjust the logic as to when examples are deployedScott Dodson2015-10-203-7/+6
| | | | |
* | | | | Merge pull request #720 from kikov79/masterBrenton Leanhardt2015-10-221-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Remove pylint comment from Sha-Bang. SSH process get hung when calling python
| * | | | | Remove pylint comment from Sha-Bang. SSH process get hung when calling ↵Francisco Gimeno2015-10-211-1/+2
| | |/ / / | |/| | | | | | | | | | | | | python # pylint: disable=too-many-lines
* | | | | Merge pull request #719 from sdodson/fix-yaml-tabbingBrenton Leanhardt2015-10-221-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix yaml tabbing
| * | | | Fix yaml tabbingScott Dodson2015-10-211-1/+1
|/ / / /
* | | | Merge pull request #571 from dak1n1/routerWesley Hearn2015-10-219-25/+69
|\ \ \ \ | | | | | | | | | | Support HA or single router. Deploy after service accounts are created
| * | | | Support HA or single router, and start work on registryStefanie Forrester2015-10-219-25/+69
| | | | |
* | | | | Merge pull request #715 from kwoodson/zabbKenny Woodson2015-10-213-0/+5
|\ \ \ \ \ | | | | | | | | | | | | Adding delta to zbx_item
| * | | | | Adding delta feature to zbx_itemKenny Woodson2015-10-203-0/+5
| | | | | |
* | | | | | Merge pull request #704 from sdodson/sdn-iptablesBrenton Leanhardt2015-10-211-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add UDP 4789 firewall rule when using the SDN
| * | | | | Open 4789/udp when using the SDNScott Dodson2015-10-191-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #714 from kwoodson/zabbKenny Woodson2015-10-204-32/+38
|\ \ \ \ \ | | |/ / / | |/| | | Adding zabbix agent bits zabbix-server
| * | | | Zabbix server stat fixes. enable the proper item types.Kenny Woodson2015-10-204-32/+38
| | | | |
* | | | | Merge pull request #671 from abutcher/role-bindingsBrenton Leanhardt2015-10-201-1/+14
|\ \ \ \ \ | | | | | | | | | | | | Add `oadm reconcile-cluster-role-bindings` to upgrade playbook.
| * | | | | Add `oadm reconcile-cluster-role-bindings` to upgrade playbook.Andrew Butcher2015-10-121-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | Switch to version_compare filter for conditionals.
* | | | | | Merge pull request #712 from abutcher/fix-yamlWesley Hearn2015-10-201-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix yaml indentation from use_openshift_sdn conditional
| * | | | | | Fix yaml indentation from use_openshift_sdn conditionalAndrew Butcher2015-10-201-2/+2
|/ / / / / /
* | | | | | Merge pull request #529 from sdodson/cockpit-masterWesley Hearn2015-10-205-0/+51
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add cockpit role
| * | | | | Add cockpit-ws with cockpit-kubernetes pluginScott Dodson2015-08-285-0/+51
| | | | | |