summaryrefslogtreecommitdiff
path: root/roles/openshift_hosted_logging
AgeCommit message (Collapse)Author
2017-09-21Remove unused openshift_hosted_logging roleMichael Gugino
This role has not been used for several releases. It is not tested by an checks, and no meaningful updates have been made to this role in several months.
2017-09-06Remove openshift-commonMichael Gugino
Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
2017-08-08Remove the origin-master.service and associated filesClayton Coleman
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.
2017-07-06Bug 1466152 - Json-file log driver: Neither ↵Rich Megginson
"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.
2017-05-01Don't double quote when conditionsScott Dodson
2017-02-20Reverting logic for verify api handler to be uniform with other ways we ↵ewolinetz
verify, will be uniformly updated in future
2017-02-17updating until statments on uri module for api verificationewolinetz
2017-02-17Updating to use uri module insteadewolinetz
2017-02-17Adding missing handler to resolve error that it was not foundewolinetz
2017-01-30Updating openshift_hosted_logging to update master-configs with publicLoggingURLewolinetz
2017-01-27Updating to correctly pull handler for openshift_logging. Adding logic to ↵ewolinetz
openshift_hosted_logging too
2016-12-12YAML LintingRussell Teague
* Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
2016-11-15Fix typoScott Dodson
2016-11-15Fix a few places where we're not specifying the admin kubeconfigScott Dodson
2016-11-15Add rolebinding-readerScott Dodson
Fixes Bug 1390913 Fixes BZ1390913
2016-10-21Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher
2016-10-20Merge pull request #2623 from rhcarvalho/typosAndrew Butcher
Fix typos
2016-10-19Fix typosRodolfo Carvalho
2016-10-19Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin
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.
2016-10-07[logging] Fix openshift_hosted_logging_fluentd_nodeselectorScott Dodson
2016-10-05Removes an unused fileJohn T Skarbek
* closes openshift/openshift-ansible#2423
2016-09-26Adjust wait for loopsScott Dodson
For items that pull images delay=15, retries=20 = 5min wait For items that don't pull images, delay=5, retries=20 = < 2m wait
2016-09-26Add storage for loggingScott Dodson
2016-09-26Fix some bugs in OpenShift Hosted Logging roleStéphane Klein
* Fix bug: now create templates for logging accounts and the deployer use {{ examples_base }} variable
2016-09-26Label all nodes for fluentdScott Dodson
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.
2016-09-26Rename openshift_hosted_logging_image_{prefix,version} to match metricsScott Dodson
2016-09-01initial support for v1.3 with logging v1.3Rich Megginson
This also includes some fixes to make deploying logging more idempotent, such as ignoring failures if trying to create objects that already exist
2016-07-22skip if the objects already existRich Megginson
2016-07-22create and process the logging deployer template in the current project, loggingRich Megginson
2016-07-22do not create logging project if it already existsRich Megginson
2016-06-03Update main.yamlJason DeTiberus
2016-04-28additional fixesJason DeTiberus
2016-04-28Fix templating issue with logging roleJason DeTiberus
2016-03-25added admin binary varibale usage as well as specifying kubeconfig copy to ↵John Kwiatkoski
be used
2016-03-23Tested of refactored codeJohn Kwiatkoski
2016-03-22revised and restructured logging roleJohn Kwiatkoski