summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-02Merge pull request #1013 from detiber/fixFactPlaybookBrenton Leanhardt
Fix openshift_facts playbook for yum/dnf changes
2015-12-02Fix openshift_facts playbook for yum/dnf changesJason DeTiberus
2015-12-02Merge pull request #966 from maxamillion/fedoraWesley Hearn
Fedora changes:
2015-12-02Fedora changes:Adam Miller
- 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
2015-12-02Merge pull request #1003 from detiber/fixInstanceTypeLookupStefanie Forrester
Fix ec2 instance type lookups
2015-12-02Merge pull request #1004 from puzzle/fixBasicAuthPasswordIDPValidationBrenton Leanhardt
Fix validation for BasicAuthPasswordIdentityProvider
2015-12-02Merge pull request #999 from dgoodwin/loadbalanced-2Brenton Leanhardt
Improvements for Load Balanced HA Master Deployments
2015-12-01Merge pull request #1005 from mwoodson/registry_checksMatt Woodson
added docker registry cluster check
2015-12-01Centralize etcd/schedulability logic for each host.Devan Goodwin
2015-12-01Merge pull request #1006 from abutcher/dns-ipBrenton Leanhardt
Fix kubernetes service ip gathering.
2015-12-01Improved installation summary.Devan Goodwin
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.
2015-12-01Fix kubernetes service ip gathering.Andrew Butcher
2015-12-01added docker registry cluster checkMatt Woodson
2015-12-01Add warning for HA deployments with < 3 dedicated nodes.Devan Goodwin
2015-12-01Cleanup more schedulable typos.Devan Goodwin
2015-12-01Merge branch 'master' into loadbalanced-2Devan Goodwin
2015-12-01Fix validation for BasicAuthPasswordIdentityProviderDaniel Tschan
2015-11-30Fix ec2 instance type lookupsJason DeTiberus
2015-11-30Merge pull request #964 from detiber/safePatchBrenton Leanhardt
Safe patch
2015-11-30remove debug logging from scc/privileged patch commandJason DeTiberus
2015-11-30Set api version for oc commandsJason DeTiberus
2015-11-30Merge pull request #975 from detiber/fixSELinuxBoolTestBrenton Leanhardt
Fix failure when seboolean not present
2015-11-303.1 upgrade - use --api-version for patch commandsJason DeTiberus
2015-11-30Merge pull request #971 from detiber/refreshCacheBrenton Leanhardt
Update openshift_repos to refresh package cache on changes
2015-11-30Fix bug when warning on no dedicated nodes.Devan Goodwin
2015-11-30Suggest dedicated nodes for an HA deployment.Devan Goodwin
2015-11-30Error out if no load balancer specified.Devan Goodwin
2015-11-30Adjust requirement for 3 masters for HA deployments.Devan Goodwin
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.
2015-11-30Merge pull request #998 from nak3/hawkular-fixBrenton Leanhardt
Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular template
2015-11-30Merge pull request #980 from brenton/unshedulableBrenton Leanhardt
Fixing 'unscheduleable' typo
2015-11-30Fixing 'unscheduleable' typoBrenton Leanhardt
2015-11-30Merge pull request #992 from ubreu/hotfix/fixVersionScriptBrenton Leanhardt
Add -q flag to remove unwantend output (such as mirror and cache information)
2015-11-30Merge pull request #985 from abutcher/ocConfigBrenton Leanhardt
Use admin.kubeconfig when obtaining kubernetes service ip
2015-11-30Merge pull request #987 from abutcher/uninstall-restart-dockerBrenton Leanhardt
Uninstall: only restart docker on node hosts.
2015-11-30Merge pull request #982 from simon3z/install-opensslBrenton Leanhardt
Make sure that OpenSSL is installed before use
2015-11-30Merge pull request #976 from sdodson/fix-enterprise-metricsBrenton Leanhardt
Point enterprise metrics templates at registry.access.redhat.com/openshift3/met…
2015-11-30Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular templateKenjiro Nakayama
2015-11-27Improved output when re-running after editing config.Devan Goodwin
2015-11-27Print a system summary after adding each.Devan Goodwin
2015-11-27Text improvements for host specification.Devan Goodwin
2015-11-27Assert etcd section written for HA installs.Devan Goodwin
2015-11-26Breakout a test fixture to reduce module size.Devan Goodwin
2015-11-26Pylint touchups.Devan Goodwin
2015-11-26Trim assertions in HA testing.Devan Goodwin
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.
2015-11-26Test unattended HA quick install.Devan Goodwin
Checking behavior when there is no LB specified, and when the user attempts to re-use a master or node as their LB.
2015-11-26Don't prompt to continue during unattended installs.Devan Goodwin
2015-11-26Block re-use of master/node as load balancer in attended install.Devan Goodwin
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.
2015-11-26Add -q flag to remove unwantend output (such as mirror and cache information)Urs Breu
This prevents ansible failures when trying to set version facts
2015-11-25Uninstall: only restart docker on node hosts.Andrew Butcher
2015-11-25Explicitly set schedulable when masters == nodes.Devan Goodwin
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.