Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 |