Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #837 from detiber/bz1278863 | Brenton Leanhardt | 2015-11-06 | 2 | -10/+1 |
|\ | | | | | Bug 1278863 - Error using openshift_pkg_version | ||||
| * | Bug 1278863 - Error using openshift_pkg_version | Jason DeTiberus | 2015-11-06 | 2 | -10/+1 |
| | | | | | | | | | | - Install correct version of package in openshift_master_ca - Remove duplicate yum tasks in openshift_node | ||||
* | | Merge pull request #822 from detiber/upgradeFix2 | Brenton Leanhardt | 2015-11-06 | 1 | -0/+7 |
|\ \ | | | | | | | Upgrade enhancements | ||||
| * | | Missing conditionals for api/controller sysconfig. | Andrew Butcher | 2015-11-06 | 1 | -0/+2 |
| | | | |||||
| * | | Start to handle pacemaker ha during upgrade | Andrew Butcher | 2015-11-06 | 1 | -0/+5 |
| | | | |||||
* | | | Merge pull request #830 from detiber/nov1beta3 | Brenton Leanhardt | 2015-11-06 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | apiLevel changes | ||||
| * | | | apiLevel changes | Jason DeTiberus | 2015-11-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | - remove kubernetesMasterConfig.apiLevels if >= 3.1/1.1 - change apiLevels conditional from using deployment_type to version_greater_than_3_1_or_1_1 | ||||
* | | | | Merge pull request #796 from abutcher/master-proxy-certs | Brenton Leanhardt | 2015-11-06 | 1 | -9/+14 |
|\ \ \ \ | | | | | | | | | | | Fix issue with master.proxy-client.{crt,key} and omit. | ||||
| * | | | | Fix issue with master.proxy-client.{crt,key} and omit. | Andrew Butcher | 2015-11-02 | 1 | -9/+14 |
| | | | | | |||||
* | | | | | Merge pull request #818 from abutcher/custom-certs-fixes | Brenton Leanhardt | 2015-11-06 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Named certificate fixes | ||||
| * | | | | | Don't check for certs in data_dir just raise when they can't be found. Fix typo. | Andrew Butcher | 2015-11-05 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #836 from mwoodson/disk_checks | Matt Woodson | 2015-11-06 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | cleaned up network checks | ||||
| * | | | | | more cleanup of names | Matt Woodson | 2015-11-06 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #834 from mwoodson/disk_checks | Matt Woodson | 2015-11-06 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | | | cleaned up network checks | ||||
| * | | | | | cleaned up network checks | Matt Woodson | 2015-11-06 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #832 from mwoodson/disk_checks | Matt Woodson | 2015-11-06 | 3 | -4/+64 |
|\| | | | | | |_|_|_|/ |/| | | | | added network checks. also updated item prototype code to support more | ||||
| * | | | | added network checks. also updated item prototype code to support more | Matt Woodson | 2015-11-06 | 3 | -4/+64 |
| | | | | | |||||
* | | | | | Merge pull request #829 from detiber/nov1beta3nfs | Brenton Leanhardt | 2015-11-06 | 5 | -6/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove v1beta3 by default for kube_nfs_volumes | ||||
| * | | | | | Remove v1beta3 by default for kube_nfs_volumes | Jason DeTiberus | 2015-11-06 | 5 | -6/+17 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Fix data_dir for 3.0 deployments | Jason DeTiberus | 2015-11-06 | 1 | -0/+2 |
| |_|/ / |/| | | | |||||
* | | | | 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 |