| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-01 | Only prompt for proxy vars if none are set and our version recognizes them | Tim Bielawa | |
| 2016-09-01 | Merge pull request #2380 from tbielawa/GH2283_no_retries | Andrew Butcher | |
| Don't attempt to create retry files | |||
| 2016-09-01 | Merge pull request #2367 from tbielawa/FixNewerPyLintErrors | Andrew Butcher | |
| Fix PyLint errors discovered when upgrading to newer version | |||
| 2016-08-31 | Bug 1371836 - The variant should be Registry 3.3 | Samuel Munilla | |
| Bump Registry subvariant to the correct version. | |||
| 2016-08-29 | Don't attempt to create retry files | Tim Bielawa | |
| Closes #2283 | |||
| 2016-08-29 | Change test requirements file name | Tim Bielawa | |
| 2016-08-26 | Try installing setuptools before the rest of the requirements | Tim Bielawa | |
| 2016-08-26 | Switch to using a requirements.txt file and ensure that setuptools is pinned ↵ | Tim Bielawa | |
| to the latest version available on RHEL7 | |||
| 2016-08-26 | Try using parse_version from pkg_resources instead | Tim Bielawa | |
| 2016-08-26 | Add missing pip requirement to virtualenv | Tim Bielawa | |
| 2016-08-26 | Fix PyLint errors discovered when upgrading to newer version | Tim 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-26 | Remove atomic check and cockpit.socket | Samuel Munilla | |
| 2016-08-26 | Add support for Atomic Registry Installs | Samuel Munilla | |
| Add the Registry deployment subtype as an option in the quick installer. | |||
| 2016-08-26 | Apply indentation changes to some other lines | Tim Bielawa | |
| Closes #2363 | |||
| 2016-08-25 | Enable PEP8 tests by default in the 'make ci' target now | Tim Bielawa | |
| 2016-08-25 | Fix PEP8 errors in cli_installer.py | Tim Bielawa | |
| 2016-08-25 | Fix PEP8 in openshift_ansible.py | Tim Bielawa | |
| 2016-08-25 | Fix PEP8 in oo_config.py | Tim Bielawa | |
| 2016-08-25 | Fix PEP8 in variants.py | Tim Bielawa | |
| 2016-08-25 | Fix PEP8 in facts_callback.py | Tim Bielawa | |
| 2016-08-24 | Merge pull request #2341 from tbielawa/BZ1368296 | Scott Dodson | |
| BZ1368296 - quick install with the installer.cfg.yml in other directory failed | |||
| 2016-08-24 | Make note about ansible/install logs messing up ci tests | Tim Bielawa | |
| 2016-08-24 | Move nested print_read_config_error function into it's own function | Tim Bielawa | |
| 2016-08-24 | Makefile includes ci-pyflakes target now | Tim Bielawa | |
| 2016-08-24 | Fix BZ1368296 by quietly recollecting facts if the cache is removed | Tim Bielawa | |
| * Add python logging * Add testing system via 'make ci' | |||
| 2016-08-24 | a-o-i: Add variant and variant_version to migration | Samuel Munilla | |
| Update to also move over variant and variant_version during v1 migration | |||
| 2016-08-23 | Merge pull request #2334 from smunilla/BZ1358951 | Scott Dodson | |
| Bug 1358951 - Error loading config, no such key: 'deployment' when using ing previously valid answers file | |||
| 2016-08-23 | a-o-i: Fix ansible_ssh_user question | Samuel 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-19 | a-o-i: Remove Legacy Config Upgrade | Samuel 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-19 | Bug 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-17 | Merge pull request #2303 from tpoitras/typos-cli_installer.py | Scott Dodson | |
| Edits to fix to typos, grammar, and product branding in cli_installer | |||
| 2016-08-17 | Fixes to typos, grammar, and product branding in cli_installer | Timothy Poitras | |
| 2016-08-16 | a-o-i: Fix nosetests after removing 3.2 from installer | Samuel 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-16 | Bug 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-15 | a-o-i: Fix broken tests from installed hosts check | Samuel 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-15 | Merge pull request #2297 from abutcher/bz#1329455 | Scott Dodson | |
| a-o-i: Bug1329455, [quick-install] Cannot add new nodes in pre-existing env | |||
| 2016-08-15 | a-o-i: Mapping for 3.2 Upgrades | Samuel Munilla | |
| Update the playbook mappings for 3.2 | |||
| 2016-08-15 | Merge pull request #2201 from richm/v1.3 | Scott Dodson | |
| add 3.3 to installer | |||
| 2016-08-15 | a-o-i: fix bz#1329455 | Gan Huang | |
| 2016-08-12 | a-o-i: Fix broken upgrades | Samuel Munilla | |
| Upgrade was looking for the hosts in the old location. Quick fix to get it looking in the correct location. Fixes BZ#1357627. | |||
| 2016-08-11 | a-o-i: Automatically Label Nodes as Infra | Samuel Munilla | |
| In interactive mode, automatically label nodes as infrastructure nodes. Two cases are covered: 1) If all nodes are masters, all hosts are labeled infra 2) If dedicated nodes are defined, the first two (or one) nodes are labeled as infra | |||
| 2016-08-10 | a-o-i: Restrict installed host check | Samuel Munilla | |
| Restrict installed host check to only masters and nodes. | |||
| 2016-08-09 | Merge pull request #2278 from smunilla/BZ1353162 | Scott Dodson | |
| a-o-i: Move ansible_ssh_user to deployment | |||
| 2016-08-09 | a-o-i: Update nosetests for ansible_ssh_user | Samuel Munilla | |
| Update the nosetests to reflect the new location of ansible_ssh_user in the config file. | |||
| 2016-08-09 | move ansible_ssh_user to deployment, remove ansible_config and ansible_log_path | Gan Huang | |
| 2016-08-09 | Labeling nodes only | Gan Huang | |
| 2016-08-08 | Convert ansible facts callback to v2. | Andrew Butcher | |
| 2016-08-04 | a-o-i: Rename OSE in Install Menu | Samuel Munilla | |
| Rename 'OpenShift Enterprise' to 'OpenShift Container Platform' in the quick installer menu. | |||
| 2016-08-03 | a-o-i: Allow Arbitrary Deployment Variables | Samuel Munilla | |
| This allows for arbitrary ansible variables to be set under the 'deployment' header of the installer config file. | |||
| 2016-08-02 | a-o-i: Fix broken uninstall | Samuel Munilla | |
| The uninstall method was looking for the host list according to the old quick-installer config file format. Updated to match the new arbitrary yaml config format. Fixes BZ#1359427 | |||
