summaryrefslogtreecommitdiff
path: root/roles/openshift_metrics/defaults
AgeCommit message (Collapse)Author
2018-01-29Removing ability to change default cassandra_pvc_prefix based on metrics ↵Eric Wolinetz
volume name
2017-09-29Reverting using uninstall variables for logging and metricsEric Wolinetz
2017-09-29Merge pull request #5020 from jsanda/prometheus-endpoint-configOpenShift Merge Robot
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.
2017-09-22Updating default behavior for installing metrics and logging. Separating out ↵Eric Wolinetz
uninstall to own variable
2017-09-22Merge pull request #5176 from ewolinetz/deprecate_log_met_varsOpenShift Merge Robot
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
2017-09-20Creating structure to warn for use of deprecated variables and set them in a ↵Eric Wolinetz
single location before they are no longer honored
2017-09-06Support setting annotations on Hawkular routeMichael Hanselmann
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
2017-08-14rename vars to avoid double negatives and ensuing confusionJohn Sanda
2017-08-09set prometheus endpoint properties to false by defaultJohn Sanda
2017-07-24add options to disable prometheus endpointsJohn Sanda
The prometheus endpoints for cassandra and for hawkular-metrics are enabled by default. This commit adds the option to disable them.
2017-07-20Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423jkaurredhat
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>
2017-06-20Updating default from null to ""ewolinetz
2017-06-14Merge pull request #4377 from mwringe/hawkular_openshift_agentOpenShift Bot
Merged by openshift-bot
2017-06-13Support installing HOSA via ansiblemwringe
2017-05-26Allowing openshift_metrics to specify PV selectors and allow way to define ↵ewolinetz
selectors when creating pv
2017-03-24Specify enterprise defaults for logging and metrics imagesScott Dodson
2017-03-15Cherry picked from #3657ewolinetz
2017-03-06Updating metrics defaultsewolinetz
2017-02-14updating defaults for logging and metrics rolesewolinetz
2017-02-13BZ1421834: increase the Heapster metric resolution to 30smwringe
2017-02-10Merge pull request #3297 from jcantrill/bz_1419962_cassandra_pwd_failureScott Dodson
bug 1419962. fix openshift_metrics pwd issue after reinstall where ca…
2017-02-10Merge pull request #3320 from jcantrill/bz_1420538_metrics_supplemental_groupsScott Dodson
bug 1420538. Allow users to set supplementalGroup for Cassandra
2017-02-10Merge pull request #3281 from ewolinetz/revert_3257Scott Dodson
Reverting commit 3257 and renaming master_url to openshift_logging_ma…
2017-02-09bug 1420538. Allow users to set supplementalGroup for CassandraJeff Cantrill
2017-02-09bug 1419962. fix openshift_metrics pwd issue after reinstall where cassandra ↵Jeff Cantrill
has incorrect pwd exception
2017-02-08Updating defaults to pull from previously defined variable names used in ↵ewolinetz
playbooks
2017-02-08use pvc_size instead of pv_size for openshift_metrics since the role creates ↵Jeff Cantrill
claims
2017-02-06fix 1406057. Allow openshift_metrics nodeselectors for componentsJeff Cantrill
2017-01-17User provided certs pushed from control. vars reorg (#12)Jeff Cantrill
Merging per discussion and agreement from @bbguimaraes
2017-01-17update vars to allow scaling of components (#9)Jeff Cantrill
2017-01-17allow definition of cpu/memory limits/resources (#11)Jeff Cantrill
2017-01-17rename variables to be less extraneous (#10)Jeff Cantrill
2017-01-17Add tasks to uninstall metrics (#7)Jeff Cantrill
2017-01-17Custom certificates (#5)Bruno Barcarol Guimarães
* 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.
2017-01-17prefix vars with metrics role (#4)Jeff Cantrill
2017-01-17Bruno Barcarol Guimarães work to move metrics to ansible from deployerJeff Cantrill
2017-01-11rename openshift_metrics to openshift_hosted_metricsJeff Cantrill
2016-10-21Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher