summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-0521-102/+196
| | * | | | | | | | Atomic Enterprise/OpenShift Enterprise merge updateJason DeTiberus2015-11-042-2/+2
| | * | | | | | | | fix dueling controllers - without controllerLeaseTTL set in config, multiple ...Jason DeTiberus2015-11-044-1/+8
| | * | | | | | | | default to source persistence for haproxyJason DeTiberus2015-11-041-1/+1
| | * | | | | | | | hardcode openshift binaries for nowJason DeTiberus2015-11-043-5/+13
| | * | | | | | | | more tweaksJason DeTiberus2015-11-042-3/+6
| | * | | | | | | | more tweaksJason DeTiberus2015-11-0411-56/+94
| | * | | | | | | | additional ha related updatesJason DeTiberus2015-11-048-14/+182
| | * | | | | | | | additional native ha changesAndrew Butcher2015-11-043-7/+7
| | * | | | | | | | Start of true master haJason DeTiberus2015-11-049-4/+183
| | * | | | | | | | Atomic Enterprise related changes.Avesh Agarwal2015-11-046-6/+16
| * | | | | | | | | Merge pull request #815 from detiber/fixMTUBrenton Leanhardt2015-11-052-5/+16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Bug 1277592 - SDN MTU has hardcoded defaultJason DeTiberus2015-11-042-5/+16
| * | | | | | | | | | Merge pull request #820 from brenton/uninstallBrenton Leanhardt2015-11-051-2/+6
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | The uninstall playbook needs to remove /run/openshift-sdnBrenton Leanhardt2015-11-051-2/+6
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #819 from brenton/BZ1274201Brenton Leanhardt2015-11-052-43/+71
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Bug 1278243 - Confusing prompt from atomic-openshift-installerBrenton Leanhardt2015-11-051-1/+2
| | * | | | | | | | | Bug 1278244 - Previously there was no way to add a node in unattended modeBrenton Leanhardt2015-11-051-25/+44
| | * | | | | | | | | Bug 1278244 - Incorrect node information gathered by atomic-openshift-installerBrenton Leanhardt2015-11-051-0/+2
| | * | | | | | | | | atomic-openshift-installer's unattended mode wasn't work with --force for all...Brenton Leanhardt2015-11-051-1/+4
| | * | | | | | | | | Making it easier to use pre-release contentBrenton Leanhardt2015-11-051-10/+11
| | * | | | | | | | | Bug 1274201 - Fixing non-root installations if using a local connectionBrenton Leanhardt2015-11-051-9/+11
| | * | | | | | | | | Bug 1274201 - Fixing sudo non-interactive testBrenton Leanhardt2015-11-051-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #817 from abutcher/uninstall-pacemakerBrenton Leanhardt2015-11-051-0/+6
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Remove pacemaker bits.Andrew Butcher2015-11-041-0/+6
| |/ / / / / / / /
| * | | | | | | | Merge pull request #792 from dgoodwin/upgradeBrenton Leanhardt2015-11-049-35/+383
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Override hosts deployment_type fact for version we're upgrading to.Devan Goodwin2015-11-041-0/+10
| | * | | | | | | | Pylint fixes for config upgrade module.Devan Goodwin2015-11-041-10/+13
| | * | | | | | | | Disable proxy cert config upgrade until certs being generated.Devan Goodwin2015-11-041-5/+6
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into upgradeDevan Goodwin2015-11-0433-310/+582
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #812 from talset/masterBrenton Leanhardt2015-11-041-3/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | remove debug linetalset2015-11-041-3/+0
| | * | | | | | | | | [roles/openshift_master_certificates/tasks/main.yml] Fix variable openshift.m...talset2015-11-041-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #807 from detiber/fixRPMDepsBrenton Leanhardt2015-11-041-0/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix subpackage dependenciesJason DeTiberus2015-11-041-0/+5
| | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Fix bug with not upgrading openshift-master to atomic-openshift-master.Devan Goodwin2015-11-042-14/+6
| | | * | | | | | | Fix bug from module rename.Devan Goodwin2015-11-041-1/+1
| | | * | | | | | | Fix bug with default ansible playbook dir.Devan Goodwin2015-11-041-1/+1
| | | * | | | | | | Merge branch 'config-upgrade' into upgradeDevan Goodwin2015-11-043-11/+128
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Move config upgrade to correct place, fix node facts.Devan Goodwin2015-11-033-13/+24
| | | | * | | | | | | Add in proxyClientInfo if missing during config upgrade.Devan Goodwin2015-11-031-3/+9
| | | | * | | | | | | Implement master-config.yaml upgrade for v1beta3 apiLevel removal.Devan Goodwin2015-11-033-13/+67
| | | | * | | | | | | Merge branch 'upgrade' into config-upgradeDevan Goodwin2015-11-031-1/+1
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge branch 'upgrade' into config-upgradeDevan Goodwin2015-11-0311-66/+332
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | initial module frameworkJason DeTiberus2015-11-021-0/+62
| | | | | |_|_|/ / / / / | | | | |/| | | | | | |
| | | * | | | | | | | | Use the base package upgrade version so we can check things earlier.Devan Goodwin2015-11-041-23/+41
| | | * | | | | | | | | Skip fail if enterprise deployment type depending on version.Devan Goodwin2015-11-041-0/+8
| | | * | | | | | | | | Add debug output for location of etcd backup.Devan Goodwin2015-11-031-0/+3
| | | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into upgradeDevan Goodwin2015-11-0329-112/+306
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / | | | |/| | | | | / / / | | | | | |_|_|_|/ / / | | | | |/| | | | | |
| | | * | | | | | | | Fix installer upgrade bug following pylint fix.Devan Goodwin2015-11-031-1/+1
| | | | |_|/ / / / / | | | |/| | | | | |