summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 1274201 - Fixing sudo non-interactive testBrenton Leanhardt2015-11-051-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1274201#c13
* Fix bug with not upgrading openshift-master to atomic-openshift-master.Devan Goodwin2015-11-041-0/+1
| | | | | | | | Removing the full call to config resulted in rpms not getting upgraded. Config was doing a yum update of everything, which picks up the atomic-openshift-master obsoleting openshift-master. The actual yum call changed here would not. Instead we switch to a direct call to yum which correctly picks up the obsoletes and updates to atomic-openshift packages.
* Fix bug from module rename.Devan Goodwin2015-11-041-1/+1
|
* Fix bug with default ansible playbook dir.Devan Goodwin2015-11-041-1/+1
|
* Merge remote-tracking branch 'upstream/master' into upgradeDevan Goodwin2015-11-034-39/+51
|\
| * 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
| | |/
| * | 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-023-27/+27
| | |
* | | Fix installer upgrade bug following pylint fix.Devan Goodwin2015-11-031-1/+1
| | |
* | | Document the new version field for installer config.Devan Goodwin2015-11-031-0/+5
| | |
* | | Remove my username from some test data.Devan Goodwin2015-11-031-3/+3
| | |
* | | Add a simple version for the installer config file.Devan Goodwin2015-11-032-0/+6
| | |
* | | 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-022-10/+92
| | |
* | | 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-274-50/+91
|/
* Pylint fixes and ignores for incoming oo-install code.Devan Goodwin2015-10-279-48/+81
|
* Add atomic-openshift-utilsTroy Dawson2015-10-2621-0/+1959
add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed