cloudfoundry-attic / cf-mysql-broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adding service broker

akhiljain93 opened this issue · comments

This is a noob question and probably has more to do with cloudfoundry, but I couldn't figure out a way to install this service-broker. What command do I have to issue from my CF CLI in order that I am able to use this service-broker on my apps.

a. I have a working installation of nise-bosh
b. when I do a cf create-service-broker mysql root password https://github.com/cloudfoundry/cf-mysql-broker, it says Server error, status code: 500, error code: 10001, message: The service broker API returned an error from https://github.com/cloudfoundry/cf-mysql-broker/v2/catalog: 404 Not Found
c. when I do a cf marketplace, it says No service offerings found

Is there something wrong with my installation of cf nise-bosh or is there something else that I am missing? How do I set this right?

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/73126852.

cf create-service-broker is what you want (make sure you have cf version 6.1 installed). The error you are seeing suggests that broker URL is incorrect.

@michaelklishin the URL is the link to this repo, and I have cf version 6.1.2-6a013ca installed on my server. But I still receive the error. And as you may have seen above, I do use the cf create-service-broker command, but that returns the error

@akhiljain93 the URL should be a URL to the running gateway, not a github URL. Please see how Cloud Controller interacts with service brokers.

@akhiljain93 Does the info from @michaelklishin above clear up this issue? Can we close it?

(We'll assume all is well and we will close this issue in 3 days if we don't hear otherwise)

Thanks
@krishicks && @dliebreich
CF Community Pair

Closing this per above. Please re-open if necessary.

Thanks
@krishicks && @dliebreich
CF Community Pair