summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #460 from detiber/serverArgsThomas Wiest2015-08-144-0/+12
|\ | | | | Add support for setting kubeletArguments, controllerArguments, and apiServerArguments
| * Add support for setting kubeletArguments, controllerArguments, and ↵Jason DeTiberus2015-08-134-0/+12
| | | | | | | | apiServerArguments
* | Skip node label if labels are emptyWesley Hearn2015-08-141-1/+1
| |
* | Merge pull request #466 from sdodson/require-etcd-2Brenton Leanhardt2015-08-141-1/+1
|\ \ | | | | | | Require etcd-2.*
| * | Require etcd 2.*Scott Dodson2015-08-131-1/+1
| |/ | | | | | | | | | | | | Fixes #422 When etcd-2.1 is available in RHEL7 / Centos 7 we'll bumpt to that as it's considerably more stable with regard to WAL corruption and recovery.
* | Merge pull request #467 from detiber/fixNodeLabelingWesley Hearn2015-08-141-4/+3
|\ \ | | | | | | Fix for node labeling where internal node name != inventory_hostname
| * | Fix for node labeling where internal node name != inventory_hostnameJason DeTiberus2015-08-131-4/+3
| |/
* | make sure that number is an intStefanie Forrester2015-08-131-1/+1
| |
* | pause for a minimum of 15 secondsStefanie Forrester2015-08-131-1/+1
|/
* Merge pull request #450 from detiber/addDefaultNodeSelectorThomas Wiest2015-08-132-1/+2
|\ | | | | Add support for setting default node selector
| * Add support for setting default node selectorJason DeTiberus2015-08-122-1/+2
| |
* | Merge pull request #416 from spinolacastro/fix_labelsWesley Hearn2015-08-122-0/+20
|\ \ | |/ |/| Fix node labeling. Issue #305
| * Notes for schedule behavior.Diego Castro (dscastro)2015-08-121-0/+12
| |
| * Don't try to label node if there's no labelsDiego Castro2015-08-101-0/+2
| |
| * Fix node labelsDiego Castro2015-08-101-4/+3
| |
| * Applying changes suggested by @sdodsonDiego Castro (dscastro)2015-08-041-3/+3
| |
| * Fix node labeling. Issue #305Diego Castro2015-08-041-0/+7
| |
* | Merge pull request #429 from spinolacastro/custom_corsBrenton Leanhardt2015-08-122-1/+4
|\ \ | | | | | | Custom cors configuration
| * | Fix Custom CorsDiego Castro2015-08-122-1/+4
| |/
* | zbx item now uses key as default name. Clean up.Kenny Woodson2015-08-121-1/+1
| |
* | Zabbix IdempotencyKenny Woodson2015-08-1111-382/+1286
| |
* | Use the official redhat registry for onlineWesley Hearn2015-08-101-2/+1
| |
* | take number of nodes into account when pausingStefanie Forrester2015-08-071-2/+2
| |
* | added pause before td-agent restartStefanie Forrester2015-08-061-0/+3
| |
* | Reduce heartbeat frequency to 500ms to reduce etcd cpu loadScott Dodson2015-08-051-2/+2
|/ | | | | | | Per https://github.com/coreos/etcd/pull/3097 reduce heartbeat to 500ms until we can ensure etcd 2.1 is in use Reduces the impact of but doesn't fix BZ1250310
* Add LDAPPasswordIdentityProvider bits to identity_provider_config macro.Andrew Butcher2015-07-311-0/+14
|
* Add support for setting routingConfig:subdomainJason DeTiberus2015-07-282-1/+2
|
* Bug 1247461 - Fixing github triggers for the xpaas templatesBrenton Leanhardt2015-07-2826-26/+26
|
* Add a pause after node startup to prevent restart handler from interfering ↵Jason DeTiberus2015-07-241-0/+5
| | | | with sdn configuration
* Merge pull request #390 from sdodson/updated-examplesBrenton Leanhardt2015-07-2442-331/+362
|\ | | | | Updated examples content
| * Updated examplesScott Dodson2015-07-2442-331/+362
| |
* | Copy more master certs for HA masterJason DeTiberus2015-07-231-0/+16
|/
* Fix generation of node certificatesJason DeTiberus2015-07-221-1/+1
|
* Add masterCA to ServiceAccountConfigScott Dodson2015-07-211-0/+1
|
* Merge pull request #374 from detiber/ha_masterBrenton Leanhardt2015-07-202-5/+5
|\ | | | | properly test openshift_master_ha var
| * properly test openshift_master_ha varJason DeTiberus2015-07-202-5/+5
| |
* | Merge pull request #362 from sdodson/issue361Brenton Leanhardt2015-07-201-0/+1
|\ \ | | | | | | Issue361 - MatchNodeSelector should be first
| * | Issue361 - MatchNodeSelector should be firstScott Dodson2015-07-171-0/+1
| | |
* | | Merge pull request #365 from detiber/ha_masterThomas Wiest2015-07-194-3/+4
|\ \ \ | | |/ | |/| Update dependencies to ensure repos are available before openshift_master_* and etcd_* roles are run
| * | Update dependencies to ensure repos are available before openshift_master_* ↵Jason DeTiberus2015-07-174-3/+4
| | | | | | | | | | | | and etcd_* roles are run
* | | Merge pull request #363 from detiber/ha_masterThomas Wiest2015-07-171-1/+2
|\| | | | | | | | Add an initial delay for clustered HA startup verification
| * | Add an initial delay for clustered HA startup verificationJason DeTiberus2015-07-171-1/+2
| | |
* | | Merge pull request #264 from lhuard1A/rhel_subscriptionThomas Wiest2015-07-173-0/+39
|\ \ \ | | | | | | | | Implement RHEL subscription for enterprise deployment type
| * | | Implement RHEL subscription for enterprise deployment typeLénaïc Huard2015-07-173-0/+39
| | |/ | |/|
* | | Merge pull request #354 from nekop/remove-betaThomas Wiest2015-07-174-4/+4
|\ \ \ | | | | | | | | Replace outdated beta repo ids with 3.0 release
| * | | Replace outdated beta repo ids with 3.0 releaseTakayoshi Kimura2015-07-174-4/+4
| |/ /
* | | Merge pull request #356 from jjungnickel/patch-2Thomas Wiest2015-07-171-0/+1
|\ \ \ | |_|/ |/| | Also exclude Ansible 1.9.0.1
| * | Update main.ymlJan Jungnickel2015-07-171-0/+1
| |/ | | | | 1.9.0.1 failed with IndentationError
* | fix typoJason DeTiberus2015-07-171-1/+1
| |
* | Add explicit timeouts to ha master resourceJason DeTiberus2015-07-171-1/+1
| |