summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-06Merge pull request #698 from lebauce/flannelBrenton Leanhardt
Add support for flannel
2015-11-06Merge pull request #838 from detiber/upgradeFix2Brenton Leanhardt
Fix indentation on when
2015-11-06Fix indentation on whenJason DeTiberus
2015-11-06Merge pull request #837 from detiber/bz1278863Brenton Leanhardt
Bug 1278863 - Error using openshift_pkg_version
2015-11-06Merge pull request #835 from brenton/masterBrenton Leanhardt
Updating the atomic-openshift-isntaller local connection logic for th…
2015-11-06Merge pull request #822 from detiber/upgradeFix2Brenton Leanhardt
Upgrade enhancements
2015-11-06Merge pull request #830 from detiber/nov1beta3Brenton Leanhardt
apiLevel changes
2015-11-06Merge pull request #796 from abutcher/master-proxy-certsBrenton Leanhardt
Fix issue with master.proxy-client.{crt,key} and omit.
2015-11-06Merge pull request #818 from abutcher/custom-certs-fixesBrenton Leanhardt
Named certificate fixes
2015-11-06Bug 1278863 - Error using openshift_pkg_versionJason DeTiberus
- Install correct version of package in openshift_master_ca - Remove duplicate yum tasks in openshift_node
2015-11-06Merge pull request #836 from mwoodson/disk_checksMatt Woodson
cleaned up network checks
2015-11-06more cleanup of namesMatt Woodson
2015-11-06Merge remote-tracking branch 'dgoodwin/pre-upgrade' into upgradeFix2Jason DeTiberus
2015-11-06Merge pull request #52 from abutcher/pcs-restart-master3Jason DeTiberus
Wait for cluster to recover after pcs resource restart.
2015-11-06Missing conditionals for api/controller sysconfig.Andrew Butcher
2015-11-06Updating the atomic-openshift-isntaller local connection logic for the ↵Brenton Leanhardt
connect_to addition.
2015-11-06Merge pull request #834 from mwoodson/disk_checksMatt Woodson
cleaned up network checks
2015-11-06cleaned up network checksMatt Woodson
2015-11-06Merge pull request #832 from mwoodson/disk_checksMatt Woodson
added network checks. also updated item prototype code to support more
2015-11-06Minor 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-06Wait for cluster to recover after pcs resource restart.Andrew Butcher
2015-11-06Merge pull request #833 from brenton/BZ1278245Brenton Leanhardt
Bug 1278245 - Failed to add node to existing env using atomic-openshift-installer
2015-11-06Bug 1278245 - Failed to add node to existing env using ↵Brenton Leanhardt
atomic-openshift-installer
2015-11-06Merge pull request #821 from smunilla/connect_toBrenton Leanhardt
atomic-openshift-installer: Better specification of ansible connection point
2015-11-06remove debug statementJason DeTiberus
2015-11-06Fix removal of kubernetesMasterConfig.apiLevelsJason DeTiberus
2015-11-06atomic-openshift-installer: Better specification of ansible connection pointSamuel Munilla
Changes to installer.cfg.yaml to allow for better defaults in unattended mode. Update example in the docs.
2015-11-06Merge pull request #829 from detiber/nov1beta3nfsBrenton Leanhardt
Remove v1beta3 by default for kube_nfs_volumes
2015-11-06Merge pull request #831 from detiber/oopsBrenton Leanhardt
Fix data_dir for 3.0 deployments
2015-11-06Fix issues related to upgrade packages being unavailableJason DeTiberus
2015-11-06added network checks. also updated item prototype code to support moreMatt Woodson
2015-11-06Merge pull request #51 from dgoodwin/pre-upgradeJason DeTiberus
Pre upgrade
2015-11-06Fix data_dir for 3.0 deploymentsJason DeTiberus
2015-11-06Merge remote-tracking branch 'origin/upgradeFix2' into upgradeFix2Jason DeTiberus
2015-11-06Fix apiLevels modificationsJason DeTiberus
2015-11-06Fix creation of origin symlink when dir already exists.Devan Goodwin
2015-11-06apiLevel changesJason 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-06Merge pull request #50 from dgoodwin/pre-upgradeJason DeTiberus
Run pre-upgrade script on nodes
2015-11-06Merge pull request #49 from abutcher/pcs-restart-master2Jason DeTiberus
Start to handle pacemaker ha during upgrade
2015-11-06Write new config to disk after successful upgrade.Devan Goodwin
2015-11-06Fix pylint errors with getting hosts to run on.Devan Goodwin
2015-11-06Remove v1beta3 by default for kube_nfs_volumesJason DeTiberus
2015-11-06Add 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-06Merge pull request #824 from detiber/lb_group_fixesBrenton Leanhardt
Fix lb group related errors
2015-11-06Start to handle pacemaker ha during upgradeAndrew Butcher
2015-11-05Fix lb group related errorsJason DeTiberus
2015-11-05Fix file check conditional.Andrew Butcher
2015-11-05Don't check for certs in data_dir just raise when they can't be found. Fix typo.Andrew Butcher
2015-11-05Merge pull request #823 from tdawson/2015-11-fix-conflictTroy Dawson
exclude atomic-openshift-installer from bin subpackage
2015-11-05exclude atomic-openshift-installer from bin subpackageTroy Dawson