Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [6632] fix indentation of terminationGracePeriodSeconds var | John Sanda | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 1 | -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 Pazdziora | 2017-11-27 | 10 | -17/+17 |
| | |||||
* | Bug 1452939 - change Logging & Metrics imagePullPolicy | Jan Wozniak | 2017-10-23 | 4 | -4/+4 |
| | | | | | - all images logging and metrics change their default imagePullPolicy from Always to IfNotPresent | ||||
* | Merge pull request #5020 from jsanda/prometheus-endpoint-config | OpenShift Merge Robot | 2017-09-29 | 2 | -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 confusion | John Sanda | 2017-08-14 | 2 | -4/+4 |
| | | |||||
| * | add options to disable prometheus endpoints | John Sanda | 2017-07-24 | 2 | -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 metrics | John Sanda | 2017-07-07 | 1 | -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 route | Michael Hanselmann | 2017-09-06 | 1 | -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_caCert | Scott Dodson | 2017-07-26 | 1 | -1/+1 |
|\ \ | | | | | | | Fixing route spec caCertificate to be correctly capitalized | ||||
| * | | Fixing route spec caCertificate to be correctly capitalized | ewolinetz | 2017-07-25 | 1 | -1/+1 |
| |/ | |||||
* / | Metrics: grant hawkular namespace listener role | mwringe | 2017-07-24 | 1 | -0/+15 |
|/ | |||||
* | Fix for dynamic pvs when using storageclasses. | Kenny Woodson | 2017-06-21 | 1 | -0/+3 |
| | |||||
* | Merge pull request #4377 from mwringe/hawkular_openshift_agent | OpenShift Bot | 2017-06-14 | 4 | -0/+177 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Support installing HOSA via ansible | mwringe | 2017-06-13 | 4 | -0/+177 |
| | | |||||
* | | Merge pull request #4302 from ewolinetz/pv_node_selectors | OpenShift Bot | 2017-06-13 | 1 | -0/+7 |
|\ \ | |/ |/| | Merged by openshift-bot | ||||
| * | Allowing openshift_metrics to specify PV selectors and allow way to define ↵ | ewolinetz | 2017-05-26 | 1 | -0/+7 |
| | | | | | | | | selectors when creating pv | ||||
* | | Metrics: update the imagePullPolicy to be always | mwringe | 2017-05-26 | 3 | -0/+3 |
|/ | |||||
* | Switched Heapster to use certificates generated by OpenShift | Juraci Paixão Kröhling | 2017-04-18 | 2 | -3/+14 |
| | |||||
* | Changed Hawkular Metrics secrets to use a format similar to the one ↵ | Juraci Paixão Kröhling | 2017-04-06 | 2 | -22/+20 |
| | | | | automatically generated by OpenShift | ||||
* | Found this while searching the metrics role for logging, is this wrong? | Scott Dodson | 2017-03-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3667 from jpkrohling/JPK-SwitchCassandraToUseGeneratedCerts | OpenShift Bot | 2017-03-21 | 2 | -13/+18 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Switched Cassandra to use certificates generated by OpenShift | Juraci Paixão Kröhling | 2017-03-15 | 2 | -13/+18 |
| | | |||||
* | | cherry picking from #3621 #3614 #3627 | ewolinetz | 2017-03-10 | 1 | -1/+1 |
|/ | |||||
* | Removed JGroups cert and password generation. | Juraci Paixão Kröhling | 2017-02-24 | 1 | -7/+6 |
| | |||||
* | bug 1420538. Allow users to set supplementalGroup for Cassandra | Jeff Cantrill | 2017-02-09 | 1 | -0/+3 |
| | |||||
* | use pvc_size instead of pv_size for openshift_metrics since the role creates ↵ | Jeff Cantrill | 2017-02-08 | 1 | -1/+1 |
| | | | | claims | ||||
* | fix 1406057. Allow openshift_metrics nodeselectors for components | Jeff Cantrill | 2017-02-06 | 3 | -0/+18 |
| | |||||
* | Merge pull request #3133 from mwringe/hawkular-metrics-0.23-update | Scott Dodson | 2017-01-25 | 1 | -0/+2 |
|\ | | | | | Template update for Hawkular Metrics 0.23 | ||||
| * | Template update for Hawkular Metrics 0.23 | mwringe | 2017-01-19 | 1 | -0/+2 |
| | | |||||
* | | fix BZ1414477. Use keytool on control node and require java | Jeff Cantrill | 2017-01-23 | 1 | -38/+0 |
|/ | |||||
* | use pod to generate keystores (#14) | Jeff Cantrill | 2017-01-17 | 1 | -0/+38 |
| | |||||
* | additional code reviews | Jeff Cantrill | 2017-01-17 | 1 | -10/+10 |
| | |||||
* | set replicas to current value so not to disrupt current pods (#13) | Jeff Cantrill | 2017-01-17 | 3 | -3/+3 |
| | |||||
* | User provided certs pushed from control. vars reorg (#12) | Jeff Cantrill | 2017-01-17 | 1 | -0/+12 |
| | | | Merging per discussion and agreement from @bbguimaraes | ||||
* | update vars to allow scaling of components (#9) | Jeff Cantrill | 2017-01-17 | 3 | -3/+3 |
| | |||||
* | allow definition of cpu/memory limits/resources (#11) | Jeff Cantrill | 2017-01-17 | 3 | -0/+87 |
| | |||||
* | rename variables to be less extraneous (#10) | Jeff Cantrill | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | Custom certificates (#5) | Bruno Barcarol Guimarães | 2017-01-17 | 3 | -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 Cantrill | 2017-01-17 | 3 | -15/+15 |
| | |||||
* | Bruno Barcarol Guimarães work to move metrics to ansible from deployer | Jeff Cantrill | 2017-01-17 | 9 | -0/+381 |