summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_logging/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Fix some bugs in OpenShift Hosted Logging roleStéphane Klein2016-09-261-1/+1
| | | | * Fix bug: now create templates for logging accounts and the deployer use {{ examples_base }} variable
* Label all nodes for fluentdScott Dodson2016-09-261-1/+1
| | | | | | 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.
* initial support for v1.3 with logging v1.3Rich Megginson2016-09-011-28/+62
| | | | | | 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
|
* 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-233-67/+52
|
* revised and restructured logging roleJohn Kwiatkoski2016-03-223-0/+191