summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/procure_server_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.
* fix up openshift-ansible for use with 'oc cluster up'Jeff Cantrill2017-06-061-1/+1
|
* Addressing py27-yamllintEric Sauer2017-04-031-4/+4
|
* Compatibility updates to openshift_logging role for ansible 2.2.2.0+Eric Sauer2017-03-311-12/+18
|
* Removing shell module calls and cleaning up changedewolinetz2017-01-131-4/+2
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+54
deployer image