orange-cloudfoundry / osb-cmdb

A configuration management db for Open Service Broker API broker implementations
Apache License 2.0
14 stars 1 forks source link

osb-cmdb delete-service-instance sync failure is lacking message #128

Closed gberche-orange closed 3 years ago

gberche-orange commented 3 years ago

See https://github.com/orange-cloudfoundry/paas-templates/issues/1234

Root cause:

https://github.com/orange-cloudfoundry/osb-cmdb/blob/068759efc9471e5f14df7f58af5f9ae8483707df/osb-cmdb/src/main/java/com/orange/oss/osbcmdb/serviceinstance/OsbCmdbServiceInstance.java#L809-L814

May need to inspect the original to infer sync error and wrap it such as in https://github.com/orange-cloudfoundry/osb-cmdb/blob/068759efc9471e5f14df7f58af5f9ae8483707df/osb-cmdb/src/main/java/com/orange/oss/osbcmdb/serviceinstance/OsbCmdbServiceInstance.java#L770