Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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 |
| | | | | |||||
* | | | | 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 #968 from detiber/fixScaleup2 | Brenton Leanhardt | 2015-11-24 | 8 | -14/+135 |
|\ \ \ | | | | | | | | | Improve scaleup playbook | ||||
| * | | | fixes for installer wrapper scaleup | Jason DeTiberus | 2015-11-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | addtl aws fixes | Jason DeTiberus | 2015-11-24 | 2 | -1/+3 |
| | | | | |||||
| * | | | fix addNodes.yml | Jason DeTiberus | 2015-11-24 | 1 | -22/+1 |
| | | | | |||||
| * | | | more aws support for scaleup | Jason DeTiberus | 2015-11-24 | 3 | -0/+92 |
| | | | | |||||
| * | | | start of aws scaleup | Jason DeTiberus | 2015-11-24 | 2 | -0/+41 |
| | | | | |||||
| * | | | Improve scaleup playbook | Jason DeTiberus | 2015-11-24 | 3 | -12/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - modify evaluate host to set oo_nodes_to_config to a new variable g_new_nodes_group if defined rather than g_nodes_group and also skip adding the master when g_new_nodes_group is set. - Remove byo specific naming from playbooks/common/openshift-cluster/scaleup.yml and created a new playbooks/byo/openshift-cluster/scaleup.yml playbook. | ||||
* | | | | Automatic commit of package [openshift-ansible] release [3.0.16-1]. | Brenton Leanhardt | 2015-11-24 | 2 | -2/+36 |
| | | | | |||||
* | | | | Merge pull request #978 from brenton/quick_ha | Brenton Leanhardt | 2015-11-24 | 4 | -45/+426 |
|\ \ \ \ | | | | | | | | | | | HA support for atomic-openshift-installer | ||||
| * | | | | 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 | 3 | -13/+114 |
| | | | | | | | | | | | | | | | | | | | | If the only Nodes we have are also on Masters we set the scheduleable. |