summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix delete stateJoel Diaz2015-12-081-2/+2
|
* Merge pull request #1010 from abutcher/pacemaker-countBrenton Leanhardt2015-12-031-1/+1
|\ | | | | Use masterCount=1 with pacemaker ha
| * Configured master count should be 1 for pacemaker ha.Andrew Butcher2015-12-021-1/+1
| |
* | Merge pull request #1013 from detiber/fixFactPlaybookBrenton Leanhardt2015-12-021-2/+1
|\ \ | | | | | | Fix openshift_facts playbook for yum/dnf changes
| * | Fix openshift_facts playbook for yum/dnf changesJason DeTiberus2015-12-021-2/+1
|/ /
* | Merge pull request #966 from maxamillion/fedoraWesley Hearn2015-12-0236-18/+296
|\ \ | | | | | | Fedora changes:
| * | Fedora changes:Adam Miller2015-12-0236-18/+296
| |/ | | | | | | | | | | | | | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* | Merge pull request #1003 from detiber/fixInstanceTypeLookupStefanie Forrester2015-12-021-4/+4
|\ \ | | | | | | Fix ec2 instance type lookups
| * | Fix ec2 instance type lookupsJason DeTiberus2015-11-301-4/+4
| | |
* | | Merge pull request #1004 from puzzle/fixBasicAuthPasswordIDPValidationBrenton Leanhardt2015-12-021-2/+2
|\ \ \ | | | | | | | | Fix validation for BasicAuthPasswordIdentityProvider
| * | | Fix validation for BasicAuthPasswordIdentityProviderDaniel Tschan2015-12-011-2/+2
| | |/ | |/|
* | | Merge pull request #999 from dgoodwin/loadbalanced-2Brenton Leanhardt2015-12-025-308/+619
|\ \ \ | | | | | | | | Improvements for Load Balanced HA Master Deployments
| * | | Centralize etcd/schedulability logic for each host.Devan Goodwin2015-12-013-19/+37
| | | |
| * | | Improved installation summary.Devan Goodwin2015-12-011-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 Goodwin2015-12-011-8/+12
| | | |
| * | | Cleanup more schedulable typos.Devan Goodwin2015-12-012-3/+3
| | | |
| * | | Merge branch 'master' into loadbalanced-2Devan Goodwin2015-12-0117-29/+54
| |\| |
| * | | Fix bug when warning on no dedicated nodes.Devan Goodwin2015-11-301-3/+2
| | | |
| * | | Suggest dedicated nodes for an HA deployment.Devan Goodwin2015-11-301-0/+9
| | | |
| * | | Error out if no load balancer specified.Devan Goodwin2015-11-302-23/+12
| | | |
| * | | Adjust requirement for 3 masters for HA deployments.Devan Goodwin2015-11-303-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 Goodwin2015-11-271-4/+5
| | | |
| * | | Print a system summary after adding each.Devan Goodwin2015-11-271-8/+20
| | | |
| * | | Text improvements for host specification.Devan Goodwin2015-11-271-7/+19
| | | |
| * | | Assert etcd section written for HA installs.Devan Goodwin2015-11-271-0/+3
| | | |
| * | | Breakout a test fixture to reduce module size.Devan Goodwin2015-11-262-222/+236
| | | |
| * | | Pylint touchups.Devan Goodwin2015-11-261-2/+2
| | | |
| * | | Trim assertions in HA testing.Devan Goodwin2015-11-261-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 Goodwin2015-11-263-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 Goodwin2015-11-261-4/+6
| | | |
| * | | Block re-use of master/node as load balancer in attended install.Devan Goodwin2015-11-263-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 Goodwin2015-11-252-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_checksMatt Woodson2015-12-011-0/+11
|\ \ \ \ | | | | | | | | | | added docker registry cluster check
| * | | | added docker registry cluster checkMatt Woodson2015-12-011-0/+11
| | |/ / | |/| |
* | | | Merge pull request #1006 from abutcher/dns-ipBrenton Leanhardt2015-12-011-5/+2
|\ \ \ \ | |/ / / |/| | | Fix kubernetes service ip gathering.
| * | | Fix kubernetes service ip gathering.Andrew Butcher2015-12-011-5/+2
|/ / /
* | | Merge pull request #964 from detiber/safePatchBrenton Leanhardt2015-11-304-7/+19
|\ \ \ | |_|/ |/| | Safe patch
| * | remove debug logging from scc/privileged patch commandJason DeTiberus2015-11-301-2/+1
| | |
| * | Set api version for oc commandsJason DeTiberus2015-11-303-6/+13
| | |
| * | 3.1 upgrade - use --api-version for patch commandsJason DeTiberus2015-11-301-1/+7
| | |
* | | Merge pull request #975 from detiber/fixSELinuxBoolTestBrenton Leanhardt2015-11-301-1/+1
|\ \ \ | |/ / |/| | Fix failure when seboolean not present
| * | Fix failure when seboolean not presentJason DeTiberus2015-11-241-1/+1
| | |
* | | Merge pull request #971 from detiber/refreshCacheBrenton Leanhardt2015-11-302-0/+8
|\ \ \ | | | | | | | | Update openshift_repos to refresh package cache on changes
| * | | Update openshift_repos to refresh package cache on changesJason DeTiberus2015-11-242-0/+8
| |/ /
* | | Merge pull request #998 from nak3/hawkular-fixBrenton Leanhardt2015-11-302-4/+4
|\ \ \ | | | | | | | | Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular template
| * | | Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular templateKenjiro Nakayama2015-11-304-8/+8
| | |/ | |/|
* | | Merge pull request #980 from brenton/unshedulableBrenton Leanhardt2015-11-304-17/+17
|\ \ \ | | | | | | | | Fixing 'unscheduleable' typo
| * | | Fixing 'unscheduleable' typoBrenton Leanhardt2015-11-304-17/+17
|/ / /
* | | Merge pull request #992 from ubreu/hotfix/fixVersionScriptBrenton Leanhardt2015-11-301-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 Breu2015-11-261-2/+2
| |/ / | | | | | | | | | This prevents ansible failures when trying to set version facts