summaryrefslogtreecommitdiffstats
path: root/roles/fluentd_master
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt2016-02-112-66/+0
|\ | | | | Remove fluentd_master and fluentd_node roles
| * Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-082-58/+0
| |
| * Remove etcd up checks from fluentd_master.Andrew Butcher2016-02-041-8/+0
| |
* | consolidate oo_first_master post-config a bit, fix some roles that use ↵Jason DeTiberus2016-02-091-0/+15
|/ | | | openshift_facts without declaring a dependency
* Install cockpit, logrotate and fluentd unless host is atomic.Andrew Butcher2016-01-261-2/+2
|
* Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+1
|
* Containerization work by @sdodsonScott Dodson2015-12-151-1/+1
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-0/+4
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Remove yum / dnf duplicationScott Dodson2015-12-091-10/+1
|
* 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