cloudfoundry / cloud-service-broker

OSBAPI service broker that uses Terraform to provision and bind services. Derived from https://github.com/GoogleCloudPlatform/gcp-service-broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DOCS] Handling use case where cloud service broker is cycled or updated while performing terraform apply

xyloman opened this issue · comments

Interested to know what happens to the terraform apply process when the cloud service broker is cf pushed, restaged or terminated during a repave of the VM in which its hosted on? Will the terraform apply be retried or will the cloud service broker stop accepting requests and drain the current ones before terminating gracefully?

yes just noticed this same behavior when attempting to delete a service instance and i believe the broker got turned over in the middle resulting in the same outcome.

There is currently no support in the broker to handle interrupted operations.

Hey folks, any word on plans to address this? We think we ran into it again.

We are not planning to address this in the close future. Closing this for the moment.