summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/generate_certs.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Bug 1512825 - add mux pod failed for Serial number 02 has already ↵Monis Khan2018-02-141-1/+1
| | | | | | | | | | | | been issued" This reverts commit ac23e6e362d8758032c1dd573d0ff6a958445df5. That commit introduced a backwards incompatible change to how the commands run. This undoes that. The original change was not required to prevent overwriting of the serial file. Bug 1512825
* Bug 1512825 - add mux pod failed for Serial number 02 has already been issuedNoriko Hosoi2018-01-191-1/+1
| | | | | | | | | | According to mkhan@redhat.com, to run the "oc adm ca create-server-cert" command line with --signer-serial option, the following changes need to be made. 1. adding --overwrite=false 2. <ca.serial.txt> should contain only [0-9A-F]*. (no trailing newlines are allowed for now) This patch solves 1.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-2/+2
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Include Deprecation: Convert to include_tasksRussell Teague2017-12-061-9/+9
|
* Add logging es prometheus endpointJeff Cantrill2017-10-031-2/+2
|
* fix up openshift-ansible for use with 'oc cluster up'Jeff Cantrill2017-06-061-1/+1
|
* Merge pull request #4232 from richm/mux-namespaces-docsOpenShift Bot2017-06-021-1/+1
|\ | | | | Merged by openshift-bot
| * add mux docs; allow to specify mux namespacesRich Megginson2017-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | This adds the necessary documentation for the mux parameters and behavior. This also adds new parameters which allow to specify the namespaces mux must create by default, and which can be optionally added. This casts openshift_logging_use_mux to bool wherever it is used as a boolean. Also - use oc_service `labels` and `external_ips` which are now available.
* | Revert "Merge pull request #4271 from DG-i/master"Steve Kuznetsov2017-05-311-1/+0
|/ | | | | | | This reverts commit 6b9e05d16a935d632b83eda601538bff2353e4fb, reversing changes made to 240b923c95e04e9467c607c502c857dd86d14179. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* disable become for local actionsMathias Merscher2017-05-241-0/+1
|
* Pulling in changes from masterewolinetz2017-05-221-2/+2
|
* 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