summaryrefslogtreecommitdiff
path: root/roles/openshift_metrics
AgeCommit message (Collapse)Author
2018-02-10Fix indentation to make yamllint happyVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-10Verify that requested services have schedulable nodes matching the selectorsVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-08Set default image tag to openshift_image_tag for servicesVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-07Merge pull request #6688 from jsanda/termination-grace-periodOpenShift Merge Robot
Automatic merge from submit-queue. [6632] fix indentation of terminationGracePeriodSeconds var This is a PR to fix [6632](https://github.com/openshift/openshift-ansible/issues/6632).
2018-02-02Merge pull request #6960 from ewolinetz/metrics_pvc_idempotenceScott Dodson
Conditionally create pvcs for metrics depending on whether or not it …
2018-01-31Conditionally create pvcs for metrics depending on whether or not it already ↵Eric Wolinetz
exists
2018-01-31Only perform console configmap ops when >= 3.9Scott Dodson
2018-01-29Removing ability to change default cassandra_pvc_prefix based on metrics ↵Eric Wolinetz
volume name
2018-01-25Remove old assetConfig from master-config.yamlSamuel Padgett
The `assetConfig` is no longer used now that the console is split into its own pod. - Remove `assetConfig` on upgrades to 3.9 - Stop writing logging and metrics URLs to assetConfig for 3.9
2018-01-22failed_when lists are implicitely ANDs, not ORsVadim Rutkovsky
See https://github.com/ansible/ansible/issues/18311#issuecomment-258048690
2018-01-19Remove old console asset configSamuel Padgett
Stop writing deprecated config to the console config map.
2018-01-18Bug 1535947: Fix missing task in metrics, logging uninstall playbooksSamuel Padgett
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1535947
2018-01-17Check rc for commands with openshift_client_binary and failed_whenVadim Rutkovsky
This might mask some failures and continue instead of a failure
2018-01-16Update console config for API changesSamuel Padgett
2018-01-10[6632] fix indentation of terminationGracePeriodSeconds varJohn Sanda
2018-01-05Install web console serverSamuel Padgett
2017-12-21Remove references to deployment_typeMichael Gugino
Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-12-18Relocate filter plugins to lib_utilsMichael Gugino
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.
2017-12-14Deprecate using Ansible tests as filtersRussell Teague
2017-12-07Remove openshift.common.service_typeMichael Gugino
This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
2017-12-05Remove all references to pacemaker (pcs, pcsd) and ↵Andrew Butcher
openshift.master.cluster_method. With pacemaker removed there is no longer a need for openshift.master.cluster_method. We only have one option.
2017-11-27dist.iteritems() no longer exists in Python 3.Jan Pazdziora
2017-11-22Include Deprecation - openshift-metricsRussell Teague
2017-11-14Removed old version codeMichael Gugino
This commit removes any references to versions < 1.5/3.5 We assume the version is always greater than or equal to 1.5/3.5.
2017-11-06Retry restarting master controllersMichael Gugino
Currently, master controller services may fail to restart if master api services are not fully initialized. This commit enables retry of master controllers. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509837
2017-10-23Bug 1452939 - change Logging & Metrics imagePullPolicyJan Wozniak
- all images logging and metrics change their default imagePullPolicy from Always to IfNotPresent
2017-10-13Merge pull request #5414 from ekuric/pvc_dynamic_metricsOpenShift Merge Robot
Automatic merge from submit-queue. updated dynamic storage section for openshift metrics updated dynamic storage section for openshift metrics to support storage class name Signed-off-by: Elvir Kuric <elvirkuric@gmail.com>
2017-10-03bug 1497401. Default logging and metrics images to 3.7Jeff Cantrill
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-27OpenShift-Ansible Installer CheckpointingRussell Teague
- Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install
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-21Merge pull request #5309 from vshn/metrics-annot1OpenShift Merge Robot
Automatic merge from submit-queue Support setting annotations on Hawkular route 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-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-14updated dynamic provision section for openshift metrics to supportElvir Kuric
storage class name Signed-off-by: Elvir Kuric <elvirkuric@gmail.com>
2017-09-11Improve searching when conditions for Jinja2 delimitersRussell Teague
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-09Remove additional 'restart master' handler references.Andrew Butcher
2017-08-09set prometheus endpoint properties to false by defaultJohn Sanda
2017-08-08Remove the origin-master.service and associated filesClayton Coleman
From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8.
2017-08-07Merge pull request #4802 from jkaurredhat/metrics_1.6Scott Dodson
Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423
2017-08-02Fixing SA and clusterrole namespacesewolinetz
2017-08-01Switch logging and metrics OCP image tag from 3.6.0 to v3.6Scott Dodson
2017-07-28Updating metrics role to create serviceaccounts and roles immediatelyewolinetz
2017-07-26Merge pull request #4868 from ewolinetz/metrics_fix_caCertScott Dodson
Fixing route spec caCertificate to be correctly capitalized
2017-07-26Merge pull request #4855 from mwringe/hawkular-namespace-listener-updateScott Dodson
Metrics: grant hawkular namespace listener role
2017-07-25Fixing route spec caCertificate to be correctly capitalizedewolinetz