Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix coverage not appending new data | Tim Bielawa | 2016-12-08 | 1 | -1/+1 |
| | | | | | | | * Adds '--cover-erase' flag to the 'ci-unittests' target Fixes bug introduced in d7b4265f329591817bac381e2772ae14ac337cea: "Can't add arcs to existing line data" error message | ||||
* | Merge pull request #2939 from tbielawa/gh2933 | Jason DeTiberus | 2016-12-07 | 1 | -6/+15 |
|\ | | | | | Speed up 'make ci' and trim the output | ||||
| * | Speed up 'make ci' and trim the output | Tim Bielawa | 2016-12-07 | 1 | -6/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The virtualenv is conditionally rebuilt now if the test requirements file is modified. This will save upwards of 30+ seconds in iterative 'make ci' runs. The pylint output is now trimmed to exclude disabled tests. The order of the 'ci' target prerequisites has been changed to run the fastest tests first. Closes #2933 | ||||
* | | Handle updating of scheduler config during upgrade | Jason DeTiberus | 2016-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | - do not upgrade predicates if openshift_master_scheduler_predicates is defined - do not upgrade priorities if openshift_master_scheduler_priorities is defined - do not upgrade predicates/priorities unless they match known previous default configs - output WARNING to user if predictes/priorities are not updated during install | ||||
* | | test updates | Jason DeTiberus | 2016-12-06 | 2 | -4/+10 |
|/ | | | | | | - fix nose coverage flags - add coverage support for files tested outside of the utils directory - exclude stdlib and virtualenv installed dependencies | ||||
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 5 | -23/+26 |
| | |||||
* | Merge pull request #2783 from tbielawa/aoioutput | Tim Bielawa | 2016-11-10 | 1 | -0/+8 |
|\ | | | | | Enable quiet output for all a-o-i commands | ||||
| * | Enable quiet output for all a-o-i commands | Tim Bielawa | 2016-11-10 | 1 | -0/+8 |
| | | | | | | | | | | | | | | * Update: uninstall, upgrade, scaleup wf's * Verbosity can be toggled with -v flag, as before https://bugzilla.redhat.com/show_bug.cgi?id=1384294 | ||||
* | | Update override cluster_hostname | Samuel Munilla | 2016-11-10 | 1 | -1/+3 |
|/ | | | | | | Update the default for the override prompt and set both openshift_master_cluster_hostname and openshift_master_cluster_public_hostname | ||||
* | Merge pull request #2729 from tbielawa/BZ1390064 | Scott Dodson | 2016-11-08 | 1 | -4/+4 |
|\ | | | | | Bug 1390064 - [quick install] a complete installed cluster was reported as a mix of installed and uninstalled env | ||||
| * | Change the logic to just compare against masters and nodes. | Tim Bielawa | 2016-11-07 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #2735 from rhcarvalho/deadcode | Scott Dodson | 2016-11-07 | 3 | -8/+0 |
|\ \ | | | | | | | Remove some dead code | ||||
| * | | a-o-i: remove dummy data_file | Rodolfo Carvalho | 2016-11-05 | 2 | -6/+0 |
| | | | |||||
| * | | a-o-i: remove script leftover from OpenShift v2 | Rodolfo Carvalho | 2016-11-05 | 1 | -2/+0 |
| |/ | |||||
* / | Add some tests for utils to get the coverage up. | Tim Bielawa | 2016-11-04 | 1 | -1/+29 |
|/ | |||||
* | Update quick installer upgrade mappings for 3.4 | Samuel Munilla | 2016-11-03 | 1 | -0/+12 |
| | | | | | | Just a quick addition for the upgrade playbooks for 3.4 Fixes Bug 1384291 | ||||
* | Merge pull request #2683 from smunilla/BZ1388754 | Scott Dodson | 2016-11-03 | 1 | -6/+22 |
|\ | | | | | Update master_lb vs cluster_hostname workflow | ||||
| * | Update master_lb vs cluster_hostname workflow | Samuel Munilla | 2016-10-28 | 1 | -6/+22 |
| | | | | | | | | | | | | Previously, the messaging around setting cluster_hostname for single master setups was confusing. This should help with that as well as removing unecessary values from the cfg file. | ||||
* | | Fix HA environments incorrectly detecting mixed installed environments | Tim Bielawa | 2016-11-02 | 1 | -1/+24 |
| | | | | | | | | | | | | * Load balancers are now excluded from the mixed environment check * https://bugzilla.redhat.com/show_bug.cgi?id=1390064 | ||||
* | | Update installation summary for etcd members | Samuel Munilla | 2016-11-01 | 2 | -10/+6 |
| | | | | | | | | | | | | | | | | We have changed how we assign etcd members in the quick installer. This updates our messaging to match those changes. Fixes Bug 1383961 Fixes Bug 1389649 | ||||
* | | Update variant_version | Samuel Munilla | 2016-10-27 | 1 | -3/+4 |
|/ | | | | | | Update the quick installer to correctly set the new version. Fixes Bug 1388762 | ||||
* | Merge pull request #2639 from tbielawa/test-utils-debugging | Andrew Butcher | 2016-10-21 | 1 | -0/+72 |
|\ | | | | | Unit tests for the debug_env logger thing | ||||
| * | Unit tests for the debug_env logger thing | Tim Bielawa | 2016-10-21 | 1 | -0/+72 |
| | | |||||
* | | Merge pull request #2563 from smunilla/BZ1339621 | Andrew Butcher | 2016-10-21 | 8 | -247/+328 |
|\ \ | |/ |/| | a-o-i: Separate install and scaleup workflows | ||||
| * | a-o-i: Separate install and scaleup workflows | Samuel Munilla | 2016-10-20 | 8 | -247/+328 |
| | | | | | | | | | | | | | | In order to simplify the quick installer logic, this moves the scaleup workflow into its own subcommand. Fixes: Bug 1339621 | ||||
* | | Merge pull request #2623 from rhcarvalho/typos | Andrew Butcher | 2016-10-20 | 2 | -2/+2 |
|\ \ | | | | | | | Fix typos | ||||
| * | | Fix typos | Rodolfo Carvalho | 2016-10-19 | 2 | -2/+2 |
| |/ | |||||
* | | Fix playbooks, update readme, update default vars | Tim Bielawa | 2016-10-20 | 1 | -3/+3 |
| | | | | | | | | | | | | Fix 'make ci' system Add examples | ||||
* | | Try to make boiler plate for cert expiry checking | Tim Bielawa | 2016-10-20 | 2 | -3/+10 |
|/ | |||||
* | Fix upgrade mappings in quick installer | Samuel Munilla | 2016-10-12 | 1 | -3/+8 |
| | | | | | | | Update to use the correct playbook for 3.2 to 3.3 upgrades and some error handling for unsupported upgrades. Fixes Bug 1381411 | ||||
* | [a-o-i] -v disables quiet ansible config. | Andrew Butcher | 2016-10-07 | 1 | -1/+1 |
| | |||||
* | a-o-i: Force option should allow reinstall | Samuel Munilla | 2016-10-03 | 1 | -1/+3 |
| | | | | | | | 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. | ||||
* | a-o-i: Fix openshift_node_labels | Samuel Munilla | 2016-09-30 | 2 | -1/+83 |
| | | | | | Handle openshift_node_labels separately because they need to be doublequoted. | ||||
* | a-o-i: Allow better setting of host level variables | Samuel Munilla | 2016-09-29 | 2 | -18/+35 |
| | | | | | Allow the user to set arbitrary variables directly under the host item instead of in under an 'other_variables' item. | ||||
* | Add messages to let the user know if some plays were skipped, but it's ok. ↵ | Tim Bielawa | 2016-09-29 | 1 | -1/+0 |
| | | | | Also, remove the final 'press a key to continue' prompt. | ||||
* | 'fix' unittests by removing the users ability to specify an ansible config | Tim Bielawa | 2016-09-29 | 4 | -91/+96 |
| | |||||
* | Fix conflicts in spec file | Tim Bielawa | 2016-09-29 | 9 | -5/+74 |
| | |||||
* | Update spec file to install manpage | Tim Bielawa | 2016-09-28 | 1 | -9/+9 |
| | |||||
* | Addresses most comments from @adellape | Tim Bielawa | 2016-09-27 | 1 | -12/+12 |
| | |||||
* | Add a manpage for atomic-openshift-installer | Tim Bielawa | 2016-09-27 | 3 | -0/+374 |
| | |||||
* | Merge pull request #2420 from smunilla/BZ1336271 | Scott Dodson | 2016-09-16 | 1 | -2/+1 |
|\ | | | | | a-o-i: Do not display version number in quick installer | ||||
| * | a-o-i: Do not display version number in quick installer | Samuel Munilla | 2016-09-08 | 1 | -2/+1 |
| | | | | | | | | | | | | 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. | ||||
* | | a-o-i: Don't set unschedulable nodes as infra | Samuel Munilla | 2016-09-14 | 1 | -1/+1 |
|/ | | | | | | Make sure we don't set an unschedulable node as infra as that can cause problems. Fixes: Bug 1375946 | ||||
* | Only prompt for proxy vars if none are set and our version recognizes them | Tim Bielawa | 2016-09-01 | 1 | -4/+22 |
| | |||||
* | Merge pull request #2380 from tbielawa/GH2283_no_retries | Andrew Butcher | 2016-09-01 | 1 | -0/+3 |
|\ | | | | | Don't attempt to create retry files | ||||
| * | Don't attempt to create retry files | Tim Bielawa | 2016-08-29 | 1 | -0/+3 |
| | | | | | | | | Closes #2283 | ||||
* | | Merge pull request #2367 from tbielawa/FixNewerPyLintErrors | Andrew Butcher | 2016-09-01 | 7 | -35/+36 |
|\ \ | | | | | | | Fix PyLint errors discovered when upgrading to newer version | ||||
| * | | Change test requirements file name | Tim Bielawa | 2016-08-29 | 2 | -2/+2 |
| | | | |||||
| * | | Try installing setuptools before the rest of the requirements | Tim Bielawa | 2016-08-26 | 2 | -1/+1 |
| | | | |||||
| * | | Switch to using a requirements.txt file and ensure that setuptools is pinned ↵ | Tim Bielawa | 2016-08-26 | 2 | -4/+12 |
| | | | | | | | | | | | | to the latest version available on RHEL7 |