| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-06 | Merge pull request #698 from lebauce/flannel | Brenton Leanhardt | |
| Add support for flannel | |||
| 2015-11-06 | Merge pull request #838 from detiber/upgradeFix2 | Brenton Leanhardt | |
| Fix indentation on when | |||
| 2015-11-06 | Fix indentation on when | Jason DeTiberus | |
| 2015-11-06 | Merge pull request #837 from detiber/bz1278863 | Brenton Leanhardt | |
| Bug 1278863 - Error using openshift_pkg_version | |||
| 2015-11-06 | Merge pull request #835 from brenton/master | Brenton Leanhardt | |
| Updating the atomic-openshift-isntaller local connection logic for th… | |||
| 2015-11-06 | Merge pull request #822 from detiber/upgradeFix2 | Brenton Leanhardt | |
| Upgrade enhancements | |||
| 2015-11-06 | Merge pull request #830 from detiber/nov1beta3 | Brenton Leanhardt | |
| apiLevel changes | |||
| 2015-11-06 | Merge pull request #796 from abutcher/master-proxy-certs | Brenton Leanhardt | |
| Fix issue with master.proxy-client.{crt,key} and omit. | |||
| 2015-11-06 | Merge pull request #818 from abutcher/custom-certs-fixes | Brenton Leanhardt | |
| Named certificate fixes | |||
| 2015-11-06 | Bug 1278863 - Error using openshift_pkg_version | Jason DeTiberus | |
| - Install correct version of package in openshift_master_ca - Remove duplicate yum tasks in openshift_node | |||
| 2015-11-06 | Merge pull request #836 from mwoodson/disk_checks | Matt Woodson | |
| cleaned up network checks | |||
| 2015-11-06 | more cleanup of names | Matt Woodson | |
| 2015-11-06 | Merge remote-tracking branch 'dgoodwin/pre-upgrade' into upgradeFix2 | Jason DeTiberus | |
| 2015-11-06 | Merge pull request #52 from abutcher/pcs-restart-master3 | Jason DeTiberus | |
| Wait for cluster to recover after pcs resource restart. | |||
| 2015-11-06 | Missing conditionals for api/controller sysconfig. | Andrew Butcher | |
| 2015-11-06 | Updating the atomic-openshift-isntaller local connection logic for the ↵ | Brenton Leanhardt | |
| connect_to addition. | |||
| 2015-11-06 | Merge pull request #834 from mwoodson/disk_checks | Matt Woodson | |
| cleaned up network checks | |||
| 2015-11-06 | cleaned up network checks | Matt Woodson | |
| 2015-11-06 | Merge pull request #832 from mwoodson/disk_checks | Matt Woodson | |
| added network checks. also updated item prototype code to support more | |||
| 2015-11-06 | Minor upgrade improvements. | Devan Goodwin | |
| Skip some 3.1 checks if doing a 3.0.x to 3.0.2 upgrade. Improve error message when oc whoami fails (i.e. openshift is down) during pre-upgrade checks, rather than assuming the binary doesn't exist. | |||
| 2015-11-06 | Wait for cluster to recover after pcs resource restart. | Andrew Butcher | |
| 2015-11-06 | Merge pull request #833 from brenton/BZ1278245 | Brenton Leanhardt | |
| Bug 1278245 - Failed to add node to existing env using atomic-openshift-installer | |||
| 2015-11-06 | Bug 1278245 - Failed to add node to existing env using ↵ | Brenton Leanhardt | |
| atomic-openshift-installer | |||
| 2015-11-06 | Merge pull request #821 from smunilla/connect_to | Brenton Leanhardt | |
| atomic-openshift-installer: Better specification of ansible connection point | |||
| 2015-11-06 | remove debug statement | Jason DeTiberus | |
| 2015-11-06 | Fix removal of kubernetesMasterConfig.apiLevels | Jason DeTiberus | |
| 2015-11-06 | atomic-openshift-installer: Better specification of ansible connection point | Samuel Munilla | |
| Changes to installer.cfg.yaml to allow for better defaults in unattended mode. Update example in the docs. | |||
| 2015-11-06 | Merge pull request #829 from detiber/nov1beta3nfs | Brenton Leanhardt | |
| Remove v1beta3 by default for kube_nfs_volumes | |||
| 2015-11-06 | Merge pull request #831 from detiber/oops | Brenton Leanhardt | |
| Fix data_dir for 3.0 deployments | |||
| 2015-11-06 | Fix issues related to upgrade packages being unavailable | Jason DeTiberus | |
| 2015-11-06 | added network checks. also updated item prototype code to support more | Matt Woodson | |
| 2015-11-06 | Merge pull request #51 from dgoodwin/pre-upgrade | Jason DeTiberus | |
| Pre upgrade | |||
| 2015-11-06 | Fix data_dir for 3.0 deployments | Jason DeTiberus | |
| 2015-11-06 | Merge remote-tracking branch 'origin/upgradeFix2' into upgradeFix2 | Jason DeTiberus | |
| 2015-11-06 | Fix apiLevels modifications | Jason DeTiberus | |
| 2015-11-06 | Fix creation of origin symlink when dir already exists. | Devan Goodwin | |
| 2015-11-06 | apiLevel changes | Jason DeTiberus | |
| - remove kubernetesMasterConfig.apiLevels if >= 3.1/1.1 - change apiLevels conditional from using deployment_type to version_greater_than_3_1_or_1_1 | |||
| 2015-11-06 | Merge pull request #50 from dgoodwin/pre-upgrade | Jason DeTiberus | |
| Run pre-upgrade script on nodes | |||
| 2015-11-06 | Merge pull request #49 from abutcher/pcs-restart-master2 | Jason DeTiberus | |
| Start to handle pacemaker ha during upgrade | |||
| 2015-11-06 | Write new config to disk after successful upgrade. | Devan Goodwin | |
| 2015-11-06 | Fix pylint errors with getting hosts to run on. | Devan Goodwin | |
| 2015-11-06 | Remove v1beta3 by default for kube_nfs_volumes | Jason DeTiberus | |
| 2015-11-06 | Add pre-upgrade script to be run on first master. | Devan Goodwin | |
| Script currently just checks for port names that are no longer valid. In theory other checks may be added to this script in the future. Script was originally written by Steve Milner and Andy Goldstein. If the script fails, ansible seems to handle this nicely by default, exiting the upgrade and displaying stderr and stdout, both of which contain useful info on what the problem was. | |||
| 2015-11-06 | Merge pull request #824 from detiber/lb_group_fixes | Brenton Leanhardt | |
| Fix lb group related errors | |||
| 2015-11-06 | Start to handle pacemaker ha during upgrade | Andrew Butcher | |
| 2015-11-05 | Fix lb group related errors | Jason DeTiberus | |
| 2015-11-05 | Fix file check conditional. | Andrew Butcher | |
| 2015-11-05 | Don't check for certs in data_dir just raise when they can't be found. Fix typo. | Andrew Butcher | |
| 2015-11-05 | Merge pull request #823 from tdawson/2015-11-fix-conflict | Troy Dawson | |
| exclude atomic-openshift-installer from bin subpackage | |||
| 2015-11-05 | exclude atomic-openshift-installer from bin subpackage | Troy Dawson | |
