Bluemix Local: How do I add an existing on-prem DB2 database as service?

Viewed 138

I am using Bluemix Local and have an existing on-premises database (DB2 LUW) that I want to use with a Cloud Foundry application. How can I make that database "testDB" available as a service, so that my app can use the VCAP_SERVICES variable to access that database?

Do I need a custom broker or will an user-provided service do the trick?

cf cups db2-testdb only adds a service, but no JDBC properties.

1 Answers
Related