summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_elasticsearch/tasks/restart_cluster.yml
Commit message (Collapse)AuthorAgeFilesLines
* Whenever we create a new es node ignore health checks, changing prometheus ↵Eric Wolinetz2018-02-131-0/+7
| | | | pw gen for increased secret idempotency
* changed oc to {{ openshift_client_binary }}datarace2018-02-081-7/+7
|
* Only automatically restart if cluster is in yellow or green stateEric Wolinetz2018-01-241-69/+91
|
* Ensure we are running oc execs against running podsEric Wolinetz2018-01-161-2/+2
|
* Adding logic to disable and reenable external communication to ES during ↵Eric Wolinetz2018-01-051-0/+35
| | | | full restart
* Adding logic to do a full cluster restart if we are incrementing our major ↵Eric Wolinetz2018-01-031-1/+22
| | | | versions of ES
* Removing config trigger for ES DC, updating to use a handler to rollout ES ↵Eric Wolinetz2017-12-141-0/+35
at the end of a deployment, allowing for override with variable