summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add missing 2nd true parameters to default Jinja filterSylvain Baubeau2015-10-271-3/+3
| | | |
| * | | Use 'command' module instead of 'shell'Sylvain Baubeau2015-10-271-1/+1
| | | |
| * | | Add flannel modules documentationSylvain Baubeau2015-10-274-5/+23
| | | |
| * | | Only remove IPv4 address from docker bridgeSylvain Baubeau2015-10-271-1/+1
| | | |
| * | | Remove multiple use_flannel fact definitionSylvain Baubeau2015-10-272-11/+1
| | | |
| * | | Ensure openshift-sdn and flannel can't be used at the same timeSylvain Baubeau2015-10-271-0/+4
| | | |
| * | | Add flannel supportSylvain Baubeau2015-10-2716-1/+240
| | | | | | | | | | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | | | Merge pull request #838 from detiber/upgradeFix2Brenton Leanhardt2015-11-061-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix indentation on when
| * | | Fix indentation on whenJason DeTiberus2015-11-061-1/+1
| | | |
* | | | Merge pull request #837 from detiber/bz1278863Brenton Leanhardt2015-11-062-10/+1
|\ \ \ \ | | | | | | | | | | Bug 1278863 - Error using openshift_pkg_version
| * | | | Bug 1278863 - Error using openshift_pkg_versionJason DeTiberus2015-11-062-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Install correct version of package in openshift_master_ca - Remove duplicate yum tasks in openshift_node
* | | | | Merge pull request #835 from brenton/masterBrenton Leanhardt2015-11-061-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Updating the atomic-openshift-isntaller local connection logic for th…
| * | | | | Updating the atomic-openshift-isntaller local connection logic for the ↵Brenton Leanhardt2015-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | connect_to addition.
* | | | | | Merge pull request #822 from detiber/upgradeFix2Brenton Leanhardt2015-11-067-151/+586
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | Upgrade enhancements
| * | | | | Merge remote-tracking branch 'dgoodwin/pre-upgrade' into upgradeFix2Jason DeTiberus2015-11-062-7/+12
| |\ \ \ \ \
| | * | | | | Minor upgrade improvements.Devan Goodwin2015-11-062-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | Merge pull request #52 from abutcher/pcs-restart-master3Jason DeTiberus2015-11-062-0/+10
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Wait for cluster to recover after pcs resource restart.
| | * | | | | Missing conditionals for api/controller sysconfig.Andrew Butcher2015-11-061-0/+2
| | | | | | |
| | * | | | | Wait for cluster to recover after pcs resource restart.Andrew Butcher2015-11-061-0/+8
| |/ / / / /
| * | | | | remove debug statementJason DeTiberus2015-11-061-2/+0
| | | | | |
| * | | | | Fix removal of kubernetesMasterConfig.apiLevelsJason DeTiberus2015-11-061-1/+1
| | | | | |
| * | | | | Fix issues related to upgrade packages being unavailableJason DeTiberus2015-11-062-6/+16
| | | | | |
| * | | | | Merge pull request #51 from dgoodwin/pre-upgradeJason DeTiberus2015-11-062-1/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | Pre upgrade
| | * | | | | Fix creation of origin symlink when dir already exists.Devan Goodwin2015-11-061-1/+4
| | | | | | |
| | * | | | | Write new config to disk after successful upgrade.Devan Goodwin2015-11-061-0/+1
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/upgradeFix2' into upgradeFix2Jason DeTiberus2015-11-064-4/+251
| |\ \ \ \ \ \
| | * | | | | | Merge pull request #50 from dgoodwin/pre-upgradeJason DeTiberus2015-11-063-1/+195
| | |\| | | | | | | | | | | | | | | | | | | | | Run pre-upgrade script on nodes
| | | * | | | | Fix pylint errors with getting hosts to run on.Devan Goodwin2015-11-061-1/+3
| | | | | | | |
| | | * | | | | Add pre-upgrade script to be run on first master.Devan Goodwin2015-11-062-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | | Merge pull request #49 from abutcher/pcs-restart-master2Jason DeTiberus2015-11-062-3/+56
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | Start to handle pacemaker ha during upgrade
| | | * | | | | Start to handle pacemaker ha during upgradeAndrew Butcher2015-11-062-3/+56
| | |/ / / / /
| * / / / / / Fix apiLevels modificationsJason DeTiberus2015-11-061-7/+3
| |/ / / / /
| * | | | | add master_hostnames definition for upgradeJason DeTiberus2015-11-051-0/+4
| | | | | |
| * | | | | Additional upgrade enhancementsJason DeTiberus2015-11-053-72/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rework the version checking - provide better safety if the apiLevel attributes are missing - ensure a list of api levels are present - remove a list of api levels - pylint fixes
| * | | | | Handle backups for separate etcd hosts if necessary.Devan Goodwin2015-11-051-9/+27
| | | | | |
| * | | | | Further upgrade improvementsJason DeTiberus2015-11-051-46/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Restart masters post reconcile - generate missing master certs and sync to masters
| * | | | | Upgrade improvementsDevan Goodwin2015-11-054-101/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Push config dir logic out of module and use host variables instead. - Backup master config with ansible utility. - Add error handling for the upgrade config module. - Add verbose option to installer. - Return details on what we changed when upgrading config. - Cleanup use of first master. - Don't install upgrade rpms to check what version we'll upgrade to.
* | | | | | Merge pull request #830 from detiber/nov1beta3Brenton Leanhardt2015-11-061-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | apiLevel changes
| * | | | | | apiLevel changesJason DeTiberus2015-11-061-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-certsBrenton Leanhardt2015-11-061-9/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix issue with master.proxy-client.{crt,key} and omit.
| * | | | | | | Fix issue with master.proxy-client.{crt,key} and omit.Andrew Butcher2015-11-021-9/+14
| | | | | | | |
* | | | | | | | Merge pull request #818 from abutcher/custom-certs-fixesBrenton Leanhardt2015-11-062-9/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Named certificate fixes
| * | | | | | | | Fix file check conditional.Andrew Butcher2015-11-051-1/+1
| | | | | | | | |
| * | | | | | | | Don't check for certs in data_dir just raise when they can't be found. Fix typo.Andrew Butcher2015-11-052-8/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #836 from mwoodson/disk_checksMatt Woodson2015-11-061-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cleaned up network checks
| * | | | | | | | more cleanup of namesMatt Woodson2015-11-061-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #834 from mwoodson/disk_checksMatt Woodson2015-11-061-2/+2
|\| | | | | | | | | |_|_|_|/ / / / |/| | | | | | | cleaned up network checks
| * | | | | | | cleaned up network checksMatt Woodson2015-11-061-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #832 from mwoodson/disk_checksMatt Woodson2015-11-063-4/+64
|\| | | | | | | | | | | | | | | | | | | | | | | added network checks. also updated item prototype code to support more
| * | | | | | | added network checks. also updated item prototype code to support moreMatt Woodson2015-11-063-4/+64
| | | | | | | |