summaryrefslogtreecommitdiffstats
path: root/utils/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |/
| * | 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.
| * | Rename install_transactions module to openshift_ansible.Devan Goodwin2015-11-022-7/+7
| | |
* | | Fix installer upgrade bug following pylint fix.Devan Goodwin2015-11-031-1/+1
| | |
* | | Add a simple version for the installer config file.Devan Goodwin2015-11-031-0/+3
| | |
* | | Pylint fix.Devan Goodwin2015-11-031-1/+1
| | |
* | | Better info prior to initiating upgrade.Devan Goodwin2015-11-021-11/+10
| | |
* | | Print info after upgrade completes.Devan Goodwin2015-11-022-1/+8
| | |
* | | Automatically upgrade legacy config files.Devan Goodwin2015-11-021-10/+31
| | |
* | | First cut at checking available disk space for etcd backup.Devan Goodwin2015-10-293-3/+18
| | |
* | | Block upgrade if targetting enterprise deployment type.Devan Goodwin2015-10-282-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 Goodwin2015-10-271-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 Goodwin2015-10-272-4/+28
| |
* | Add subcommands to CLI.Devan Goodwin2015-10-272-36/+73
|/
* Pylint fixes and ignores for incoming oo-install code.Devan Goodwin2015-10-276-30/+56
|
* Add atomic-openshift-utilsTroy Dawson2015-10-269-0/+971
add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed