summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-04Merge pull request #1022 from mwoodson/master_checksMatt Woodson
Zabbix: added dependency for disk check
2015-12-04Zabbix: added dependency for disk checkMatt Woodson
2015-12-04Merge pull request #1021 from mwoodson/master_checksMatt Woodson
added pv checks; added trigger dependencies
2015-12-04zabbix: removed ethernet graphsMatt Woodson
2015-12-04Zabbix: added trigger dependencies to certain master checksMatt Woodson
2015-12-03added the pv zabbix keysMatt Woodson
2015-12-03Merge pull request #1012 from abutcher/dns-ip-overrideBrenton Leanhardt
Refactor dns options and facts
2015-12-03Refactor dns options and facts.Andrew Butcher
2015-12-03Merge pull request #1010 from abutcher/pacemaker-countBrenton Leanhardt
Use masterCount=1 with pacemaker ha
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-02Configured master count should be 1 for pacemaker ha.Andrew Butcher
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