summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #761 from smunilla/scaleupBrenton Leanhardt2015-11-049-75/+83
|\ | | | | openshift-cluster: Scaleup
| * Refactor common group evaluation to avoid duplicationJason DeTiberus2015-11-049-139/+77
| |
| * common/openshift-cluster: Scaleup playbookSamuel Munilla2015-11-041-0/+70
| | | | | | | | New playbook to add nodes to a cluster without altering the masters
* | Merge pull request #809 from kwoodson/invenupdateKenny Woodson2015-11-041-1/+5
|\ \ | | | | | | Adding aws and gce to ansibe-inventory.
| * | Adding aws and gce packages to ansible-inventoryKenny Woodson2015-11-041-1/+5
| | |
* | | Merge pull request #767 from abutcher/custom-certsBrenton Leanhardt2015-11-045-5/+106
|\ \ \ | | | | | | | | Add custom certificates to serving info in master configuration.
| * | | Filter internal hostnames from the list of parsed names.Andrew Butcher2015-11-035-8/+28
| | | |
| * | | Add custom certificates to serving info in master configuration.Andrew Butcher2015-11-034-1/+82
| | | |
* | | | Automatic commit of package [openshift-ansible] release [3.0.7-1].Kenny Woodson2015-11-042-2/+41
| |/ / |/| |
* | | Merge pull request #806 from mwoodson/disk_checksMatt Woodson2015-11-041-0/+8
|\ \ \ | | | | | | | | added %util in zabbix
| * | | added the %util in zabbixMatt Woodson2015-11-041-0/+8
|/ / /
* | | Merge pull request #793 from kwoodson/multiinventoryKenny Woodson2015-11-0414-213/+294
|\ \ \ | | | | | | | | Renamed multi_ec2 to multi_inventory. Adding support for gce to mult_inventory.
| * | | Support for gceKenny Woodson2015-11-0314-213/+294
| | | |
* | | | Merge pull request #805 from smunilla/default_playbook_argBrenton Leanhardt2015-11-041-1/+1
|\ \ \ \ | |_|_|/ |/| | | atomic-openshift-installer: Correct default playbook directory
| * | | atomic-openshift-installer: Correct default playbook directorySamuel Munilla2015-11-041-1/+1
| | | |
* | | | Merge pull request #804 from mwoodson/disk_checksMatt Woodson2015-11-031-1/+1
|\ \ \ \ | | | | | | | | | | fixed copy and paste spelling error
| * | | | fixed a dumb naming mistakeMatt Woodson2015-11-031-1/+1
| | | | |
* | | | | Merge pull request #771 from kwoodson/updategceKenny Woodson2015-11-031-11/+21
|\ \ \ \ \ | | | | | | | | | | | | Updating to latest gce.py inventory module from ansible
| * | | | | Pulling latest gce.py module from ansibleKenny Woodson2015-10-301-11/+21
| | | | | |
* | | | | | Merge pull request #803 from mwoodson/disk_checksMatt Woodson2015-11-031-0/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | | added disk tps check to zabbix
| * | | | | added disk tps checks to zabbixMatt Woodson2015-11-031-0/+13
| | |_|_|/ | |/| | |
* | | | | Merge pull request #778 from error10/patch-1Brenton Leanhardt2015-11-031-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Don't require tty to run sudo
| * | | | | Disable requiretty for only the openshift usererror102015-11-011-1/+6
| | | | | | | | | | | | | | | | | | Use write_files to disable requiretty for the openshift user as suggested by @detiberm, fixes #773
| * | | | | Update user-dataerror102015-11-010-0/+0
| | | | | |
| * | | | | Don't require tty to run sudoerror102015-10-301-0/+1
| | | | | | | | | | | | | | | | | | Set Defaults !requiretty so that ansible can run sudo without a terminal. Fixes #773
* | | | | | Merge pull request #801 from smunilla/default_playbook_argBrenton Leanhardt2015-11-031-8/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | atomic-openshift-installer: Add default openshift-ansible-playbook
| * | | | | atomic-openshift-installer: Add default openshift-ansible-playbookSamuel Munilla2015-11-031-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_promptBrenton Leanhardt2015-11-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | atomic-openshift-installer: Correct inaccurate prompt
| * | | | | atomic-openshift-installer: Correct inaccurate promptSamuel Munilla2015-11-031-1/+1
| |/ / / /
* | | | | Merge pull request #774 from smunilla/localsshBrenton Leanhardt2015-11-031-1/+13
|\ \ \ \ \ | |/ / / / |/| | | | oo-install: Support running on the host to be deployed
| * | | | ooinstall: Add check for nopwd sudoSamuel Munilla2015-11-031-1/+6
| | | | |
| * | | | ooinstall: Update local install checkSamuel Munilla2015-11-031-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 deployedSamuel Munilla2015-11-031-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_improvementsBrenton Leanhardt2015-11-032-2/+2
|\ \ \ \ | | | | | | | | | | atomic-openshift-installer: Text improvements
| * | | | atomic-openshift-installer: Text improvementsSamuel Munilla2015-11-022-2/+2
| |/ / / | | | | | | | | | | | | | | | | Improvements to some of the installer text based on suggestions from the doc team.
* | | | Merge pull request #751 from dgoodwin/uninstallBrenton Leanhardt2015-11-035-79/+149
|\ \ \ \ | | | | | | | | | | Add Uninstall Subcommand And Assume Location of Packaged Ansible Playbooks
| * | | | Rename install_transactions module to openshift_ansible.Devan Goodwin2015-11-023-27/+27
| | | | |
| * | | | Add utils subpackage missing dep on openshift-ansible-roles.Devan Goodwin2015-11-021-0/+1
| | | | |
| * | | | Use default playbooks if available.Devan Goodwin2015-10-272-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 Goodwin2015-10-272-4/+28
| | | | |
| * | | | Add subcommands to CLI.Devan Goodwin2015-10-274-50/+91
| | | | |
* | | | | Merge pull request #802 from mmahut/etcdMarek Mahut2015-11-031-12/+12
|\ \ \ \ \ | | | | | | | | | | | | Moving to Openshift Etcd application
| * | | | | Moving to Openshift Etcd applicationMarek Mahut2015-11-031-12/+12
|/ / / / /
* | | | | Merge pull request #609 from sdodson/add-all-hostnamesBrenton Leanhardt2015-11-033-0/+15
|\ \ \ \ \ | | | | | | | | | | | | Add all the possible servicenames to openshift_all_hostnames
| * | | | | Add all the possible servicenames to openshift_all_hostnames for mastersScott Dodson2015-11-033-0/+15
| | | | | |
* | | | | | Merge pull request #622 from nak3/update-docker-registry-urlBrenton Leanhardt2015-11-032-4/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove images options in oadm command examples
| * | | | | | Remove images options in oadm commandKenjiro Nakayama2015-10-012-4/+1
| | | | | | |
* | | | | | | Merge pull request #782 from mmahut/etcdMarek Mahut2015-11-031-0/+82
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Adding openshift.node.etcd items
| * | | | | | Adding openshift.node.etcd itemsMarek Mahut2015-11-031-0/+82
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #702 from detiber/etcd_cert_fixBrenton Leanhardt2015-11-0319-69/+157
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix etcd cert generation when etcd_interface is defined