summaryrefslogtreecommitdiffstats
path: root/utils/src/ooinstall/cli_installer.py
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1278243 - Confusing prompt from atomic-openshift-installerBrenton Leanhardt2015-11-051-1/+2
|
* Bug 1278244 - Previously there was no way to add a node in unattended modeBrenton Leanhardt2015-11-051-25/+44
| | | | | | | | | | | TODO: We desparately need tests cases for: - interactive with no config file - interactive with config file and all installed hosts - interactive with config file and no installed hosts - interactive with config file and some installed some uninstalled hosts - unattended with config file and all installed hosts (with and without --force) - unattended with config file and no installed hosts (with and without --force) - unattended with config file and some installed some uninstalled hosts (with and without --force)
* Bug 1278244 - Incorrect node information gathered by atomic-openshift-installerBrenton Leanhardt2015-11-051-0/+2
| | | | | Previously the output was a little confusing. We didn't display anything about the uninstalled hosts.
* atomic-openshift-installer's unattended mode wasn't work with --force for ↵Brenton Leanhardt2015-11-051-1/+4
| | | | all cases
* 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-031-17/+17
|\
| * 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.
| * | atomic-openshift-installer: Correct inaccurate promptSamuel Munilla2015-11-031-1/+1
| |/
| * Merge pull request #783 from smunilla/text_improvementsBrenton Leanhardt2015-11-031-1/+1
| |\ | | | | | | atomic-openshift-installer: Text improvements
| | * atomic-openshift-installer: Text improvementsSamuel Munilla2015-11-021-1/+1
| | | | | | | | | | | | | | | Improvements to some of the installer text based on suggestions from the doc team.
| * | Rename install_transactions module to openshift_ansible.Devan Goodwin2015-11-021-7/+7
| | |
* | | Fix installer upgrade bug following pylint fix.Devan Goodwin2015-11-031-1/+1
| | |
* | | 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-021-1/+6
| | |
* | | First cut at checking available disk space for etcd backup.Devan Goodwin2015-10-291-1/+14
| | |
* | | Block upgrade if targetting enterprise deployment type.Devan Goodwin2015-10-281-0/+21
|/ / | | | | | | | | 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-271-4/+17
| |
* | Add subcommands to CLI.Devan Goodwin2015-10-271-36/+72
|/
* Pylint fixes and ignores for incoming oo-install code.Devan Goodwin2015-10-271-15/+12
|
* Add atomic-openshift-utilsTroy Dawson2015-10-261-0/+482
add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed