Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #608 from abutcher/native-ha | Brenton Leanhardt | 2015-11-05 | 22 | -38/+409 |
|\ | | | | | Native Support for Multi-Master HA | ||||
| * | Revert to defaults | Andrew Butcher | 2015-11-05 | 2 | -4/+3 |
| | | |||||
| * | Various HA changes for pacemaker and native methods. | Andrew Butcher | 2015-11-05 | 15 | -70/+99 |
| | | |||||
| * | Atomic Enterprise/OpenShift Enterprise merge update | Jason DeTiberus | 2015-11-04 | 2 | -2/+2 |
| | | |||||
| * | fix dueling controllers - without controllerLeaseTTL set in config, multiple ↵ | Jason DeTiberus | 2015-11-04 | 3 | -1/+6 |
| | | | | | | | | controllers will attempt to start | ||||
| * | hardcode openshift binaries for now | Jason DeTiberus | 2015-11-04 | 2 | -2/+2 |
| | | |||||
| * | more tweaks | Jason DeTiberus | 2015-11-04 | 1 | -3/+5 |
| | | |||||
| * | more tweaks | Jason DeTiberus | 2015-11-04 | 9 | -20/+84 |
| | | |||||
| * | additional ha related updates | Jason DeTiberus | 2015-11-04 | 5 | -8/+130 |
| | | |||||
| * | additional native ha changes | Andrew Butcher | 2015-11-04 | 2 | -2/+2 |
| | | |||||
| * | Start of true master ha | Jason DeTiberus | 2015-11-04 | 7 | -4/+141 |
| | | |||||
| * | Atomic Enterprise related changes. | Avesh Agarwal | 2015-11-04 | 5 | -3/+16 |
| | | |||||
* | | Merge pull request #815 from detiber/fixMTU | Brenton Leanhardt | 2015-11-05 | 2 | -5/+16 |
|\ \ | |/ |/| | Bug 1277592 - SDN MTU has hardcoded default | ||||
| * | Bug 1277592 - SDN MTU has hardcoded default | Jason DeTiberus | 2015-11-04 | 2 | -5/+16 |
| | | | | | | | | | | | | - Attempt to detect the MTU of the interface associated with the node IP and set the default for sdn_mtu accordingly. The value can still be overriden by users and if detection fails the previous default of 1450 is still used. | ||||
* | | Merge remote-tracking branch 'upstream/master' into upgrade | Devan Goodwin | 2015-11-04 | 5 | -13/+57 |
|\ \ | |||||
| * | | remove debug line | talset | 2015-11-04 | 1 | -3/+0 |
| | | | |||||
| * | | [roles/openshift_master_certificates/tasks/main.yml] Fix variable ↵ | talset | 2015-11-04 | 1 | -1/+1 |
| | | | | | | | | | | | | openshift.master.all_hostnames to openshift.common.all_hostnames | ||||
| * | | Merge pull request #809 from kwoodson/invenupdate | Kenny Woodson | 2015-11-04 | 1 | -1/+5 |
| |\ \ | | | | | | | | | Adding aws and gce to ansibe-inventory. | ||||
| | * | | Adding aws and gce packages to ansible-inventory | Kenny Woodson | 2015-11-04 | 1 | -1/+5 |
| | | | | |||||
| * | | | Merge pull request #767 from abutcher/custom-certs | Brenton Leanhardt | 2015-11-04 | 2 | -4/+26 |
| |\ \ \ | | |/ / | |/| | | Add custom certificates to serving info in master configuration. | ||||
| | * | | Filter internal hostnames from the list of parsed names. | Andrew Butcher | 2015-11-03 | 2 | -4/+12 |
| | | | | |||||
| | * | | Add custom certificates to serving info in master configuration. | Andrew Butcher | 2015-11-03 | 1 | -0/+14 |
| | | | | |||||
| * | | | added the %util in zabbix | Matt Woodson | 2015-11-04 | 1 | -0/+8 |
| | |/ | |/| | |||||
| * | | Merge pull request #793 from kwoodson/multiinventory | Kenny Woodson | 2015-11-04 | 1 | -5/+5 |
| |\ \ | | | | | | | | | Renamed multi_ec2 to multi_inventory. Adding support for gce to mult_inventory. | ||||
| | * | | Support for gce | Kenny Woodson | 2015-11-03 | 1 | -5/+5 |
| | | | | |||||
| * | | | fixed a dumb naming mistake | Matt Woodson | 2015-11-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | added disk tps checks to zabbix | Matt Woodson | 2015-11-03 | 1 | -0/+13 |
| | |/ | |/| | |||||
* | | | Merge remote-tracking branch 'upstream/master' into upgrade | Devan Goodwin | 2015-11-03 | 23 | -69/+254 |
|\| | | |||||
| * | | Moving to Openshift Etcd application | Marek Mahut | 2015-11-03 | 1 | -12/+12 |
| | | | |||||
| * | | Merge pull request #609 from sdodson/add-all-hostnames | Brenton Leanhardt | 2015-11-03 | 3 | -0/+15 |
| |\ \ | | | | | | | | | Add all the possible servicenames to openshift_all_hostnames | ||||
| | * | | Add all the possible servicenames to openshift_all_hostnames for masters | Scott Dodson | 2015-11-03 | 3 | -0/+15 |
| | | | | |||||
| * | | | Merge pull request #782 from mmahut/etcd | Marek Mahut | 2015-11-03 | 1 | -0/+82 |
| |\ \ \ | | |/ / | |/| | | Adding openshift.node.etcd items | ||||
| | * | | Adding openshift.node.etcd items | Marek Mahut | 2015-11-03 | 1 | -0/+82 |
| | |/ | |||||
| * | | Merge pull request #702 from detiber/etcd_cert_fix | Brenton Leanhardt | 2015-11-03 | 19 | -69/+157 |
| |\ \ | | |/ | |/| | Fix etcd cert generation when etcd_interface is defined | ||||
| | * | Fix etcd cert generation when etcd_interface is defined | Jason DeTiberus | 2015-11-02 | 19 | -69/+157 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Refactor certificate generation to properly accept overrides of etcd_interface per host and set the certificate SANS and peer URLs properly. - Add sanity checking to user-set values of etcd_interface to provide a better error message | ||||
* | | | Merge remote-tracking branch 'upstream/master' into upgrade | Devan Goodwin | 2015-11-02 | 28 | -100/+322 |
|\| | | |||||
| * | | Merge pull request #785 from joelddiaz/pcp-zabbix-status | Joel Diaz | 2015-11-02 | 2 | -0/+23 |
| |\ \ | | | | | | | | | get zabbix ready to start tracking status of pcp | ||||
| | * | | get zabbix ready to start tracking status of pcp | Joel Diaz | 2015-11-02 | 2 | -0/+23 |
| | | | | |||||
| * | | | Merge pull request #772 from detiber/aep | Brenton Leanhardt | 2015-11-02 | 3 | -2/+18 |
| |\ \ \ | | | | | | | | | | | Disable OpenShift features if installing Atomic Enterprise | ||||
| | * | | | Disable OpenShift features if installing Atomic Enterprise | Jason DeTiberus | 2015-10-30 | 3 | -2/+18 |
| | | | | | |||||
| * | | | | Merge pull request #786 from mwoodson/cpu_alert | Matt Woodson | 2015-11-02 | 1 | -3/+3 |
| |\ \ \ \ | | |_|/ / | |/| | | | changed the cpu alert to only alert if cpu idle more than 5x. | ||||
| | * | | | changed the cpu alert to only alert if cpu idle more than 5x. Change alert ↵ | Matt Woodson | 2015-11-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | to warning | ||||
| * | | | | Use more specific enterprise version for version_greater_than_3_1_or_1_1. | Andrew Butcher | 2015-10-30 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
| * | | | Merge pull request #766 from brenton/master | Brenton Leanhardt | 2015-10-29 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | | | Conditionalizing the support for the v1beta3 api | ||||
| | * | | | Conditionalizing the support for the v1beta3 api | Brenton Leanhardt | 2015-10-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | v1beta3 is only supported on OSE 3.0. For 3.0 the deployment_type was "enterprise" | ||||
| * | | | | Removing the template and doing to_nice_yaml instead | Kenny Woodson | 2015-10-29 | 2 | -29/+4 |
| |/ / / | |||||
| * | | | Merge pull request #738 from detiber/storage_plugins | Brenton Leanhardt | 2015-10-29 | 6 | -4/+49 |
| |\ \ \ | | | | | | | | | | | Install storage plugin dependencies | ||||
| | * | | | make storage_plugin_deps conditional on deployment_type | Jason DeTiberus | 2015-10-27 | 1 | -17/+9 |
| | | | | | |||||
| | * | | | remove debugging pauses | Jason DeTiberus | 2015-10-26 | 1 | -4/+0 |
| | | | | | |||||
| | * | | | make storage plugin dependency installation more flexible | Jason DeTiberus | 2015-10-26 | 6 | -18/+60 |
| | | | | |