summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/handlers
Commit message (Collapse)AuthorAgeFilesLines
* 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.