summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/handlers
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.service_typeMichael Gugino2017-12-071-2/+2
| | | | | | | | 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.
* Remove all references to pacemaker (pcs, pcsd) and ↵Andrew Butcher2017-12-051-2/+2
| | | | | | | openshift.master.cluster_method. With pacemaker removed there is no longer a need for openshift.master.cluster_method. We only have one option.
* Removed old version codeMichael Gugino2017-11-141-4/+0
| | | | | | 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.
* Retry restarting master controllersMichael Gugino2017-11-061-1/+6
| | | | | | | | | 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
* Remove the origin-master.service and associated filesClayton Coleman2017-08-081-7/+2
| | | | | | 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.
* Updating logging and metrics to restart api, ha and controllers when ↵ewolinetz2017-04-281-0/+9
| | | | updating master config
* bug 1430661. Update masterConfig metricsPublicURL on installJeff Cantrill2017-03-101-0/+26
|
* rename openshift_metrics to openshift_hosted_metricsJeff Cantrill2017-01-111-35/+0
|
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-3/+3
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* Where we use curl force it to use tlsv1.2Scott Dodson2016-11-021-1/+1
| | | | | | | curl, prior to RHEL 7.2, did not properly negotiate up the TLS protocol, so force it to use tlsv1.2 Fixes bug 1390869
* Suppress more warnings.Andrew Butcher2016-09-281-0/+4
|
* Add logic to detect existing installsScott Dodson2016-08-241-0/+31
However, due to testing constraints we're only supporting 'greenfield' installs right now.