| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-14 | Skip node label if labels are empty | Wesley Hearn | |
| 2015-08-14 | Merge pull request #466 from sdodson/require-etcd-2 | Brenton Leanhardt | |
| Require etcd-2.* | |||
| 2015-08-14 | Merge pull request #467 from detiber/fixNodeLabeling | Wesley Hearn | |
| Fix for node labeling where internal node name != inventory_hostname | |||
| 2015-08-13 | Fix for node labeling where internal node name != inventory_hostname | Jason DeTiberus | |
| 2015-08-13 | Require 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-13 | make sure that number is an int | Stefanie Forrester | |
| 2015-08-13 | pause for a minimum of 15 seconds | Stefanie Forrester | |
| 2015-08-13 | Merge pull request #450 from detiber/addDefaultNodeSelector | Thomas Wiest | |
| Add support for setting default node selector | |||
| 2015-08-12 | Merge pull request #416 from spinolacastro/fix_labels | Wesley Hearn | |
| Fix node labeling. Issue #305 | |||
| 2015-08-12 | Add support for setting default node selector | Jason DeTiberus | |
| 2015-08-12 | Merge pull request #429 from spinolacastro/custom_cors | Brenton Leanhardt | |
| Custom cors configuration | |||
| 2015-08-12 | zbx item now uses key as default name. Clean up. | Kenny Woodson | |
| 2015-08-12 | Notes for schedule behavior. | Diego Castro (dscastro) | |
| 2015-08-12 | Fix Custom Cors | Diego Castro | |
| 2015-08-11 | Zabbix Idempotency | Kenny Woodson | |
| 2015-08-10 | Use the official redhat registry for online | Wesley Hearn | |
| 2015-08-10 | Don't try to label node if there's no labels | Diego Castro | |
| 2015-08-10 | Fix node labels | Diego Castro | |
| 2015-08-07 | take number of nodes into account when pausing | Stefanie Forrester | |
| 2015-08-06 | added pause before td-agent restart | Stefanie Forrester | |
| 2015-08-05 | Reduce heartbeat frequency to 500ms to reduce etcd cpu load | Scott 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-04 | Applying changes suggested by @sdodson | Diego Castro (dscastro) | |
| 2015-08-04 | Fix node labeling. Issue #305 | Diego Castro | |
| 2015-07-31 | Add LDAPPasswordIdentityProvider bits to identity_provider_config macro. | Andrew Butcher | |
| 2015-07-28 | Add support for setting routingConfig:subdomain | Jason DeTiberus | |
| 2015-07-28 | Bug 1247461 - Fixing github triggers for the xpaas templates | Brenton Leanhardt | |
| 2015-07-24 | Add a pause after node startup to prevent restart handler from interfering ↵ | Jason DeTiberus | |
| with sdn configuration | |||
| 2015-07-24 | Merge pull request #390 from sdodson/updated-examples | Brenton Leanhardt | |
| Updated examples content | |||
| 2015-07-24 | Updated examples | Scott Dodson | |
| 2015-07-23 | Copy more master certs for HA master | Jason DeTiberus | |
| 2015-07-22 | Fix generation of node certificates | Jason DeTiberus | |
| 2015-07-21 | Add masterCA to ServiceAccountConfig | Scott Dodson | |
| 2015-07-20 | Merge pull request #374 from detiber/ha_master | Brenton Leanhardt | |
| properly test openshift_master_ha var | |||
| 2015-07-20 | properly test openshift_master_ha var | Jason DeTiberus | |
| 2015-07-20 | Merge pull request #362 from sdodson/issue361 | Brenton Leanhardt | |
| Issue361 - MatchNodeSelector should be first | |||
| 2015-07-19 | Merge pull request #365 from detiber/ha_master | Thomas Wiest | |
| Update dependencies to ensure repos are available before openshift_master_* and etcd_* roles are run | |||
| 2015-07-17 | Update dependencies to ensure repos are available before openshift_master_* ↵ | Jason DeTiberus | |
| and etcd_* roles are run | |||
| 2015-07-17 | Merge pull request #363 from detiber/ha_master | Thomas Wiest | |
| Add an initial delay for clustered HA startup verification | |||
| 2015-07-17 | Merge pull request #264 from lhuard1A/rhel_subscription | Thomas Wiest | |
| Implement RHEL subscription for enterprise deployment type | |||
| 2015-07-17 | Merge pull request #354 from nekop/remove-beta | Thomas Wiest | |
| Replace outdated beta repo ids with 3.0 release | |||
| 2015-07-17 | Merge pull request #356 from jjungnickel/patch-2 | Thomas Wiest | |
| Also exclude Ansible 1.9.0.1 | |||
| 2015-07-17 | Add an initial delay for clustered HA startup verification | Jason DeTiberus | |
| 2015-07-17 | Issue361 - MatchNodeSelector should be first | Scott Dodson | |
| 2015-07-17 | fix typo | Jason DeTiberus | |
| 2015-07-17 | Add explicit timeouts to ha master resource | Jason DeTiberus | |
| 2015-07-17 | Initial HA master | Jason 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-17 | Fix etcd default interface | Jason DeTiberus | |
| - instead of hardcoding to eth0, use the interface associated with the ipv4 default route as the default instead. | |||
| 2015-07-17 | Update main.yml | Jan Jungnickel | |
| 1.9.0.1 failed with IndentationError | |||
| 2015-07-17 | Implement RHEL subscription for enterprise deployment type | Lénaïc Huard | |
| 2015-07-17 | Replace outdated beta repo ids with 3.0 release | Takayoshi Kimura | |
