summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/generate_hawkular_certificates.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+1
| | | | | | | | | | | | | | 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 - openshift-metricsRussell Teague2017-11-221-2/+2
|
* Removing nolog from htpasswd invocation so not to supress errorsewolinetz2017-07-241-1/+0
|
* Adding become: false to local_action tasksewolinetz2017-06-291-0/+3
|
* Support installing HOSA via ansiblemwringe2017-06-131-0/+2
|
* Modified pick from release-1.5 for updating hawkular htpasswd generationewolinetz2017-05-021-7/+9
|
* 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.