Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve 3.1/1.1 upgrade check | Jason DeTiberus | 2015-12-02 | 1 | -4/+7 |
| | |||||
* | Merge pull request #1004 from puzzle/fixBasicAuthPasswordIDPValidation | Brenton Leanhardt | 2015-12-02 | 1 | -2/+2 |
|\ | | | | | Fix validation for BasicAuthPasswordIdentityProvider | ||||
| * | Fix validation for BasicAuthPasswordIdentityProvider | Daniel Tschan | 2015-12-01 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #999 from dgoodwin/loadbalanced-2 | Brenton Leanhardt | 2015-12-02 | 5 | -308/+619 |
|\ \ | | | | | | | Improvements for Load Balanced HA Master Deployments | ||||
| * | | 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 | 2 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' into loadbalanced-2 | Devan Goodwin | 2015-12-01 | 17 | -29/+54 |
| |\| | |||||
| * | | 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 | 2 | -23/+12 |
| | | | |||||
| * | | Adjust requirement for 3 masters for HA deployments. | Devan Goodwin | 2015-11-30 | 3 | -26/+112 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | | |||||
| * | | 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 | 3 | -9/+125 |
| | | | | | | | | | | | | | | | 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 | 3 | -18/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -25/+25 |
| | | | | | | | | | | | | | | | | | | 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 #1005 from mwoodson/registry_checks | Matt Woodson | 2015-12-01 | 1 | -0/+11 |
|\ \ \ | | | | | | | | | added docker registry cluster check | ||||
| * | | | added docker registry cluster check | Matt Woodson | 2015-12-01 | 1 | -0/+11 |
| | |/ | |/| | |||||
* | | | Merge pull request #1006 from abutcher/dns-ip | Brenton Leanhardt | 2015-12-01 | 1 | -5/+2 |
|\ \ \ | |/ / |/| | | Fix kubernetes service ip gathering. | ||||
| * | | Fix kubernetes service ip gathering. | Andrew Butcher | 2015-12-01 | 1 | -5/+2 |
|/ / | |||||
* | | Merge pull request #964 from detiber/safePatch | Brenton Leanhardt | 2015-11-30 | 4 | -7/+19 |
|\ \ | | | | | | | Safe patch | ||||
| * | | remove debug logging from scc/privileged patch command | Jason DeTiberus | 2015-11-30 | 1 | -2/+1 |
| | | | |||||
| * | | Set api version for oc commands | Jason DeTiberus | 2015-11-30 | 3 | -6/+13 |
| | | | |||||
| * | | 3.1 upgrade - use --api-version for patch commands | Jason DeTiberus | 2015-11-30 | 1 | -1/+7 |
| | | | |||||
* | | | Merge pull request #975 from detiber/fixSELinuxBoolTest | Brenton Leanhardt | 2015-11-30 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix failure when seboolean not present | ||||
| * | | Fix failure when seboolean not present | Jason DeTiberus | 2015-11-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #971 from detiber/refreshCache | Brenton Leanhardt | 2015-11-30 | 2 | -0/+8 |
|\ \ \ | | | | | | | | | Update openshift_repos to refresh package cache on changes | ||||
| * | | | Update openshift_repos to refresh package cache on changes | Jason DeTiberus | 2015-11-24 | 2 | -0/+8 |
| |/ / | |||||
* | | | Merge pull request #998 from nak3/hawkular-fix | Brenton Leanhardt | 2015-11-30 | 2 | -4/+4 |
|\ \ \ | | | | | | | | | Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular template | ||||
| * | | | Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular template | Kenjiro Nakayama | 2015-11-30 | 4 | -8/+8 |
| | |/ | |/| | |||||
* | | | Merge pull request #980 from brenton/unshedulable | Brenton Leanhardt | 2015-11-30 | 4 | -17/+17 |
|\ \ \ | | | | | | | | | Fixing 'unscheduleable' typo | ||||
| * | | | Fixing 'unscheduleable' typo | Brenton Leanhardt | 2015-11-30 | 4 | -17/+17 |
|/ / / | |||||
* | | | Merge pull request #992 from ubreu/hotfix/fixVersionScript | Brenton Leanhardt | 2015-11-30 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Add -q flag to remove unwantend output (such as mirror and cache information) | ||||
| * | | | Add -q flag to remove unwantend output (such as mirror and cache information) | Urs Breu | 2015-11-26 | 1 | -2/+2 |
| |/ / | | | | | | | | | | This prevents ansible failures when trying to set version facts | ||||
* | | | Merge pull request #985 from abutcher/ocConfig | Brenton Leanhardt | 2015-11-30 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Use admin.kubeconfig when obtaining kubernetes service ip | ||||
| * | | | Use admin.kubeconfig for get svc ip. | Andrew Butcher | 2015-11-25 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #987 from abutcher/uninstall-restart-docker | Brenton Leanhardt | 2015-11-30 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Uninstall: only restart docker on node hosts. | ||||
| * | | | Uninstall: only restart docker on node hosts. | Andrew Butcher | 2015-11-25 | 1 | -0/+3 |
| |/ / | |||||
* | | | Merge pull request #982 from simon3z/install-openssl | Brenton Leanhardt | 2015-11-30 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Make sure that OpenSSL is installed before use | ||||
| * | | | Make sure that OpenSSL is installed before use | Federico Simoncelli | 2015-11-25 | 1 | -0/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Federico Simoncelli <fsimonce@redhat.com> | ||||
* | | | Merge pull request #976 from sdodson/fix-enterprise-metrics | Brenton Leanhardt | 2015-11-30 | 2 | -4/+4 |
|\ \ \ | |/ / |/| | | Point enterprise metrics templates at registry.access.redhat.com/openshift3/met… | ||||
| * | | Point enterprise metrics at registry.access.redhat.com/openshift3/metrics- | Scott Dodson | 2015-11-25 | 2 | -4/+4 |
| | | |