Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor common group evaluation to avoid duplication | Jason DeTiberus | 2015-11-04 | 9 | -139/+77 |
| | |||||
* | common/openshift-cluster: Scaleup playbook | Samuel Munilla | 2015-11-04 | 1 | -0/+70 |
| | | | | New playbook to add nodes to a cluster without altering the masters | ||||
* | Merge pull request #804 from mwoodson/disk_checks | Matt Woodson | 2015-11-03 | 1 | -1/+1 |
|\ | | | | | fixed copy and paste spelling error | ||||
| * | fixed a dumb naming mistake | Matt Woodson | 2015-11-03 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #771 from kwoodson/updategce | Kenny Woodson | 2015-11-03 | 1 | -11/+21 |
|\ \ | | | | | | | Updating to latest gce.py inventory module from ansible | ||||
| * | | Pulling latest gce.py module from ansible | Kenny Woodson | 2015-10-30 | 1 | -11/+21 |
| | | | |||||
* | | | Merge pull request #803 from mwoodson/disk_checks | Matt Woodson | 2015-11-03 | 1 | -0/+13 |
|\ \ \ | | |/ | |/| | added disk tps check to zabbix | ||||
| * | | added disk tps checks to zabbix | Matt Woodson | 2015-11-03 | 1 | -0/+13 |
| | | | |||||
* | | | Merge pull request #778 from error10/patch-1 | Brenton Leanhardt | 2015-11-03 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | Don't require tty to run sudo | ||||
| * | | | Disable requiretty for only the openshift user | error10 | 2015-11-01 | 1 | -1/+6 |
| | | | | | | | | | | | | Use write_files to disable requiretty for the openshift user as suggested by @detiberm, fixes #773 | ||||
| * | | | Update user-data | error10 | 2015-11-01 | 0 | -0/+0 |
| | | | | |||||
| * | | | Don't require tty to run sudo | error10 | 2015-10-30 | 1 | -0/+1 |
| | | | | | | | | | | | | Set Defaults !requiretty so that ansible can run sudo without a terminal. Fixes #773 | ||||
* | | | | Merge pull request #801 from smunilla/default_playbook_arg | Brenton Leanhardt | 2015-11-03 | 1 | -8/+8 |
|\ \ \ \ | | | | | | | | | | | atomic-openshift-installer: Add default openshift-ansible-playbook | ||||
| * | | | | atomic-openshift-installer: Add default openshift-ansible-playbook | Samuel Munilla | 2015-11-03 | 1 | -8/+8 |
| | |/ / | |/| | | | | | | | | | | | | | | This adds a default value to the openshift-ansible-playbook directory and also removes the requirement that it be writable. | ||||
* | | | | Merge pull request #798 from smunilla/inaccurate_prompt | Brenton Leanhardt | 2015-11-03 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | atomic-openshift-installer: Correct inaccurate prompt | ||||
| * | | | | atomic-openshift-installer: Correct inaccurate prompt | Samuel Munilla | 2015-11-03 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #774 from smunilla/localssh | Brenton Leanhardt | 2015-11-03 | 1 | -1/+13 |
|\ \ \ \ | |/ / / |/| | | | oo-install: Support running on the host to be deployed | ||||
| * | | | ooinstall: Add check for nopwd sudo | Samuel Munilla | 2015-11-03 | 1 | -1/+6 |
| | | | | |||||
| * | | | ooinstall: Update local install check | Samuel Munilla | 2015-11-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Update to check both hostname and public_hostname. Remove ansible_sudo=no as I failed to notice we were already checking if ansible_ssh_user == 'root' and setting it there. | ||||
| * | | | oo-install: Support running on the host to be deployed | Samuel Munilla | 2015-11-03 | 1 | -0/+7 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a check to see if the host the installer is running on is one of the hosts to be installed and sets i ansible_connection=local ansible_sudo=no in the inventory file. | ||||
* | | | Merge pull request #783 from smunilla/text_improvements | Brenton Leanhardt | 2015-11-03 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | atomic-openshift-installer: Text improvements | ||||
| * | | | atomic-openshift-installer: Text improvements | Samuel Munilla | 2015-11-02 | 2 | -2/+2 |
| |/ / | | | | | | | | | | | | | Improvements to some of the installer text based on suggestions from the doc team. | ||||
* | | | Merge pull request #751 from dgoodwin/uninstall | Brenton Leanhardt | 2015-11-03 | 5 | -79/+149 |
|\ \ \ | | | | | | | | | Add Uninstall Subcommand And Assume Location of Packaged Ansible Playbooks | ||||
| * | | | Rename install_transactions module to openshift_ansible. | Devan Goodwin | 2015-11-02 | 3 | -27/+27 |
| | | | | |||||
| * | | | Add utils subpackage missing dep on openshift-ansible-roles. | Devan Goodwin | 2015-11-02 | 1 | -0/+1 |
| | | | | |||||
| * | | | Use default playbooks if available. | Devan Goodwin | 2015-10-27 | 2 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Add uninstall subcommand. | Devan Goodwin | 2015-10-27 | 2 | -4/+28 |
| | | | | |||||
| * | | | Add subcommands to CLI. | Devan Goodwin | 2015-10-27 | 4 | -50/+91 |
| | | | | |||||
* | | | | Merge pull request #802 from mmahut/etcd | Marek Mahut | 2015-11-03 | 1 | -12/+12 |
|\ \ \ \ | | | | | | | | | | | Moving to Openshift Etcd application | ||||
| * | | | | Moving to Openshift Etcd application | Marek Mahut | 2015-11-03 | 1 | -12/+12 |
|/ / / / | |||||
* | | | | Merge pull request #609 from sdodson/add-all-hostnames | Brenton Leanhardt | 2015-11-03 | 3 | -0/+15 |
|\ \ \ \ | | | | | | | | | | | Add all the possible servicenames to openshift_all_hostnames | ||||
| * | | | | Add all the possible servicenames to openshift_all_hostnames for masters | Scott Dodson | 2015-11-03 | 3 | -0/+15 |
| | | | | | |||||
* | | | | | Merge pull request #622 from nak3/update-docker-registry-url | Brenton Leanhardt | 2015-11-03 | 2 | -4/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove images options in oadm command examples | ||||
| * | | | | | Remove images options in oadm command | Kenjiro Nakayama | 2015-10-01 | 2 | -4/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #782 from mmahut/etcd | Marek Mahut | 2015-11-03 | 1 | -0/+82 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Adding openshift.node.etcd items | ||||
| * | | | | | Adding openshift.node.etcd items | Marek Mahut | 2015-11-03 | 1 | -0/+82 |
| | | | | | | |||||
* | | | | | | Merge pull request #702 from detiber/etcd_cert_fix | Brenton Leanhardt | 2015-11-03 | 19 | -69/+157 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix etcd cert generation when etcd_interface is defined | ||||
| * | | | | | Fix etcd cert generation when etcd_interface is defined | Jason DeTiberus | 2015-11-02 | 19 | -69/+157 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Refactor certificate generation to properly accept overrides of etcd_interface per host and set the certificate SANS and peer URLs properly. - Add sanity checking to user-set values of etcd_interface to provide a better error message | ||||
* | | | | | | Merge pull request #785 from joelddiaz/pcp-zabbix-status | Joel Diaz | 2015-11-02 | 2 | -0/+23 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | get zabbix ready to start tracking status of pcp | ||||
| * | | | | | | get zabbix ready to start tracking status of pcp | Joel Diaz | 2015-11-02 | 2 | -0/+23 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #772 from detiber/aep | Brenton Leanhardt | 2015-11-02 | 3 | -2/+18 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Disable OpenShift features if installing Atomic Enterprise | ||||
| * | | | | | | | Disable OpenShift features if installing Atomic Enterprise | Jason DeTiberus | 2015-10-30 | 3 | -2/+18 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge pull request #786 from mwoodson/cpu_alert | Matt Woodson | 2015-11-02 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | changed the cpu alert to only alert if cpu idle more than 5x. | ||||
| * | | | | | | | changed the cpu alert to only alert if cpu idle more than 5x. Change alert ↵ | Matt Woodson | 2015-11-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to warning | ||||
* | | | | | | | | Merge pull request #787 from tdawson/2015-11-split-inventory | Troy Dawson | 2015-11-02 | 1 | -1/+23 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | split inventory into subpackages | ||||
| * | | | | | | | split inventory into subpackages | Troy Dawson | 2015-11-02 | 1 | -1/+23 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #777 from brenton/uninstall | Brenton Leanhardt | 2015-10-30 | 1 | -0/+14 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Attempt to remove the various interfaces left over from an install | ||||
| * | | | | | | Attempt to remove the various interfaces left over from an install | Brenton Leanhardt | 2015-10-30 | 1 | -0/+14 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing br0 won't work if openvswitch has already been stopped. ovs-system will be left around but that is just a problem with openvswitch's packaging. That device is apparently not even used. In the worst case a manual reboot will remove all of these devices. | ||||
* | | | | | | Automatic commit of package [openshift-ansible] release [3.0.6-1]. | Kenny Woodson | 2015-10-30 | 2 | -2/+9 |
| | | | | | | |||||
* | | | | | | Merge pull request #776 from kwoodson/rpmdeps | Kenny Woodson | 2015-10-30 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Updating openshift-ansible-inventory to require python-boto and python-libcloud |