summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-04Fix subpackage dependenciesJason DeTiberus
2015-11-04Merge pull request #793 from kwoodson/multiinventoryKenny Woodson
Renamed multi_ec2 to multi_inventory. Adding support for gce to mult_inventory.
2015-11-04Merge pull request #805 from smunilla/default_playbook_argBrenton Leanhardt
atomic-openshift-installer: Correct default playbook directory
2015-11-04atomic-openshift-installer: Correct default playbook directorySamuel Munilla
2015-11-03Support for gceKenny Woodson
2015-11-03Merge pull request #804 from mwoodson/disk_checksMatt Woodson
fixed copy and paste spelling error
2015-11-03fixed a dumb naming mistakeMatt Woodson
2015-11-03Merge pull request #771 from kwoodson/updategceKenny Woodson
Updating to latest gce.py inventory module from ansible
2015-11-03Merge pull request #803 from mwoodson/disk_checksMatt Woodson
added disk tps check to zabbix
2015-11-03added disk tps checks to zabbixMatt Woodson
2015-11-03Merge pull request #778 from error10/patch-1Brenton Leanhardt
Don't require tty to run sudo
2015-11-03Merge pull request #801 from smunilla/default_playbook_argBrenton Leanhardt
atomic-openshift-installer: Add default openshift-ansible-playbook
2015-11-03Merge pull request #798 from smunilla/inaccurate_promptBrenton Leanhardt
atomic-openshift-installer: Correct inaccurate prompt
2015-11-03Merge pull request #774 from smunilla/localsshBrenton Leanhardt
oo-install: Support running on the host to be deployed
2015-11-03atomic-openshift-installer: Correct inaccurate promptSamuel Munilla
2015-11-03atomic-openshift-installer: Add default openshift-ansible-playbookSamuel Munilla
This adds a default value to the openshift-ansible-playbook directory and also removes the requirement that it be writable.
2015-11-03ooinstall: Add check for nopwd sudoSamuel Munilla
2015-11-03ooinstall: Update local install checkSamuel Munilla
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.
2015-11-03oo-install: Support running on the host to be deployedSamuel Munilla
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.
2015-11-03Merge pull request #783 from smunilla/text_improvementsBrenton Leanhardt
atomic-openshift-installer: Text improvements
2015-11-03Merge pull request #751 from dgoodwin/uninstallBrenton Leanhardt
Add Uninstall Subcommand And Assume Location of Packaged Ansible Playbooks
2015-11-03Merge pull request #802 from mmahut/etcdMarek Mahut
Moving to Openshift Etcd application
2015-11-03Moving to Openshift Etcd applicationMarek Mahut
2015-11-03Merge pull request #609 from sdodson/add-all-hostnamesBrenton Leanhardt
Add all the possible servicenames to openshift_all_hostnames
2015-11-03Merge pull request #622 from nak3/update-docker-registry-urlBrenton Leanhardt
Remove images options in oadm command examples
2015-11-03Merge pull request #782 from mmahut/etcdMarek Mahut
Adding openshift.node.etcd items
2015-11-03Add all the possible servicenames to openshift_all_hostnames for mastersScott Dodson
2015-11-03Merge pull request #702 from detiber/etcd_cert_fixBrenton Leanhardt
Fix etcd cert generation when etcd_interface is defined
2015-11-03Adding openshift.node.etcd itemsMarek Mahut
2015-11-02Fix etcd cert generation when etcd_interface is definedJason DeTiberus
- 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
2015-11-02Merge pull request #785 from joelddiaz/pcp-zabbix-statusJoel Diaz
get zabbix ready to start tracking status of pcp
2015-11-02Merge pull request #772 from detiber/aepBrenton Leanhardt
Disable OpenShift features if installing Atomic Enterprise
2015-11-02get zabbix ready to start tracking status of pcpJoel Diaz
2015-11-02Merge pull request #786 from mwoodson/cpu_alertMatt Woodson
changed the cpu alert to only alert if cpu idle more than 5x.
2015-11-02Merge pull request #787 from tdawson/2015-11-split-inventoryTroy Dawson
split inventory into subpackages
2015-11-02split inventory into subpackagesTroy Dawson
2015-11-02changed the cpu alert to only alert if cpu idle more than 5x. Change alert ↵Matt Woodson
to warning
2015-11-02Rename install_transactions module to openshift_ansible.Devan Goodwin
2015-11-02atomic-openshift-installer: Text improvementsSamuel Munilla
Improvements to some of the installer text based on suggestions from the doc team.
2015-11-02Add utils subpackage missing dep on openshift-ansible-roles.Devan Goodwin
2015-11-01Disable requiretty for only the openshift usererror10
Use write_files to disable requiretty for the openshift user as suggested by @detiberm, fixes #773
2015-11-01Update user-dataerror10
2015-10-30Don't require tty to run sudoerror10
Set Defaults !requiretty so that ansible can run sudo without a terminal. Fixes #773
2015-10-30Merge pull request #777 from brenton/uninstallBrenton Leanhardt
Attempt to remove the various interfaces left over from an install
2015-10-30Attempt to remove the various interfaces left over from an installBrenton Leanhardt
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.
2015-10-30Automatic commit of package [openshift-ansible] release [3.0.6-1].Kenny Woodson
2015-10-30Merge pull request #776 from kwoodson/rpmdepsKenny Woodson
Updating openshift-ansible-inventory to require python-boto and python-libcloud
2015-10-30Adding python-boto and python-libcloud to openshift-ansible-inventory dependencyKenny Woodson
2015-10-30Pulling latest gce.py module from ansibleKenny Woodson
2015-10-30Merge pull request #775 from abutcher/specific-versionBrenton Leanhardt
Use more specific enterprise version for version_greater_than_3_1