summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_logging
Commit message (Collapse)AuthorAgeFilesLines
* Remove the origin-master.service and associated filesClayton Coleman2017-08-081-5/+0
| | | | | | From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8.
* Bug 1466152 - Json-file log driver: Neither ↵Rich Megginson2017-07-062-3/+2
| | | | | | | | | | "openshift_logging_fluentd_use_journal=false" nor omitted collects the log entries https://bugzilla.redhat.com/show_bug.cgi?id=1466152 Do not set openshift_logging_fluentd_use_journal or USE_JOURNAL at all unless it is explicitly set as an ansible param. It is almost always better to let fluentd figure out which log driver docker is using.
* Don't double quote when conditionsScott Dodson2017-05-011-6/+6
|
* Reverting logic for verify api handler to be uniform with other ways we ↵ewolinetz2017-02-201-5/+15
| | | | verify, will be uniformly updated in future
* updating until statments on uri module for api verificationewolinetz2017-02-171-1/+1
|
* Updating to use uri module insteadewolinetz2017-02-171-15/+5
|
* Adding missing handler to resolve error that it was not foundewolinetz2017-02-171-0/+21
|
* Updating openshift_hosted_logging to update master-configs with publicLoggingURLewolinetz2017-01-302-6/+8
|
* Updating to correctly pull handler for openshift_logging. Adding logic to ↵ewolinetz2017-01-273-0/+13
| | | | openshift_hosted_logging too
* YAML LintingRussell Teague2016-12-123-217/+218
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Fix typoScott Dodson2016-11-151-1/+1
|
* Fix a few places where we're not specifying the admin kubeconfigScott Dodson2016-11-151-6/+12
|
* Add rolebinding-readerScott Dodson2016-11-151-0/+7
| | | | | Fixes Bug 1390913 Fixes BZ1390913
* Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher2016-10-212-5/+9
|
* Merge pull request #2623 from rhcarvalho/typosAndrew Butcher2016-10-201-2/+2
|\ | | | | Fix typos
| * Fix typosRodolfo Carvalho2016-10-191-2/+2
| |
* | Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-4/+4
|/ | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* [logging] Fix openshift_hosted_logging_fluentd_nodeselectorScott Dodson2016-10-071-1/+1
|
* Removes an unused fileJohn T Skarbek2016-10-051-6/+0
| | | | * closes openshift/openshift-ansible#2423
* Adjust wait for loopsScott Dodson2016-09-261-7/+7
| | | | | For items that pull images delay=15, retries=20 = 5min wait For items that don't pull images, delay=5, retries=20 = < 2m wait
* Add storage for loggingScott Dodson2016-09-261-27/+27
|
* Fix some bugs in OpenShift Hosted Logging roleStéphane Klein2016-09-262-1/+3
| | | | * Fix bug: now create templates for logging accounts and the deployer use {{ examples_base }} variable
* Label all nodes for fluentdScott Dodson2016-09-263-3/+4
| | | | | | Need to come back to this and figure out the right thing to do here. I think we should make the node selector flag for fluentd immutable and then have the user specify a selector with which to apply the label.
* Rename openshift_hosted_logging_image_{prefix,version} to match metricsScott Dodson2016-09-261-3/+3
|
* initial support for v1.3 with logging v1.3Rich Megginson2016-09-013-33/+122
| | | | | | This also includes some fixes to make deploying logging more idempotent, such as ignoring failures if trying to create objects that already exist
* skip if the objects already existRich Megginson2016-07-221-0/+4
|
* create and process the logging deployer template in the current project, loggingRich Megginson2016-07-221-2/+2
|
* do not create logging project if it already existsRich Megginson2016-07-221-0/+7
|
* Update main.yamlJason DeTiberus2016-06-031-1/+1
|
* additional fixesJason DeTiberus2016-04-281-15/+22
|
* Fix templating issue with logging roleJason DeTiberus2016-04-281-1/+2
|
* added admin binary varibale usage as well as specifying kubeconfig copy to ↵John Kwiatkoski2016-03-252-33/+29
| | | | be used
* Tested of refactored codeJohn Kwiatkoski2016-03-236-75/+60
|
* revised and restructured logging roleJohn Kwiatkoski2016-03-227-0/+216