Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1143 from smunilla/new_nodes | Brenton Leanhardt | 2016-01-12 | 3 | -5/+21 |
|\ | | | | | atomic-openshift-installer: Populate new_nodes group | ||||
| * | atomic-openshift-installer: Populate new_nodes group | Samuel Munilla | 2016-01-08 | 3 | -5/+21 |
| | | | | | | | | Set the new_nodes group when scaling up additional nodes | ||||
* | | re-enable containerize installs | Scott Dodson | 2016-01-11 | 1 | -8/+7 |
|/ | |||||
* | atomic-openshift-installer: Fix broken nosetest | Samuel Munilla | 2015-12-17 | 1 | -1/+1 |
| | | | | This is a fix for the failing test_fresh_install_with_config. | ||||
* | atomic-openshift-installer: Remove HA hint for 3.0 install | Samuel Munilla | 2015-12-16 | 1 | -10/+10 |
| | | | | | Small update to remove the hint for multiple masters if we are doing a 3.0 installation. | ||||
* | atomic-openshift-installer: Error handling on yaml loading | Samuel Munilla | 2015-12-08 | 1 | -3/+9 |
| | | | | | | This addresses the stack trace that has been plaguing recent demos. In the case of an error with callback_facts.yaml the program output is much clearer and a course of action is suggested. | ||||
* | Improving output when gathering facts | Brenton Leanhardt | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Bug 1287977 - Incorrect check output from atomic-openshift-installer when ↵ | Brenton Leanhardt | 2015-12-08 | 1 | -2/+8 |
| | | | | working with preconfigured load balancer | ||||
* | Centralize etcd/schedulability logic for each host. | Devan Goodwin | 2015-12-01 | 3 | -19/+37 |
| | |||||
* | Improved installation summary. | Devan Goodwin | 2015-12-01 | 1 | -12/+45 |
| | | | | | | Displays each host and the roles it will play based on the current configuration. As the configuration grows the summary will adapt to indicate embedded vs separte etcd, scheduled vs unscheduled nodes, etc. | ||||
* | Add warning for HA deployments with < 3 dedicated nodes. | Devan Goodwin | 2015-12-01 | 1 | -8/+12 |
| | |||||
* | Cleanup more schedulable typos. | Devan Goodwin | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into loadbalanced-2 | Devan Goodwin | 2015-12-01 | 2 | -9/+9 |
|\ | |||||
| * | Fixing 'unscheduleable' typo | Brenton Leanhardt | 2015-11-30 | 2 | -9/+9 |
| | | |||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | If only 2 masters are specified, consider this a configuration error if running an unattended install, and prevent it completely if running an attended install. (continues to prompt for hosts until you have at least 3) Because this condition cannot be entered in the interactive install, we can't really write a test for this negative case. | ||||
* | | 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 |
| | | | | | | | | | | Checking behavior when there is no LB specified, and when the user attempts to re-use a master or node as their LB. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | Code was present to catch this in unattended installs but was looking for a host record with both master/node and master_lb set to true, but in the attended installs we were adding a separate host record with the same connect_to. Attended tests can now optionally specify multiple "attempted" strings for the master_lb specification, we'll try to input each if multiple are specified. Cleanup some empty defaults and error messages as well. | ||||
* | | Explicitly set schedulable when masters == nodes. | Devan Goodwin | 2015-11-25 | 1 | -5/+13 |
|/ | | | | | | When the masters are the only nodes in play, we need to explicitly set schedulable to True due to logic in openshift_facts.py which assumes that if the node is also a master, schedulable should be false. | ||||
* | Merge pull request #968 from detiber/fixScaleup2 | Brenton Leanhardt | 2015-11-24 | 1 | -2/+2 |
|\ | | | | | Improve scaleup playbook | ||||
| * | 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 |
|\ \ | |/ |/| | HA support for atomic-openshift-installer | ||||
| * | Properly setting scheduleability for HA Master scenarios | Brenton Leanhardt | 2015-11-24 | 2 | -10/+16 |
| | | | | | | | | If the only Nodes we have are also on Masters we set the scheduleable. | ||||
| * | 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 |
| | | | | | | | | | | | | Also: * minor rewording of the text that informs the admin about scheduleable masters. | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The preconfigured load balancers, previously denoted by having 'run_on' set to false, cannot have their facts gathered which results in a stack trace. Later when we write out the inventory we have to fake out the hostname and just use 'connect_to'. We're likely going to have the concept of other types of "plug-in" hosts where we don't run ansible. We should make sure we abstract this properly so it's easy to add additional types of hosts. Also in the commit: - Renamed 'run_on' to 'preconfigured' and inverted the logic as needed - Output tally of Masters and Nodes as well as remaining Masters required for HA - Minor rewording in a few places - Currently only prompting for the load balancer after all other hosts have been entered - Removed spurious echo | ||||
| * | atomic-openshift-installer: Rename ha_proxy | Samuel Munilla | 2015-11-23 | 3 | -14/+14 |
| | | | | | | | | | | Rename ha_proxy variables and methods to 'master_lb' to better future-proof things. | ||||
| * | atomic-openshift-installer: Reverse version and host collection | Samuel Munilla | 2015-11-23 | 1 | -8/+10 |
| | | | | | | | | | | | | Reverse the order we ask two questions: What variant the user wants to install and which hosts to install on. This lets us avoid asking for multiple masters for 3.0 installs. | ||||
| * | 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 |
| | | | | | | | | This adds the ability to quickly set up a multi-master environment. | ||||
* | | Bug 1284991 - "atomic-openshift-installer uninstall" error when ↵ | Brenton Leanhardt | 2015-11-24 | 1 | -1/+1 |
|/ | | | | configuration file is missing. | ||||
* | Merge pull request #890 from smunilla/friendly_unattended_errors | Brenton Leanhardt | 2015-11-20 | 1 | -1/+6 |
|\ | | | | | atomic-openshift-installer: connect_to error handling | ||||
| * | atomic-openshift-installer: connect_to error handling | Samuel Munilla | 2015-11-20 | 1 | -1/+6 |
| | | | | | | | | Catch the exception that happens when connect_to isn't specified in installer.cfg.yaml | ||||
* | | atomic-openshift-installer: pylint fixes | Samuel Munilla | 2015-11-20 | 1 | -5/+7 |
|/ | | | | A few fixes to keep pylint happy. | ||||
* | Merge pull request #902 from dgoodwin/rpm-test-fix | Brenton Leanhardt | 2015-11-20 | 2 | -5/+8 |
|\ | | | | | Default to OSE 3.1 in interactive installer instead of 3.0. | ||||
| * | 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 |
| | | | | | | | | Correct the case where the first host entered is not a master. | ||||
* | | atomic-openshift-installer: Temporarily restrict to single master | Samuel Munilla | 2015-11-16 | 1 | -4/+6 |
|/ | | | | | For now, we should restrict the quick installer to a single master. This should change in the near future. | ||||
* | Fix invalid sudo command test | Takayoshi Kimura | 2015-11-16 | 1 | -1/+1 |
| |