| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix bug when warning on no dedicated nodes. | Devan Goodwin | 2015-11-30 | 1 | -3/+2 |
* | | Suggest dedicated nodes for an HA deployment. | Devan Goodwin | 2015-11-30 | 1 | -0/+9 |
* | | Error out if no load balancer specified. | Devan Goodwin | 2015-11-30 | 1 | -14/+10 |
* | | Adjust requirement for 3 masters for HA deployments. | Devan Goodwin | 2015-11-30 | 1 | -8/+33 |
* | | Improved output when re-running after editing config. | Devan Goodwin | 2015-11-27 | 1 | -4/+5 |
* | | 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 |
* | | Test unattended HA quick install. | Devan Goodwin | 2015-11-26 | 2 | -9/+16 |
* | | 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 | 2 | -12/+27 |
* | | Explicitly set schedulable when masters == nodes. | Devan Goodwin | 2015-11-25 | 1 | -5/+13 |
|/ |
|
* | 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 | 3 | -35/+176 |
|\ \
| |/
|/| |
|
| * | Properly setting scheduleability for HA Master scenarios | Brenton Leanhardt | 2015-11-24 | 2 | -10/+16 |
| * | 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 | 1 | -2/+3 |
| * | 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 | 3 | -14/+14 |
| * | atomic-openshift-installer: Reverse version and host collection | Samuel Munilla | 2015-11-23 | 1 | -8/+10 |
| * | Breakup inventory writing | Samuel Munilla | 2015-11-23 | 1 | -16/+24 |
| * | Enforce 1 or 3 masters | Samuel Munilla | 2015-11-23 | 1 | -2/+8 |
| * | atomic-openshift-installer: HA for quick installer | Samuel Munilla | 2015-11-23 | 3 | -17/+110 |
* | | 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 | 1 | -1/+6 |
|\ |
|
| * | 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 | 2 | -5/+8 |
|\ |
|
| * | 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 | 1 | -1/+2 |
* | | 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 |
|/ |
|
* | 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 | 1 | -7/+9 |
|\ |
|
| * | 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 | 1 | -0/+1 |
|\ |
|
| * | Various fixes related to connect_to | Brenton Leanhardt | 2015-11-09 | 1 | -0/+1 |
* | | atomic-openshift-installer: Generate inventory off hosts_to_run_on | Samuel Munilla | 2015-11-09 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #835 from brenton/master | Brenton Leanhardt | 2015-11-06 | 1 | -1/+1 |
|\ |
|
| * | Updating the atomic-openshift-isntaller local connection logic for the connec... | Brenton Leanhardt | 2015-11-06 | 1 | -1/+1 |
* | | Merge pull request #822 from detiber/upgradeFix2 | Brenton Leanhardt | 2015-11-06 | 2 | -27/+41 |
|\ \
| |/
|/| |
|
| * | Write new config to disk after successful upgrade. | Devan Goodwin | 2015-11-06 | 1 | -0/+1 |