| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Print a system summary after adding each. | Devan Goodwin | 2015-11-27 | 1 | -8/+20 |
* | | Text improvements for host specification. | Devan Goodwin | 2015-11-27 | 1 | -7/+19 |
* | | Assert etcd section written for HA installs. | Devan Goodwin | 2015-11-27 | 1 | -0/+3 |
* | | Breakout a test fixture to reduce module size. | Devan Goodwin | 2015-11-26 | 2 | -222/+236 |
* | | Pylint touchups. | Devan Goodwin | 2015-11-26 | 1 | -2/+2 |
* | | Trim assertions in HA testing. | Devan Goodwin | 2015-11-26 | 1 | -28/+0 |
* | | Test unattended HA quick install. | Devan Goodwin | 2015-11-26 | 3 | -9/+125 |
* | | Don't prompt to continue during unattended installs. | Devan Goodwin | 2015-11-26 | 1 | -4/+6 |
* | | Block re-use of master/node as load balancer in attended install. | Devan Goodwin | 2015-11-26 | 3 | -18/+59 |
* | | Explicitly set schedulable when masters == nodes. | Devan Goodwin | 2015-11-25 | 2 | -25/+25 |
|/ |
|
* | Merge pull request #968 from detiber/fixScaleup2 | Brenton Leanhardt | 2015-11-24 | 1 | -2/+2 |
|\ |
|
| * | fixes for installer wrapper scaleup | Jason DeTiberus | 2015-11-24 | 1 | -2/+2 |
* | | Merge pull request #978 from brenton/quick_ha | Brenton Leanhardt | 2015-11-24 | 4 | -45/+426 |
|\ \
| |/
|/| |
|
| * | Silencing pylint branch errors for now for the atomic-openshift-installer har... | Brenton Leanhardt | 2015-11-24 | 1 | -1/+1 |
| * | Properly setting scheduleability for HA Master scenarios | Brenton Leanhardt | 2015-11-24 | 3 | -13/+114 |
| * | Avoid printing the master and node totals in the add-a-node scenario | Brenton Leanhardt | 2015-11-24 | 1 | -7/+8 |
| * | Fixing tests for quick_ha | Brenton Leanhardt | 2015-11-24 | 2 | -13/+30 |
| * | Removing a debug line | Brenton Leanhardt | 2015-11-24 | 1 | -1/+0 |
| * | atomic-openshift-installer: Fix lint issue | Samuel Munilla | 2015-11-23 | 1 | -1/+1 |
| * | Handling preconfigured load balancers | Brenton Leanhardt | 2015-11-23 | 3 | -15/+40 |
| * | atomic-openshift-installer: Rename ha_proxy | Samuel Munilla | 2015-11-23 | 4 | -15/+15 |
| * | atomic-openshift-installer: Reverse version and host collection | Samuel Munilla | 2015-11-23 | 2 | -11/+13 |
| * | cli_installer_tests: Add test for unattended quick HA | Samuel Munilla | 2015-11-23 | 1 | -0/+101 |
| * | Breakup inventory writing | Samuel Munilla | 2015-11-23 | 1 | -16/+24 |
| * | Enforce 1 or 3 masters | Samuel Munilla | 2015-11-23 | 1 | -2/+8 |
| * | Add interactive test | Samuel Munilla | 2015-11-23 | 1 | -0/+27 |
| * | atomic-openshift-installer: HA for quick installer | Samuel Munilla | 2015-11-23 | 4 | -17/+111 |
* | | Bug 1284991 - "atomic-openshift-installer uninstall" error when configuration... | Brenton Leanhardt | 2015-11-24 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #890 from smunilla/friendly_unattended_errors | Brenton Leanhardt | 2015-11-20 | 3 | -1/+78 |
|\ |
|
| * | Check the end result on bad config file | Samuel Munilla | 2015-11-20 | 1 | -3/+3 |
| * | Add some tests for a bad config | Samuel Munilla | 2015-11-20 | 2 | -0/+72 |
| * | atomic-openshift-installer: connect_to error handling | Samuel Munilla | 2015-11-20 | 1 | -1/+6 |
* | | atomic-openshift-installer: pylint fixes | Samuel Munilla | 2015-11-20 | 1 | -5/+7 |
|/ |
|
* | Merge pull request #902 from dgoodwin/rpm-test-fix | Brenton Leanhardt | 2015-11-20 | 3 | -8/+17 |
|\ |
|
| * | Pylint fix for long line in cli docstring. | Devan Goodwin | 2015-11-16 | 1 | -1/+2 |
| * | Default to installing OSE 3.1 instead of 3.0. | Devan Goodwin | 2015-11-16 | 2 | -3/+4 |
| * | Fix tests on systems with openshift-ansible rpms installed. | Devan Goodwin | 2015-11-16 | 2 | -4/+11 |
* | | atomic-openshift-installer: Correct single master case | Samuel Munilla | 2015-11-17 | 1 | -1/+1 |
* | | atomic-openshift-installer: Temporarily restrict to single master | Samuel Munilla | 2015-11-16 | 1 | -4/+6 |
|/ |
|
* | Fix invalid sudo command test | Takayoshi Kimura | 2015-11-16 | 1 | -1/+1 |
* | Merge pull request #884 from smunilla/english_updates | Brenton Leanhardt | 2015-11-12 | 1 | -4/+8 |
|\ |
|
| * | atomic-openshift-installer: Update prompts and help messages | Samuel Munilla | 2015-11-12 | 1 | -4/+8 |
* | | atomic-openshift-installer: Update nopwd sudo test | Samuel Munilla | 2015-11-12 | 1 | -1/+1 |
* | | Test additions for cli_installer:get_hosts_to_install_on | Brenton Leanhardt | 2015-11-12 | 1 | -32/+183 |
|/ |
|
* | Refactor upgrade playbook(s) | Jason DeTiberus | 2015-11-10 | 3 | -6/+11 |
* | Merge pull request #860 from smunilla/disable_container_based_install | Brenton Leanhardt | 2015-11-10 | 2 | -9/+11 |
|\ |
|
| * | Update tests now that cli is not asking for rpm/container install | Samuel Munilla | 2015-11-10 | 1 | -2/+2 |
| * | atomic-openshift-installer: Remove question for container install | Samuel Munilla | 2015-11-10 | 1 | -7/+9 |
* | | Package the default ansible.cfg with atomic-openshift-utils. | Devan Goodwin | 2015-11-10 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #849 from brenton/test_fixes | Brenton Leanhardt | 2015-11-09 | 3 | -11/+21 |
|\ |
|