Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a-o-i: Fix NFS storage tests | Samuel Munilla | 2016-03-09 | 2 | -14/+52 |
| | | | | Fix the nosetests after the rebase | ||||
* | aoi: Ask for osm_default_subdomain in interactive mode | Samuel Munilla | 2016-02-02 | 2 | -1/+5 |
| | | | | Add a question to ask the user for a default subdomain. | ||||
* | Add is_containerized inputs to nosetests. | Andrew Butcher | 2016-01-12 | 2 | -24/+34 |
| | |||||
* | quick installer tests | Samuel Munilla | 2015-12-16 | 1 | -0/+19 |
| | | | | Add test for not displaying HA hints for 3.0 installs | ||||
* | Bug 1287977 - Incorrect check output from atomic-openshift-installer when ↵ | Brenton Leanhardt | 2015-12-08 | 1 | -0/+57 |
| | | | | working with preconfigured load balancer | ||||
* | Cleanup more schedulable typos. | Devan Goodwin | 2015-12-01 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into loadbalanced-2 | Devan Goodwin | 2015-12-01 | 1 | -1/+1 |
|\ | |||||
| * | Fixing 'unscheduleable' typo | Brenton Leanhardt | 2015-11-30 | 1 | -7/+7 |
| | | |||||
* | | Error out if no load balancer specified. | Devan Goodwin | 2015-11-30 | 1 | -9/+2 |
| | | |||||
* | | Adjust requirement for 3 masters for HA deployments. | Devan Goodwin | 2015-11-30 | 2 | -18/+79 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | 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 |
| | | | | | | | | | | | | We're asserting the same things in loading facts over and over, which is not what these tests are really intended to catch. This behavior is tested elsewhere. | ||||
* | | Test unattended HA quick install. | Devan Goodwin | 2015-11-26 | 1 | -0/+109 |
| | | | | | | | | | | Checking behavior when there is no LB specified, and when the user attempts to re-use a master or node as their LB. | ||||
* | | Block re-use of master/node as load balancer in attended install. | Devan Goodwin | 2015-11-26 | 1 | -6/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | -20/+12 |
|/ | | | | | | 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. | ||||
* | Silencing pylint branch errors for now for the atomic-openshift-installer ↵ | Brenton Leanhardt | 2015-11-24 | 1 | -1/+1 |
| | | | | harness | ||||
* | Properly setting scheduleability for HA Master scenarios | Brenton Leanhardt | 2015-11-24 | 1 | -3/+98 |
| | | | | If the only Nodes we have are also on Masters we set the scheduleable. | ||||
* | Fixing tests for quick_ha | Brenton Leanhardt | 2015-11-24 | 1 | -11/+27 |
| | | | | | | Also: * minor rewording of the text that informs the admin about scheduleable masters. | ||||
* | atomic-openshift-installer: Rename ha_proxy | Samuel Munilla | 2015-11-23 | 1 | -1/+1 |
| | | | | | 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 | -3/+3 |
| | | | | | | 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. | ||||
* | cli_installer_tests: Add test for unattended quick HA | Samuel Munilla | 2015-11-23 | 1 | -0/+101 |
| | |||||
* | Add interactive test | Samuel Munilla | 2015-11-23 | 1 | -0/+27 |
| | |||||
* | atomic-openshift-installer: HA for quick installer | Samuel Munilla | 2015-11-23 | 1 | -0/+1 |
| | | | | This adds the ability to quickly set up a multi-master environment. | ||||
* | 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 |
| | |||||
* | Fix tests on systems with openshift-ansible rpms installed. | Devan Goodwin | 2015-11-16 | 1 | -3/+9 |
| | |||||
* | Test additions for cli_installer:get_hosts_to_install_on | Brenton Leanhardt | 2015-11-12 | 1 | -32/+183 |
| | |||||
* | Update tests now that cli is not asking for rpm/container install | Samuel Munilla | 2015-11-10 | 1 | -2/+2 |
| | |||||
* | Various fixes related to connect_to | Brenton Leanhardt | 2015-11-09 | 2 | -11/+20 |
| | | | | | There the tests didn't know anything about connect_to and we had a case where we weren't handling the migration from the 3.0 installer config format to 3.1 | ||||
* | Merge remote-tracking branch 'upstream/master' into upgrade | Devan Goodwin | 2015-11-03 | 1 | -20/+20 |
|\ | |||||
| * | Rename install_transactions module to openshift_ansible. | Devan Goodwin | 2015-11-02 | 1 | -20/+20 |
| | | |||||
* | | Remove my username from some test data. | Devan Goodwin | 2015-11-03 | 1 | -3/+3 |
| | | |||||
* | | Add a simple version for the installer config file. | Devan Goodwin | 2015-11-03 | 1 | -0/+3 |
| | | |||||
* | | Automatically upgrade legacy config files. | Devan Goodwin | 2015-11-02 | 1 | -0/+61 |
|/ | |||||
* | Add subcommands to CLI. | Devan Goodwin | 2015-10-27 | 1 | -13/+17 |
| | |||||
* | Pylint fixes and ignores for incoming oo-install code. | Devan Goodwin | 2015-10-27 | 2 | -13/+25 |
| | |||||
* | Add atomic-openshift-utils | Troy Dawson | 2015-10-26 | 3 | -0/+617 |
add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed |