From 658bdf0aabd3e992f3c3a9255603d778d2ee9f9d Mon Sep 17 00:00:00 2001 From: Michael Gugino Date: Wed, 7 Mar 2018 17:04:10 -0500 Subject: [PATCH] TSB upgrade remove and reinstall Daemonsets can't be updated in the same way as deployment configs. This commit instructs upgrade to first remove then reintsall tsb. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1540521 --- roles/template_service_broker/tasks/upgrade.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/template_service_broker/tasks/upgrade.yml b/roles/template_service_broker/tasks/upgrade.yml index c44c9766e5b..4a69bf396f9 100644 --- a/roles/template_service_broker/tasks/upgrade.yml +++ b/roles/template_service_broker/tasks/upgrade.yml @@ -1,3 +1,6 @@ --- +# TODO(michaelgugino) +# We can get rid of this remove section after switching to deployments. +- include_tasks: remove.yml - include_tasks: deploy.yml