summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/generate_certs.yaml
Commit message (Collapse)AuthorAgeFilesLines
* add ability to expose Elasticsearch as an external routeRich Megginson2017-05-181-0/+26
| | | | | | | | | | | | | | 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.
* mux does not require privileged, only hostmount-anyuidRich Megginson2017-04-191-0/+23
|
* fixes jks generation, node labeling, and rerunning for oauth secretsewolinetz2017-01-241-46/+2
|
* Adding to ansible spec and changing logging jks generation to be a local_actionewolinetz2017-01-201-34/+2
|
* Removing docker run strategy and make java a requirement for control hostewolinetz2017-01-201-12/+4
|
* Updating to use docker run instead of scheduling jks gen podewolinetz2017-01-201-47/+13
|
* Using oc_apply task for idempotentewolinetz2017-01-131-0/+46
|
* Removing shell module calls and cleaning up changedewolinetz2017-01-131-12/+37
|
* addressing commentsewolinetz2017-01-121-33/+15
|
* Updating to use deployer pod to generate JKS chain insteadewolinetz2016-12-151-53/+49
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+168
deployer image