summaryrefslogtreecommitdiffstats
path: root/utils/src/ooinstall/cli_installer.py
Commit message (Expand)AuthorAgeFilesLines
* a-o-i: Force option should allow reinstallSamuel Munilla2016-10-031-1/+3
* Add messages to let the user know if some plays were skipped, but it's ok. Al...Tim Bielawa2016-09-291-1/+0
* 'fix' unittests by removing the users ability to specify an ansible configTim Bielawa2016-09-291-13/+4
* Fix conflicts in spec fileTim Bielawa2016-09-291-0/+3
* Merge pull request #2420 from smunilla/BZ1336271Scott Dodson2016-09-161-2/+1
|\
| * a-o-i: Do not display version number in quick installerSamuel Munilla2016-09-081-2/+1
* | a-o-i: Don't set unschedulable nodes as infraSamuel Munilla2016-09-141-1/+1
|/
* Only prompt for proxy vars if none are set and our version recognizes themTim Bielawa2016-09-011-4/+22
* Merge pull request #2367 from tbielawa/FixNewerPyLintErrorsAndrew Butcher2016-09-011-25/+7
|\
| * Try using parse_version from pkg_resources insteadTim Bielawa2016-08-261-3/+3
| * Fix PyLint errors discovered when upgrading to newer versionTim Bielawa2016-08-261-25/+7
* | Add support for Atomic Registry InstallsSamuel Munilla2016-08-261-0/+1
|/
* Fix PEP8 errors in cli_installer.pyTim Bielawa2016-08-251-70/+90
* Move nested print_read_config_error function into it's own functionTim Bielawa2016-08-241-1/+1
* Fix BZ1368296 by quietly recollecting facts if the cache is removedTim Bielawa2016-08-241-2/+23
* a-o-i: Fix ansible_ssh_user questionSamuel Munilla2016-08-231-5/+4
* Fixes to typos, grammar, and product branding in cli_installerTimothy Poitras2016-08-171-79/+77
* Merge pull request #2297 from abutcher/bz#1329455Scott Dodson2016-08-151-22/+18
|\
| * a-o-i: fix bz#1329455Gan Huang2016-08-151-22/+18
* | a-o-i: Mapping for 3.2 UpgradesSamuel Munilla2016-08-151-0/+6
|/
* a-o-i: Fix broken upgradesSamuel Munilla2016-08-121-4/+3
* a-o-i: Automatically Label Nodes as InfraSamuel Munilla2016-08-111-0/+11
* a-o-i: Restrict installed host checkSamuel Munilla2016-08-101-19/+18
* move ansible_ssh_user to deployment, remove ansible_config and ansible_log_pathGan Huang2016-08-091-2/+3
* Convert ansible facts callback to v2.Andrew Butcher2016-08-081-0/+1
* a-o-i: Fix broken uninstallSamuel Munilla2016-08-021-3/+7
* a-o-i: Better inventory group handlingSamuel Munilla2016-07-291-1/+2
* a-o-i: Set roles on standalone storageSamuel Munilla2016-07-281-3/+1
* a-o-i: Looser facts requirements for unattendedSamuel Munilla2016-07-181-8/+1
* Arbitrary Installer yamlSamuel Munilla2016-07-181-51/+90
* Fix quick install 3.2 upgrade path.Devan Goodwin2016-07-151-2/+2
* Remove too recent pylint option keys.Devan Goodwin2016-07-131-1/+0
* pylint fixesDevan Goodwin2016-07-131-10/+9
* Update quick upgrade to remove unsupported options.Devan Goodwin2016-07-081-23/+44
* a-o-i: No proxy questions for 3.0/3.1Samuel Munilla2016-05-161-1/+3
* a-o-i: More friendly proxy questionsSamuel Munilla2016-04-281-9/+15
* a-o-i-: Allow empty proxySamuel Munilla2016-04-271-3/+7
* Merge pull request #1765 from smunilla/proxy_uiJason DeTiberus2016-04-261-0/+25
|\
| * a-o-i: Update prompt when asking for proxySamuel Munilla2016-04-191-0/+11
| * a-o-i: UI additions for proxiesSamuel Munilla2016-04-181-0/+14
* | a-o-i: Correct bug with default storage hostSamuel Munilla2016-04-211-1/+1
* | a-o-i: Don't assume storage on 1st masterSamuel Munilla2016-04-181-5/+9
|/
* Merge pull request #1654 from dgoodwin/gen-inventoryBrenton Leanhardt2016-04-051-4/+16
|\
| * Add --gen-inventory command to atomic-openshift-installer.Devan Goodwin2016-03-241-4/+16
* | Merge pull request #1544 from smunilla/BZ1299032Brenton Leanhardt2016-04-011-2/+2
|\ \
| * | a-o-i: Error out early if callback_facts is NoneSamuel Munilla2016-03-041-2/+2
* | | a-o-i: Add 3.2 to list of supported versionsSamuel Munilla2016-03-231-11/+23
* | | a-o-i: Support for unattended upgradesSamuel Munilla2016-03-231-6/+17
* | | a-o-i: More flexible upgrade mappingsSamuel Munilla2016-03-231-2/+4
| |/ |/|
* | a-o-i: Fix NFS storage testsSamuel Munilla2016-03-091-5/+11