Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug with default ansible playbook dir. | Devan Goodwin | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into upgrade | Devan Goodwin | 2015-11-03 | 4 | -39/+51 |
|\ | |||||
| * | 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 |
| | |/ | |||||
| * | | 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. | ||||
| * | | Rename install_transactions module to openshift_ansible. | Devan Goodwin | 2015-11-02 | 3 | -27/+27 |
| | | | |||||
* | | | Fix installer upgrade bug following pylint fix. | Devan Goodwin | 2015-11-03 | 1 | -1/+1 |
| | | | |||||
* | | | Document the new version field for installer config. | Devan Goodwin | 2015-11-03 | 1 | -0/+5 |
| | | | |||||
* | | | Remove my username from some test data. | Devan Goodwin | 2015-11-03 | 1 | -3/+3 |
| | | | |||||
* | | | Add a simple version for the installer config file. | Devan Goodwin | 2015-11-03 | 2 | -0/+6 |
| | | | |||||
* | | | Pylint fix. | Devan Goodwin | 2015-11-03 | 1 | -1/+1 |
| | | | |||||
* | | | Better info prior to initiating upgrade. | Devan Goodwin | 2015-11-02 | 1 | -11/+10 |
| | | | |||||
* | | | Print info after upgrade completes. | Devan Goodwin | 2015-11-02 | 2 | -1/+8 |
| | | | |||||
* | | | Automatically upgrade legacy config files. | Devan Goodwin | 2015-11-02 | 2 | -10/+92 |
| | | | |||||
* | | | First cut at checking available disk space for etcd backup. | Devan Goodwin | 2015-10-29 | 3 | -3/+18 |
| | | | |||||
* | | | Block upgrade if targetting enterprise deployment type. | Devan Goodwin | 2015-10-28 | 2 | -0/+33 |
|/ / | | | | | | | | | enterprise is being phased out in favor of openshift-enterprise, you need to specify where you wish to go. | ||||
* | | Use default playbooks if available. | Devan Goodwin | 2015-10-27 | 1 | -7/+10 |
| | | | | | | | | | | 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 |
|/ | |||||
* | Pylint fixes and ignores for incoming oo-install code. | Devan Goodwin | 2015-10-27 | 9 | -48/+81 |
| | |||||
* | Add atomic-openshift-utils | Troy Dawson | 2015-10-26 | 21 | -0/+1959 |
add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed |