summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/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.
* Correct service restart commandScott Dodson2017-11-081-1/+1
|
* 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
* Reverting logic for verify api handler to be uniform with other ways we ↵ewolinetz2017-02-201-5/+15
| | | | verify, will be uniformly updated in future
* updating until statments on uri module for api verificationewolinetz2017-02-171-1/+1
|
* Updating to use uri module insteadewolinetz2017-02-171-15/+5
|
* Adding missing handler to resolve error that it was not foundewolinetz2017-02-171-0/+21
|
* Updating to correctly pull handler for openshift_logging. Adding logic to ↵ewolinetz2017-01-271-0/+5
openshift_hosted_logging too