summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/generate_routes.yaml
Commit message (Collapse)AuthorAgeFilesLines
* 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-181-0/+92
| | | | | | | | | | | | | | 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 double quote when conditionsScott Dodson2017-05-011-3/+3
|
* Remove jinja template delimeters from when conditionsScott Dodson2017-05-011-3/+3
| | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* Cherry picking from #3711ewolinetz2017-03-201-10/+47
|
* Add insecure edge termination policy for kibana.Wesley Hearn2017-02-231-0/+1
|
* bug 1420425. Allow setting of public facing certs for kibana in ↵Jeff Cantrill2017-02-101-1/+19
| | | | openshift_logging role
* Adding bool filter to when openshift_logging_use_ops evals and updating ↵ewolinetz2017-01-311-1/+1
| | | | oc_apply to handle trying to update immutable fields
* Removing shell module calls and cleaning up changedewolinetz2017-01-131-0/+1
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+20
deployer image