summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Read etcd data dir from appropriate config file.Devan Goodwin2015-11-092-8/+50
| | | | | | | | | Rather than assuming the etcd data dir, we now read if from master-config.yaml if using embedded etcd, otherwise from etcd.conf. Doing so now required use of PyYAML to parse config file when gathering facts. Fixed discrepancy with data_dir fact and openshift-enterprise deployment_type.
* Merge pull request #743 from abutcher/sync-period-flagBrenton Leanhardt2015-11-063-7/+10
|\ | | | | New `iptablesSyncPeriod` field in node configuration
| * New `iptablesSyncPeriod` field in node configurationAndrew Butcher2015-11-063-7/+10
| |
* | Merge pull request #698 from lebauce/flannelBrenton Leanhardt2015-11-0612-0/+239
|\ \ | |/ |/| Add support for flannel
| * Change flannel registration default valuesSylvain Baubeau2015-10-281-3/+3
| |
| * Remove empty notify sectionSylvain Baubeau2015-10-281-1/+0
| |
| * Fix when neither use_openshift_sdn nor use_flannel are specifiedSylvain Baubeau2015-10-271-1/+1
| |
| * Generate etcd certificats for flannel when is not embeddedSylvain Baubeau2015-10-272-4/+4
| |
| * 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-2714-1/+229
| | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | 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 #822 from detiber/upgradeFix2Brenton Leanhardt2015-11-061-0/+7
|\ \ \ | | | | | | | | Upgrade enhancements
| * | | Missing conditionals for api/controller sysconfig.Andrew Butcher2015-11-061-0/+2
| | | |
| * | | Start to handle pacemaker ha during upgradeAndrew Butcher2015-11-061-0/+5
| | | |
* | | | 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-061-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Named certificate fixes
| * | | | | | Don't check for certs in data_dir just raise when they can't be found. Fix typo.Andrew Butcher2015-11-051-1/+1
| | |_|/ / / | |/| | | |
* | | | | | 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
| | | | | |
* | | | | | Merge pull request #829 from detiber/nov1beta3nfsBrenton Leanhardt2015-11-065-6/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove v1beta3 by default for kube_nfs_volumes
| * | | | | | Remove v1beta3 by default for kube_nfs_volumesJason DeTiberus2015-11-065-6/+17
| | |_|_|/ / | |/| | | |
* | | | | | Fix data_dir for 3.0 deploymentsJason DeTiberus2015-11-061-0/+2
| |_|/ / / |/| | | |
* | | | | Merge pull request #608 from abutcher/native-haBrenton Leanhardt2015-11-0522-38/+409
|\ \ \ \ \ | | | | | | | | | | | | Native Support for Multi-Master HA
| * | | | | Revert to defaultsAndrew Butcher2015-11-052-4/+3
| | | | | |
| * | | | | Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-0515-70/+99
| | | | | |
| * | | | | Atomic Enterprise/OpenShift Enterprise merge updateJason DeTiberus2015-11-042-2/+2
| | | | | |
| * | | | | fix dueling controllers - without controllerLeaseTTL set in config, multiple ↵Jason DeTiberus2015-11-043-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | controllers will attempt to start
| * | | | | hardcode openshift binaries for nowJason DeTiberus2015-11-042-2/+2
| | | | | |
| * | | | | more tweaksJason DeTiberus2015-11-041-3/+5
| | | | | |
| * | | | | more tweaksJason DeTiberus2015-11-049-20/+84
| | | | | |
| * | | | | additional ha related updatesJason DeTiberus2015-11-045-8/+130
| | | | | |
| * | | | | additional native ha changesAndrew Butcher2015-11-042-2/+2
| | | | | |
| * | | | | Start of true master haJason DeTiberus2015-11-047-4/+141
| | | | | |
| * | | | | Atomic Enterprise related changes.Avesh Agarwal2015-11-045-3/+16
| |/ / / /
* | | | | Merge pull request #815 from detiber/fixMTUBrenton Leanhardt2015-11-052-5/+16
|\ \ \ \ \ | |/ / / / |/| | | | Bug 1277592 - SDN MTU has hardcoded default
| * | | | Bug 1277592 - SDN MTU has hardcoded defaultJason DeTiberus2015-11-042-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 upgradeDevan Goodwin2015-11-045-13/+57
|\ \ \ \ \