Azure / open-service-broker-azure

The Open Service Broker API Server for Azure Services
https://osba.sh
MIT License
248 stars 101 forks source link

OSBA on OpenShift has errors creating binding #533

Open haroldwongms opened 6 years ago

haroldwongms commented 6 years ago

I have deployed OSBA using the GA template (image v1.0.1). When creating Azure resources (SQL, Postgres, MySQL), the resource gets created successfully, but the binding fails with an error of "ServiceBroker returned failure: bind operation will not be retried: Status: 500; ErrorMessage:;Description:;ResponseError:"

Expected Result: binding created successfully.

jeremyrickard commented 6 years ago

Hey, thanks for the report. I’ll see if I can get an OpenShift cluster going to replicate this. I’m the meantime, could you send any logs from your OSBA pods? That might help narrow it down faster.

Thanks!