| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-01 | Improved 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-01 | Add warning for HA deployments with < 3 dedicated nodes. | Devan Goodwin | |
| 2015-12-01 | Cleanup more schedulable typos. | Devan Goodwin | |
| 2015-12-01 | Merge branch 'master' into loadbalanced-2 | Devan Goodwin | |
| 2015-11-30 | Merge pull request #964 from detiber/safePatch | Brenton Leanhardt | |
| Safe patch | |||
| 2015-11-30 | remove debug logging from scc/privileged patch command | Jason DeTiberus | |
| 2015-11-30 | Set api version for oc commands | Jason DeTiberus | |
| 2015-11-30 | Merge pull request #975 from detiber/fixSELinuxBoolTest | Brenton Leanhardt | |
| Fix failure when seboolean not present | |||
| 2015-11-30 | 3.1 upgrade - use --api-version for patch commands | Jason DeTiberus | |
| 2015-11-30 | Merge pull request #971 from detiber/refreshCache | Brenton Leanhardt | |
| Update openshift_repos to refresh package cache on changes | |||
| 2015-11-30 | Fix bug when warning on no dedicated nodes. | Devan Goodwin | |
| 2015-11-30 | Suggest dedicated nodes for an HA deployment. | Devan Goodwin | |
| 2015-11-30 | Error out if no load balancer specified. | Devan Goodwin | |
| 2015-11-30 | Adjust 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-30 | Merge pull request #998 from nak3/hawkular-fix | Brenton Leanhardt | |
| Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular template | |||
| 2015-11-30 | Merge pull request #980 from brenton/unshedulable | Brenton Leanhardt | |
| Fixing 'unscheduleable' typo | |||
| 2015-11-30 | Fixing 'unscheduleable' typo | Brenton Leanhardt | |
| 2015-11-30 | Merge pull request #992 from ubreu/hotfix/fixVersionScript | Brenton Leanhardt | |
| Add -q flag to remove unwantend output (such as mirror and cache information) | |||
| 2015-11-30 | Merge pull request #985 from abutcher/ocConfig | Brenton Leanhardt | |
| Use admin.kubeconfig when obtaining kubernetes service ip | |||
| 2015-11-30 | Merge pull request #987 from abutcher/uninstall-restart-docker | Brenton Leanhardt | |
| Uninstall: only restart docker on node hosts. | |||
| 2015-11-30 | Merge pull request #982 from simon3z/install-openssl | Brenton Leanhardt | |
| Make sure that OpenSSL is installed before use | |||
| 2015-11-30 | Merge pull request #976 from sdodson/fix-enterprise-metrics | Brenton Leanhardt | |
| Point enterprise metrics templates at registry.access.redhat.com/openshift3/met… | |||
| 2015-11-30 | Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular template | Kenjiro Nakayama | |
| 2015-11-27 | Improved output when re-running after editing config. | Devan Goodwin | |
| 2015-11-27 | Print a system summary after adding each. | Devan Goodwin | |
| 2015-11-27 | Text improvements for host specification. | Devan Goodwin | |
| 2015-11-27 | Assert etcd section written for HA installs. | Devan Goodwin | |
| 2015-11-26 | Breakout a test fixture to reduce module size. | Devan Goodwin | |
| 2015-11-26 | Pylint touchups. | Devan Goodwin | |
| 2015-11-26 | Trim 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-26 | Test 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-26 | Don't prompt to continue during unattended installs. | Devan Goodwin | |
| 2015-11-26 | Block 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-26 | Add -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-25 | Uninstall: only restart docker on node hosts. | Andrew Butcher | |
| 2015-11-25 | Explicitly 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. | |||
| 2015-11-25 | Use admin.kubeconfig for get svc ip. | Andrew Butcher | |
| 2015-11-25 | Point enterprise metrics at registry.access.redhat.com/openshift3/metrics- | Scott Dodson | |
| 2015-11-25 | Make sure that OpenSSL is installed before use | Federico Simoncelli | |
| Signed-off-by: Federico Simoncelli <fsimonce@redhat.com> | |||
| 2015-11-24 | Merge pull request #968 from detiber/fixScaleup2 | Brenton Leanhardt | |
| Improve scaleup playbook | |||
| 2015-11-24 | Automatic commit of package [openshift-ansible] release [3.0.16-1]. | Brenton Leanhardt | |
| 2015-11-24 | Merge pull request #978 from brenton/quick_ha | Brenton Leanhardt | |
| HA support for atomic-openshift-installer | |||
| 2015-11-24 | Silencing pylint branch errors for now for the atomic-openshift-installer ↵ | Brenton Leanhardt | |
| harness | |||
| 2015-11-24 | Merge pull request #967 from detiber/setHostname | Brenton Leanhardt | |
| Rework setting of hostname | |||
| 2015-11-24 | Properly setting scheduleability for HA Master scenarios | Brenton Leanhardt | |
| If the only Nodes we have are also on Masters we set the scheduleable. | |||
| 2015-11-24 | Merge pull request #977 from mwoodson/graphs | Matt Woodson | |
| added graphs for openshift master and network in zabbix | |||
| 2015-11-24 | added graphs | Matt Woodson | |
| 2015-11-24 | fixes for installer wrapper scaleup | Jason DeTiberus | |
| 2015-11-24 | Rework setting of hostname | Jason DeTiberus | |
| - set the hostname for all installs < 3.1 or 1.1 - provide a new variable openshift_set_hostname to override default behavior | |||
| 2015-11-24 | addtl aws fixes | Jason DeTiberus | |
