summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add cockpit-ws with cockpit-kubernetes pluginScott Dodson2015-08-285-0/+51
|
* Merge pull request #527 from spinolacastro/metrics_fixWesley Hearn2015-08-281-2/+1
|\ | | | | Make cluster_metrics disabled by default
| * Fix testsDiego Castro (dscastro)2015-08-281-1/+0
| |
| * Make cluster_metrics disabled by defaultDiego Castro (dscastro)2015-08-281-1/+1
| |
* | Merge pull request #524 from kwoodson/zbxfixKenny Woodson2015-08-2711-22/+22
|\ \ | | | | | | Updating zabbix for env vars.
| * | Fixed env var defaults.Kenny Woodson2015-08-2711-22/+22
| | |
* | | Merge pull request #523 from mwoodson/hbMatt Woodson2015-08-271-1/+1
|\ \ \ | | | | | | | | update heartbeat check
| * | | update heartbeat checkMatt Woodson2015-08-271-1/+1
|/ / /
* | | Merge pull request #518 from tdawson/201508logrotateTroy Dawson2015-08-2712-0/+166
|\ \ \ | |/ / |/| | Update syslog logrotate to compress and rotate daily
| * | Add a role that allows logrotate config editing.Troy Dawson2015-08-2712-0/+166
| | | | | | | | | | | | | | | This role gets called for each type of machine, but if logrotate_scripts is not set, nothing happens.
* | | Merge pull request #520 from kwoodson/zbxupdatesKenny Woodson2015-08-2740-527/+836
|\ \ \ | | | | | | | | Updating zabbix ansible module.
| * | | Updates for zbx ans moduleKenny Woodson2015-08-2740-527/+836
| | | |
* | | | Merge pull request #519 from spinolacastro/fix_broken_testsWesley Hearn2015-08-271-2/+2
|\ \ \ \ | |_|/ / |/| | | Fix broken tests
| * | | Fix name was too longDiego Castro2015-08-271-2/+2
| | |/ | |/|
| * | Merge remote-tracking branch 'openshift/master'Diego Castro2015-08-2744-230/+935
| |\ \ | |/ / |/| |
* | | Merge pull request #517 from openshift/revert-513-zbxupdatesWesley Hearn2015-08-2738-682/+334
|\ \ \ | | | | | | | | Revert "Zabbix API updates"
| * | | Revert "Zabbix API updates"Kenny Woodson2015-08-2738-682/+334
|/ / /
* | | Merge pull request #513 from kwoodson/zbxupdatesWesley Hearn2015-08-2738-334/+682
|\ \ \ | | | | | | | | Zabbix API updates
| * | | Updates for zbx ans moduleKenny Woodson2015-08-2738-334/+682
| | |/ | |/|
* | | Merge pull request #459 from spinolacastro/fluentdWesley Hearn2015-08-272-0/+4
|\ \ \ | | | | | | | | Configure Fluentd
| * | | Remove extra space.Diego Castro (dscastro)2015-08-261-1/+1
| | | |
| * | | Revert Fluentd FactsDiego Castro2015-08-141-1/+2
| | | |
| * | | Configure FluentdDiego Castro2015-08-123-2/+5
| | | |
* | | | Merge pull request #516 from detiber/docker_registry_fixWesley Hearn2015-08-271-11/+13
|\ \ \ \ | | | | | | | | | | Bugfix for extra --add-registry in docker config
| * | | | Bugfix for extra --add-registry in docker configJason DeTiberus2015-08-261-11/+13
|/ / / /
* | | | Merge pull request #509 from lhuard1A/configure_docker_registriesWesley Hearn2015-08-262-0/+45
|\ \ \ \ | | | | | | | | | | Add options to configure docker registries
| * | | | Add options to configure docker registriesLénaïc Huard2015-08-262-0/+45
| | | | |
* | | | | Merge pull request #483 from lhuard1A/issue_471Wesley Hearn2015-08-265-79/+43
|\ \ \ \ \ | | | | | | | | | | | | Properly pass the "external network" option to the HEAT template
| * | | | | Properly pass the "external network" option to the HEAT templateLénaïc Huard2015-08-175-79/+43
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #471
* | | | | | Merge pull request #498 from sdodson/bz1248376Wesley Hearn2015-08-2620-140/+540
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update latest openshift examples
| * | | | | | Add jenkins image stream and quickstartScott Dodson2015-08-265-20/+357
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/openshift/origin/pull/4145
| * | | | | | Update latest openshift examplesScott Dodson2015-08-2015-120/+183
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #510 from lhuard1A/clustered_etcd_libvirtWesley Hearn2015-08-262-2/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add etcd nodes management in libvirt
| * | | | | | Add etcd nodes management in libvirtLénaïc Huard2015-08-252-2/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #511 from wshearn/label_aws_hostsWesley Hearn2015-08-261-0/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Set node labels for AWS hosts
| * | | | | | Set node labels for AWS hostsWesley Hearn2015-08-251-0/+13
| |/ / / / /
* | | | | | Merge pull request #462 from spinolacastro/clustermetricsWesley Hearn2015-08-2612-0/+274
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cluster Metrics
| * | | | | | Add README and inventory example.Diego Castro2015-08-152-0/+39
| | | | | | |
| * | | | | | Configure cluster metricsDiego Castro2015-08-1310-0/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Playbook based on https://docs.openshift.org/latest/admin_guide/cluster_metrics.html.
* | | | | | | Merge pull request #503 from detiber/fixKubeArgsBrenton Leanhardt2015-08-261-8/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | fix apiServerArguments and controllerServerArguments
| * | | | | | Fix quoting around nullJason DeTiberus2015-08-221-2/+2
| | | | | | |
| * | | | | | fix apiServerArguments and controllerServerArgumentsJason DeTiberus2015-08-221-8/+2
|/ / / / / /
| | | | | * Merge remote-tracking branch 'openshift/master'Diego Castro2015-08-2260-93/+1387
| | |_|_|/| | |/| | |/ | | | |/| | | |/| | | |/| | | |/| | | |
* | | | | Merge pull request #500 from jim-minter/fix-etcd-ca-lifetimeBrenton Leanhardt2015-08-211-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Make CA lifetime 365 days, not 30
| * | | | Make CA lifetime 365 days, not 30Jim Minter2015-08-211-0/+1
|/ / / /
* | | | Merge pull request #496 from kwoodson/zbxsetupMatt Woodson2015-08-202-4/+40
|\ \ \ \ | | | | | | | | | | Playbook for updating users during zabbix setup.
| * | | | fixed zbx_user. Update password playbook addedKenny Woodson2015-08-202-4/+40
|/ / / /
* | | | Automatic commit of package [openshift-ansible-inventory] release [0.0.9-1].Kenny Woodson2015-08-202-2/+28
| | | |
* | | | Automatic commit of package [openshift-ansible-bin] release [0.0.19-1].Kenny Woodson2015-08-202-2/+20
| | | |
* | | | Merge pull request #495 from kwoodson/pvfix1Kenny Woodson2015-08-191-0/+10
|\ \ \ \ | | | | | | | | | | tagging pv