summaryrefslogtreecommitdiff
path: root/roles/openshift_hosted_metrics
AgeCommit message (Collapse)Author
2017-12-05Fix hosted varsMichael Gugino
Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
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-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-05-01Don't double quote when conditionsScott Dodson
2017-01-20Set metrics url even if metrics_deploy is falseAlberto Peon
2017-01-11rename openshift_metrics to openshift_hosted_metricsJeff Cantrill