summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/setup_certificate.yaml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* fix up openshift-ansible for use with 'oc cluster up'Jeff Cantrill2017-06-061-1/+1
|
* bug 1419962. fix openshift_metrics pwd issue after reinstall where cassandra ↵Jeff Cantrill2017-02-091-22/+13
| | | | has incorrect pwd exception
* use pod to generate keystores (#14)Jeff Cantrill2017-01-171-16/+5
|
* additional cr fixesJeff Cantrill2017-01-171-18/+23
|
* additional code reviewsJeff Cantrill2017-01-171-8/+13
|
* copy admin cert for use in subsequent tasks (#8)Jeff Cantrill2017-01-171-0/+1
|
* Custom certificates (#5)Bruno Barcarol Guimarães2017-01-171-29/+31
| | | | | | | | | | | | | | | * 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.
* Bruno Barcarol Guimarães work to move metrics to ansible from deployerJeff Cantrill2017-01-171-0/+50