summaryrefslogtreecommitdiff
path: root/roles
AgeCommit message (Collapse)Author
2015-08-14Skip node label if labels are emptyWesley Hearn
2015-08-14Merge pull request #466 from sdodson/require-etcd-2Brenton Leanhardt
Require etcd-2.*
2015-08-14Merge pull request #467 from detiber/fixNodeLabelingWesley Hearn
Fix for node labeling where internal node name != inventory_hostname
2015-08-13Fix for node labeling where internal node name != inventory_hostnameJason DeTiberus
2015-08-13Require etcd 2.*Scott Dodson
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.
2015-08-13make sure that number is an intStefanie Forrester
2015-08-13pause for a minimum of 15 secondsStefanie Forrester
2015-08-13Merge pull request #450 from detiber/addDefaultNodeSelectorThomas Wiest
Add support for setting default node selector
2015-08-12Merge pull request #416 from spinolacastro/fix_labelsWesley Hearn
Fix node labeling. Issue #305
2015-08-12Add support for setting default node selectorJason DeTiberus
2015-08-12Merge pull request #429 from spinolacastro/custom_corsBrenton Leanhardt
Custom cors configuration
2015-08-12zbx item now uses key as default name. Clean up.Kenny Woodson
2015-08-12Notes for schedule behavior.Diego Castro (dscastro)
2015-08-12Fix Custom CorsDiego Castro
2015-08-11Zabbix IdempotencyKenny Woodson
2015-08-10Use the official redhat registry for onlineWesley Hearn
2015-08-10Don't try to label node if there's no labelsDiego Castro
2015-08-10Fix node labelsDiego Castro
2015-08-07take number of nodes into account when pausingStefanie Forrester
2015-08-06added pause before td-agent restartStefanie Forrester
2015-08-05Reduce heartbeat frequency to 500ms to reduce etcd cpu loadScott Dodson
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
2015-08-04Applying changes suggested by @sdodsonDiego Castro (dscastro)
2015-08-04Fix node labeling. Issue #305Diego Castro
2015-07-31Add LDAPPasswordIdentityProvider bits to identity_provider_config macro.Andrew Butcher
2015-07-28Add support for setting routingConfig:subdomainJason DeTiberus
2015-07-28Bug 1247461 - Fixing github triggers for the xpaas templatesBrenton Leanhardt
2015-07-24Add a pause after node startup to prevent restart handler from interfering ↵Jason DeTiberus
with sdn configuration
2015-07-24Merge pull request #390 from sdodson/updated-examplesBrenton Leanhardt
Updated examples content
2015-07-24Updated examplesScott Dodson
2015-07-23Copy more master certs for HA masterJason DeTiberus
2015-07-22Fix generation of node certificatesJason DeTiberus
2015-07-21Add masterCA to ServiceAccountConfigScott Dodson
2015-07-20Merge pull request #374 from detiber/ha_masterBrenton Leanhardt
properly test openshift_master_ha var
2015-07-20properly test openshift_master_ha varJason DeTiberus
2015-07-20Merge pull request #362 from sdodson/issue361Brenton Leanhardt
Issue361 - MatchNodeSelector should be first
2015-07-19Merge pull request #365 from detiber/ha_masterThomas Wiest
Update dependencies to ensure repos are available before openshift_master_* and etcd_* roles are run
2015-07-17Update dependencies to ensure repos are available before openshift_master_* ↵Jason DeTiberus
and etcd_* roles are run
2015-07-17Merge pull request #363 from detiber/ha_masterThomas Wiest
Add an initial delay for clustered HA startup verification
2015-07-17Merge pull request #264 from lhuard1A/rhel_subscriptionThomas Wiest
Implement RHEL subscription for enterprise deployment type
2015-07-17Merge pull request #354 from nekop/remove-betaThomas Wiest
Replace outdated beta repo ids with 3.0 release
2015-07-17Merge pull request #356 from jjungnickel/patch-2Thomas Wiest
Also exclude Ansible 1.9.0.1
2015-07-17Add an initial delay for clustered HA startup verificationJason DeTiberus
2015-07-17Issue361 - MatchNodeSelector should be firstScott Dodson
2015-07-17fix typoJason DeTiberus
2015-07-17Add explicit timeouts to ha master resourceJason DeTiberus
2015-07-17Initial HA masterJason DeTiberus
- Ability to specify multiple masters - configures the CA only a single time on the first master - creates and distributes additional certs for additional master hosts - Depending on the status of openshift_master_cluster_defer_ha (defaults to False) one of two actions are taken when multiple masters are defined 1. If openshift_master_cluster_defer_ha is true a. Certs/configs for all masters are deployed b. openshift-master service is only started and enabled on the master c. HA configuration is expected to be handled by the user manually after the completion of the playbook run. 2. If oepnshift_master_cluster_defer_ha is false or undefined a. Certs/configs for all masters are deployed b. a Pacemaker/RHEL HA cluster is configured i. VIPs are configured based on the values of openshift_master_cluster_vip and openshift_master_cluster_plublic_vip ii. The openshift-master service is configured as an active/passive cluster service
2015-07-17Fix etcd default interfaceJason DeTiberus
- instead of hardcoding to eth0, use the interface associated with the ipv4 default route as the default instead.
2015-07-17Update main.ymlJan Jungnickel
1.9.0.1 failed with IndentationError
2015-07-17Implement RHEL subscription for enterprise deployment typeLénaïc Huard
2015-07-17Replace outdated beta repo ids with 3.0 releaseTakayoshi Kimura