summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* fixing available variables for 2.3.0ewolinetz2017-05-221-0/+8
|
* Updating pvc generation namesewolinetz2017-05-221-3/+20
|
* updating delete_logging to use modulesewolinetz2017-05-221-62/+47
|
* Pulling in changes from masterewolinetz2017-05-2225-1663/+46
|
* Decomposing openshift_logging role into subcomponent rolesewolinetz2017-05-224-119/+161
|
* Fix yamllint problemsScott Dodson2017-05-191-8/+8
| | | | I should've noticed before merging...
* add ability to expose Elasticsearch as an external routeRich Megginson2017-05-183-0/+146
| | | | | | | | | | | | | | This adds the ability to expose Elastisearch as a route outside of the cluster. - `openshift_logging_es_allow_external`: True (default is False) - if this is True, Elasticsearch will be exposed as a Route - `openshift_logging_es_ops_hostname`: The external facing hostname to use for the route and the TLS server certificate (default is "es." + `openshift_master_default_subdomain`) There are other similar parameters for the TLS server cert, key, and CA cert. There are other similar parameters for when the OPS cluster is deployed e.g. `openshift_logging_es_ops_allow_external`, etc.
* Don't escalate privileges in local tmpdir creationSteve Kuznetsov2017-05-161-0/+1
| | | | | | | | | | When running `ansible-playbook` as a non-root user, if a local temporary directory is created without explicitly not escalating privileges, the directory will not be readable to the user running the playbook on the controller host, which will lead to tasks like `fetch` failing to place files into the directory. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* Merge pull request #4026 from ewolinetz/cherry_picks_15OpenShift Bot2017-05-084-11/+28
|\ | | | | Merged by openshift-bot
| * Updating logging and metrics to restart api, ha and controllers when ↵ewolinetz2017-04-282-4/+7
| | | | | | | | updating master config
| * Adding defaults for es_indicesewolinetz2017-04-271-2/+2
| |
| * Updating logic for generating pvcs and their counts to prevent reuse when ↵ewolinetz2017-04-272-7/+21
| | | | | | | | looping
* | mux startup is broken without this fixRich Megginson2017-05-042-2/+2
| |
* | Correctly setting the primary and replica shard count settingsewolinetz2017-05-033-10/+2
| |
* | Making mux with_items list evaluate as empty if didnt get objects beforeewolinetz2017-05-022-2/+2
| |
* | Merge pull request #4028 from ewolinetz/logging_project_ns_labelsOpenShift Bot2017-05-021-11/+30
|\ \ | | | | | | Merged by openshift-bot
| * | Adding way to add labels and nodeselectors to logging projectewolinetz2017-04-271-11/+30
| |/
* | Don't double quote when conditionsScott Dodson2017-05-015-10/+10
| |
* | Remove jinja template delimeters from when conditionsScott Dodson2017-05-012-4/+4
| | | | | | | | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* | Adding checks for starting mux for 2.2.0ewolinetz2017-04-261-1/+4
|/
* Merge pull request #3911 from ewolinetz/logging_15_picksOpenShift Bot2017-04-254-154/+202
|\ | | | | Merged by openshift-bot
| * Addressing yamllintewolinetz2017-04-131-4/+4
| |
| * Updating kibana-proxy secret key for server-tls entryewolinetz2017-04-131-1/+1
| |
| * Pick from issue3896ewolinetz2017-04-133-149/+197
| |
* | mux does not require privileged, only hostmount-anyuidRich Megginson2017-04-1910-0/+263
|/
* Merge pull request #3818 from etsauer/openshift_logging_ansible_2.3OpenShift Bot2017-04-042-16/+23
|\ | | | | Merged by openshift-bot
| * Addressing py27-yamllintEric Sauer2017-04-031-4/+4
| |
| * Compatibility updates to openshift_logging role for ansible 2.2.2.0+Eric Sauer2017-03-312-13/+20
| |
* | Merge pull request #3777 from jcantrill/es_loggingOpenShift Bot2017-03-311-2/+12
|\ \ | |/ |/| Merged by openshift-bot
| * bug 1432607. Allow configuration of ES log destinationJeff Cantrill2017-03-301-2/+12
| |
* | fix es config merge so template does not need quoting. gen then mergeJeff Cantrill2017-03-281-8/+8
|/
* Fix overriding openshift_{logging,metrics}_image_prefixScott Dodson2017-03-241-0/+5
|
* Specify enterprise defaults for logging and metrics imagesScott Dodson2017-03-241-0/+6
|
* Do not use auto_expand_replicasLukáš Vlček2017-03-231-0/+4
|
* Merge pull request #3713 from ewolinetz/kibana_ops_cherrypickOpenShift Bot2017-03-231-10/+47
|\ | | | | Merged by openshift-bot
| * Cherry picking from #3711ewolinetz2017-03-201-10/+47
| |
* | Merge pull request #3647 from jcantrill/logging_specify_es_configOpenShift Bot2017-03-213-11/+23
|\ \ | |/ |/| Merged by openshift-bot
| * Allow user to specify additions to ES configJeff Cantrill2017-03-143-11/+23
| |
* | Merge branch 'master' into logging_cherrypick_3657Eric Wolinetz2017-03-152-6/+4
|\ \
| * | cherry picking from #3621 #3614 #3627ewolinetz2017-03-102-6/+4
| |/
* / Cherry picked from #3657ewolinetz2017-03-152-4/+8
|/
* Merge pull request #3596 from jcantrill/bz1428249_hostmount_fixOpenShift Bot2017-03-101-5/+7
|\ | | | | Merged by openshift-bot
| * bug 1428249. Use ES hostmount storage if it existsJeff Cantrill2017-03-091-5/+7
| |
* | Bug 1428711 - [IntService_public_324] ES pod is unable to read ↵Rich Megginson2017-03-091-1/+1
|/ | | | | | | searchguard.truststore after upgarde logging from 3.3.1 to 3.5.0 https://bugzilla.redhat.com/show_bug.cgi?id=1428711 The list of secrets for elasticsearch was missing searchguard.truststore
* Fix pylint/pyflakes errors on masterScott Dodson2017-03-071-2/+2
|
* More logging fixesewolinetz2017-03-073-6/+2
|
* Fixing plugin, nodeselectors, and secret pull checkewolinetz2017-03-074-6/+12
|
* Adding some more logging defaultsewolinetz2017-03-032-2/+4
|
* bug 1420256. Initialize openshift_logging pvc_facts to emptyJeff Cantrill2017-03-022-18/+23
|
* Add insecure edge termination policy for kibana.Wesley Hearn2017-02-231-0/+1
|