summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Removing ability to change default cassandra_pvc_prefix based on metrics ↵Eric Wolinetz2018-01-291-1/+1
| | | | volume name
* Reverting using uninstall variables for logging and metricsEric Wolinetz2017-09-291-1/+0
|
* Merge pull request #5020 from jsanda/prometheus-endpoint-configOpenShift Merge Robot2017-09-291-0/+3
|\ | | | | | | | | | | | | 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-141-2/+2
| |
| * set prometheus endpoint properties to false by defaultJohn Sanda2017-08-091-2/+2
| |
| * add options to disable prometheus endpointsJohn Sanda2017-07-241-0/+3
| | | | | | | | | | The prometheus endpoints for cassandra and for hawkular-metrics are enabled by default. This commit adds the option to disable them.
* | Updating default behavior for installing metrics and logging. Separating out ↵Eric Wolinetz2017-09-221-1/+2
| | | | | | | | uninstall to own variable
* | Merge pull request #5176 from ewolinetz/deprecate_log_met_varsOpenShift Merge Robot2017-09-221-5/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue Creating structure to warn for use of deprecated variables and set th… …em in a single location before they are no longer honored Implementation of https://trello.com/c/XKOGHSkP/460-3-deprecate-openshifthostedloggingmetrics-installer-variables Tried to implement this in a way such that we can easily and cleanly add/remove variables in the future for any role we choose. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1449812 https://bugzilla.redhat.com/show_bug.cgi?id=1464349
| * | Creating structure to warn for use of deprecated variables and set them in a ↵Eric Wolinetz2017-09-201-5/+5
| | | | | | | | | | | | single location before they are no longer honored
* | | Support setting annotations on Hawkular routeMichael Hanselmann2017-09-061-0/+1
|/ / | | | | | | | | | | | | | | | | 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
* | Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423jkaurredhat2017-07-201-1/+1
|/ | | | | | Customer confirmed changing KUBERNETES_MASTER_URL and env parameter MASTER_URL value from default value "https://kubernetes.default.svc.cluster.local" to "https://kubernetes.default.svc" solved the issue. Signed-off-by: jkaurredhat <jkaur@redhat.com>
* Updating default from null to ""ewolinetz2017-06-201-1/+1
|
* Merge pull request #4377 from mwringe/hawkular_openshift_agentOpenShift Bot2017-06-141-0/+8
|\ | | | | Merged by openshift-bot
| * Support installing HOSA via ansiblemwringe2017-06-131-0/+8
| |
* | Allowing openshift_metrics to specify PV selectors and allow way to define ↵ewolinetz2017-05-261-0/+1
|/ | | | selectors when creating pv
* Specify enterprise defaults for logging and metrics imagesScott Dodson2017-03-241-2/+0
|
* Cherry picked from #3657ewolinetz2017-03-151-1/+1
|
* Updating metrics defaultsewolinetz2017-03-061-3/+4
|
* updating defaults for logging and metrics rolesewolinetz2017-02-141-1/+1
|
* BZ1421834: increase the Heapster metric resolution to 30smwringe2017-02-131-1/+1
|
* Merge pull request #3297 from jcantrill/bz_1419962_cassandra_pwd_failureScott Dodson2017-02-101-1/+0
|\ | | | | bug 1419962. fix openshift_metrics pwd issue after reinstall where ca…
| * bug 1419962. fix openshift_metrics pwd issue after reinstall where cassandra ↵Jeff Cantrill2017-02-091-1/+0
| | | | | | | | has incorrect pwd exception
* | Merge pull request #3320 from jcantrill/bz_1420538_metrics_supplemental_groupsScott Dodson2017-02-101-0/+1
|\ \ | | | | | | bug 1420538. Allow users to set supplementalGroup for Cassandra
| * | bug 1420538. Allow users to set supplementalGroup for CassandraJeff Cantrill2017-02-091-0/+1
| |/
* | Merge pull request #3281 from ewolinetz/revert_3257Scott Dodson2017-02-101-0/+2
|\ \ | |/ |/| Reverting commit 3257 and renaming master_url to openshift_logging_ma…
| * Updating defaults to pull from previously defined variable names used in ↵ewolinetz2017-02-081-0/+2
| | | | | | | | playbooks
* | use pvc_size instead of pv_size for openshift_metrics since the role creates ↵Jeff Cantrill2017-02-081-2/+2
|/ | | | claims
* fix 1406057. Allow openshift_metrics nodeselectors for componentsJeff Cantrill2017-02-061-0/+3
|
* User provided certs pushed from control. vars reorg (#12)Jeff Cantrill2017-01-171-8/+19
| | | Merging per discussion and agreement from @bbguimaraes
* update vars to allow scaling of components (#9)Jeff Cantrill2017-01-171-0/+2
|
* allow definition of cpu/memory limits/resources (#11)Jeff Cantrill2017-01-171-1/+13
|
* rename variables to be less extraneous (#10)Jeff Cantrill2017-01-171-4/+6
|
* Add tasks to uninstall metrics (#7)Jeff Cantrill2017-01-171-2/+2
|
* Custom certificates (#5)Bruno Barcarol Guimarães2017-01-171-0/+3
| | | | | | | | | | | | | | | * 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-171-13/+14
|
* Bruno Barcarol Guimarães work to move metrics to ansible from deployerJeff Cantrill2017-01-171-0/+17
|
* rename openshift_metrics to openshift_hosted_metricsJeff Cantrill2017-01-111-2/+0
|
* Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher2016-10-211-0/+2