summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/generate_hawkular_certificates.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Changed Hawkular Metrics secrets to use a format similar to the one ↵Juraci Paixão Kröhling2017-04-061-52/+15
| | | | automatically generated by OpenShift
* Switched Cassandra to use certificates generated by OpenShiftJuraci Paixão Kröhling2017-03-151-37/+14
|
* Removed JGroups cert and password generation.Juraci Paixão Kröhling2017-02-241-11/+1
|
* Add missing full hostname for the Hawkular Metrics certificate (BZ1421060)mwringe2017-02-151-1/+1
| | | | Fix issue where the signer certificate's name is static, preventing redeployments from being acceptable.
* bug 1419962. fix openshift_metrics pwd issue after reinstall where cassandra ↵Jeff Cantrill2017-02-091-16/+5
| | | | has incorrect pwd exception
* fix 1414625. Additional fix to run password commands on control nodeJeff Cantrill2017-01-271-10/+38
|
* use pod to generate keystores (#14)Jeff Cantrill2017-01-171-91/+6
|
* additional cr fixesJeff Cantrill2017-01-171-14/+13
|
* metrics fixes for yamlintJeff Cantrill2017-01-171-1/+1
|
* additional code reviewsJeff Cantrill2017-01-171-9/+34
|
* User provided certs pushed from control. vars reorg (#12)Jeff Cantrill2017-01-171-1/+1
| | | Merging per discussion and agreement from @bbguimaraes
* Custom certificates (#5)Bruno Barcarol Guimarães2017-01-171-0/+227
* Generate secrets on a persistent directory. * Split certificate generation files. * Custom certificates. * Minor fixes. - use `slurp` instead of `shell: base64` - fix route hostname * Updates on origin-metrics.