summaryrefslogtreecommitdiffstats
path: root/roles/fluentd_master
Commit message (Collapse)AuthorAgeFilesLines
* Fedora changes:Adam Miller2015-12-021-0/+7
| | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* UpgradesScott Dodson2015-09-231-1/+0
|
* wait for ports instead of waiting for an arbitrary period of timeStefanie Forrester2015-09-021-2/+7
|
* make sure that number is an intStefanie Forrester2015-08-131-1/+1
|
* pause for a minimum of 15 secondsStefanie Forrester2015-08-131-1/+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
|
* Templatize configs and 0.5.2 changesJason DeTiberus2015-06-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | - Templatize node config - Templatize master config - Integrated sdn changes - Updates for openshift_facts - Added support for node, master and sdn related changes - registry_url - added identity provider facts - Removed openshift_sdn_* roles - Install httpd-tools if configuring htpasswd auth - Remove references to external_id - Setting external_id interferes with nodes associating with the generated node object when pre-registering nodes. - osc/oc and osadm/oadm binary detection in openshift_facts Misc Changes: - make non-errata puddle default for byo example - comment out master in list of nodes in inventory/byo/hosts - remove non-error errors from fluentd_* roles - Use admin kubeconfig instead of openshift-client
* * Do not reinstall gem if it existsJhon Honce2015-06-011-0/+6
|
* Install fluentd on nodes and masterJhon Honce2015-05-292-0/+49
* Configure fluentd to aggragate container logs