summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2016-10-12Fix upgrade mappings in quick installerSamuel Munilla
Update to use the correct playbook for 3.2 to 3.3 upgrades and some error handling for unsupported upgrades. Fixes Bug 1381411
2016-10-07[a-o-i] -v disables quiet ansible config.Andrew Butcher
2016-10-03a-o-i: Force option should allow reinstallSamuel Munilla
If uninstalled hosts were in detected in an environment, the installer could get into a hung state that a user could not easily recover from. This lets --force do what is more expected.
2016-09-30a-o-i: Fix openshift_node_labelsSamuel Munilla
Handle openshift_node_labels separately because they need to be doublequoted.
2016-09-29a-o-i: Allow better setting of host level variablesSamuel Munilla
Allow the user to set arbitrary variables directly under the host item instead of in under an 'other_variables' item.
2016-09-29Add messages to let the user know if some plays were skipped, but it's ok. ↵Tim Bielawa
Also, remove the final 'press a key to continue' prompt.
2016-09-29'fix' unittests by removing the users ability to specify an ansible configTim Bielawa
2016-09-29Fix conflicts in spec fileTim Bielawa
2016-09-28Update spec file to install manpageTim Bielawa
2016-09-27Addresses most comments from @adellapeTim Bielawa
2016-09-27Add a manpage for atomic-openshift-installerTim Bielawa
2016-09-16Merge pull request #2420 from smunilla/BZ1336271Scott Dodson
a-o-i: Do not display version number in quick installer
2016-09-14a-o-i: Don't set unschedulable nodes as infraSamuel Munilla
Make sure we don't set an unschedulable node as infra as that can cause problems. Fixes: Bug 1375946
2016-09-08a-o-i: Do not display version number in quick installerSamuel Munilla
As we now require the version of the installer to match what will be installed in the target environment and to avoid any potential confusion, remove the version number from the variant choice question.
2016-09-01Only prompt for proxy vars if none are set and our version recognizes themTim Bielawa
2016-09-01Merge pull request #2380 from tbielawa/GH2283_no_retriesAndrew Butcher
Don't attempt to create retry files
2016-09-01Merge pull request #2367 from tbielawa/FixNewerPyLintErrorsAndrew Butcher
Fix PyLint errors discovered when upgrading to newer version
2016-08-31Bug 1371836 - The variant should be Registry 3.3Samuel Munilla
Bump Registry subvariant to the correct version.
2016-08-29Don't attempt to create retry filesTim Bielawa
Closes #2283
2016-08-29Change test requirements file nameTim Bielawa
2016-08-26Try installing setuptools before the rest of the requirementsTim Bielawa
2016-08-26Switch to using a requirements.txt file and ensure that setuptools is pinned ↵Tim Bielawa
to the latest version available on RHEL7
2016-08-26Try using parse_version from pkg_resources insteadTim Bielawa
2016-08-26Add missing pip requirement to virtualenvTim Bielawa
2016-08-26Fix PyLint errors discovered when upgrading to newer versionTim Bielawa
* Fixes PyLint to run in the virtualenv used for all tests * Replaced 'LooseVersion' with 'parse_version' from setuptools - This is a work around for the issue in https://github.com/PyCQA/pylint/issues/73 in which pylint can not import disutils.version correctly in a virtualenv. * Removed the unused function 'delete_hosts' which was causing a pylint error as well * Removed a deprecated pylint pragma option, 'bad-builtin' * Fixed some import ordering issues it was picky about * Added another disable for a case where the PyLint suggestion would have us altering the container we would be iterating over * Add code-coverage reports to the unittests with the MINIMUM coverage percentage for success set to 70% - Current test coverage is at 76%
2016-08-26Remove atomic check and cockpit.socketSamuel Munilla
2016-08-26Add support for Atomic Registry InstallsSamuel Munilla
Add the Registry deployment subtype as an option in the quick installer.
2016-08-26Apply indentation changes to some other linesTim Bielawa
Closes #2363
2016-08-25Enable PEP8 tests by default in the 'make ci' target nowTim Bielawa
2016-08-25Fix PEP8 errors in cli_installer.pyTim Bielawa
2016-08-25Fix PEP8 in openshift_ansible.pyTim Bielawa
2016-08-25Fix PEP8 in oo_config.pyTim Bielawa
2016-08-25Fix PEP8 in variants.pyTim Bielawa
2016-08-25Fix PEP8 in facts_callback.pyTim Bielawa
2016-08-24Merge pull request #2341 from tbielawa/BZ1368296Scott Dodson
BZ1368296 - quick install with the installer.cfg.yml in other directory failed
2016-08-24Make note about ansible/install logs messing up ci testsTim Bielawa
2016-08-24Move nested print_read_config_error function into it's own functionTim Bielawa
2016-08-24Makefile includes ci-pyflakes target nowTim Bielawa
2016-08-24Fix BZ1368296 by quietly recollecting facts if the cache is removedTim Bielawa
* Add python logging * Add testing system via 'make ci'
2016-08-24a-o-i: Add variant and variant_version to migrationSamuel Munilla
Update to also move over variant and variant_version during v1 migration
2016-08-23Merge pull request #2334 from smunilla/BZ1358951Scott Dodson
Bug 1358951 - Error loading config, no such key: 'deployment' when using ing previously valid answers file
2016-08-23a-o-i: Fix ansible_ssh_user questionSamuel Munilla
Since we moved 'ansible_ssh_user' under 'deployment', we need to update the criteria for when to ask the user to reenter that information.
2016-08-19a-o-i: Remove Legacy Config UpgradeSamuel Munilla
Remove the automatic upgrade of the 3.0 configuration file format and add some better error messaging that points the user at the docs.
2016-08-19Bug 1358951 - Error loading config, no such key: 'deployment' when using ↵Samuel Munilla
previously valid answers file Update the quick installer to automatically convert from the old config file format to the new format.
2016-08-17Merge pull request #2303 from tpoitras/typos-cli_installer.pyScott Dodson
Edits to fix to typos, grammar, and product branding in cli_installer
2016-08-17Fixes to typos, grammar, and product branding in cli_installerTimothy Poitras
2016-08-16a-o-i: Fix nosetests after removing 3.2 from installerSamuel Munilla
Update the tests to match 3.3 being the only version. Add support for non-latest if it's specified in the config file.
2016-08-16Bug 1367323 - the "OpenShift Container Platform 3.2" variant is still listed ↵Samuel Munilla
when quick install ose-3.3 Remove 3.2 from the install options in 3.3 installer.
2016-08-15a-o-i: Fix broken tests from installed hosts checkSamuel Munilla
With the latest changes to behavior around uninstalled hosts during a scaleup, nosetests were broken. This updates the tests to verify that we exit when we are expecting.
2016-08-15Merge pull request #2297 from abutcher/bz#1329455Scott Dodson
a-o-i: Bug1329455, [quick-install] Cannot add new nodes in pre-existing env