summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/templates
Commit message (Collapse)AuthorAgeFilesLines
* [6632] fix indentation of terminationGracePeriodSeconds varJohn Sanda2018-01-101-1/+1
|
* 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.
* dist.iteritems() no longer exists in Python 3.Jan Pazdziora2017-11-2710-17/+17
|
* Bug 1452939 - change Logging & Metrics imagePullPolicyJan Wozniak2017-10-234-4/+4
| | | | | - all images logging and metrics change their default imagePullPolicy from Always to IfNotPresent
* Merge pull request #5020 from jsanda/prometheus-endpoint-configOpenShift Merge Robot2017-09-292-0/+5
|\ | | | | | | | | | | | | Automatic merge from submit-queue. Prometheus endpoint config for hawkular-metrics and cassandra Prometheus endpoints are exposed in hawkular-metrics and in cassandra by default. This PR adds options to disable them.
| * rename vars to avoid double negatives and ensuing confusionJohn Sanda2017-08-142-4/+4
| |
| * add options to disable prometheus endpointsJohn Sanda2017-07-242-0/+4
| | | | | | | | | | The prometheus endpoints for cassandra and for hawkular-metrics are enabled by default. This commit adds the option to disable them.
| * Enable JMX reporting of internal metricsJohn Sanda2017-07-071-0/+1
| | | | | | | | | | We need to enable jmx reporting of our internal, dropwizard metrics so that they can be exposed over prometheus endpoint.
* | Support setting annotations on Hawkular routeMichael Hanselmann2017-09-061-0/+3
| | | | | | | | | | | | | | | | | | Our setup uses annotations to request a separate component, namely the ACME Controller[1], to request domain-validated certificates from the Let's Encrypt CA. By setting the necessary annotation via Ansible rather than manually the system will automatically retrieve a certificate. [1] https://github.com/tnozicka/openshift-acme
* | Merge pull request #4868 from ewolinetz/metrics_fix_caCertScott Dodson2017-07-261-1/+1
|\ \ | | | | | | Fixing route spec caCertificate to be correctly capitalized
| * | Fixing route spec caCertificate to be correctly capitalizedewolinetz2017-07-251-1/+1
| |/
* | Metrics: grant hawkular namespace listener rolemwringe2017-07-241-0/+15
|/
* Fix for dynamic pvs when using storageclasses.Kenny Woodson2017-06-211-0/+3
|
* Merge pull request #4377 from mwringe/hawkular_openshift_agentOpenShift Bot2017-06-144-0/+177
|\ | | | | Merged by openshift-bot
| * Support installing HOSA via ansiblemwringe2017-06-134-0/+177
| |
* | Merge pull request #4302 from ewolinetz/pv_node_selectorsOpenShift Bot2017-06-131-0/+7
|\ \ | |/ |/| Merged by openshift-bot
| * Allowing openshift_metrics to specify PV selectors and allow way to define ↵ewolinetz2017-05-261-0/+7
| | | | | | | | selectors when creating pv
* | Metrics: update the imagePullPolicy to be alwaysmwringe2017-05-263-0/+3
|/
* Switched Heapster to use certificates generated by OpenShiftJuraci Paixão Kröhling2017-04-182-3/+14
|
* Changed Hawkular Metrics secrets to use a format similar to the one ↵Juraci Paixão Kröhling2017-04-062-22/+20
| | | | automatically generated by OpenShift
* Found this while searching the metrics role for logging, is this wrong?Scott Dodson2017-03-241-1/+1
|
* Merge pull request #3667 from jpkrohling/JPK-SwitchCassandraToUseGeneratedCertsOpenShift Bot2017-03-212-13/+18
|\ | | | | Merged by openshift-bot
| * Switched Cassandra to use certificates generated by OpenShiftJuraci Paixão Kröhling2017-03-152-13/+18
| |
* | cherry picking from #3621 #3614 #3627ewolinetz2017-03-101-1/+1
|/
* Removed JGroups cert and password generation.Juraci Paixão Kröhling2017-02-241-7/+6
|
* bug 1420538. Allow users to set supplementalGroup for CassandraJeff Cantrill2017-02-091-0/+3
|
* use pvc_size instead of pv_size for openshift_metrics since the role creates ↵Jeff Cantrill2017-02-081-1/+1
| | | | claims
* fix 1406057. Allow openshift_metrics nodeselectors for componentsJeff Cantrill2017-02-063-0/+18
|
* Merge pull request #3133 from mwringe/hawkular-metrics-0.23-updateScott Dodson2017-01-251-0/+2
|\ | | | | Template update for Hawkular Metrics 0.23
| * Template update for Hawkular Metrics 0.23mwringe2017-01-191-0/+2
| |
* | fix BZ1414477. Use keytool on control node and require javaJeff Cantrill2017-01-231-38/+0
|/
* use pod to generate keystores (#14)Jeff Cantrill2017-01-171-0/+38
|
* additional code reviewsJeff Cantrill2017-01-171-10/+10
|
* set replicas to current value so not to disrupt current pods (#13)Jeff Cantrill2017-01-173-3/+3
|
* User provided certs pushed from control. vars reorg (#12)Jeff Cantrill2017-01-171-0/+12
| | | Merging per discussion and agreement from @bbguimaraes
* update vars to allow scaling of components (#9)Jeff Cantrill2017-01-173-3/+3
|
* allow definition of cpu/memory limits/resources (#11)Jeff Cantrill2017-01-173-0/+87
|
* rename variables to be less extraneous (#10)Jeff Cantrill2017-01-171-2/+2
|
* Custom certificates (#5)Bruno Barcarol Guimarães2017-01-173-1/+8
| | | | | | | | | | | | | | | * 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.
* prefix vars with metrics role (#4)Jeff Cantrill2017-01-173-15/+15
|
* Bruno Barcarol Guimarães work to move metrics to ansible from deployerJeff Cantrill2017-01-179-0/+381