cloudfoundry - How do I add items to the Bluemix catalog for my space? -
i've been able add service broker space using:
cf create-service-broker "service" "<user>" "<password>" "http://<domain>/api" --space-scoped
i can use service @ command line with:
cf create-service service free service
but in bluemix ui, doesn't appear in catalog. how can appear in catalog in ui other users of space see?
services advertised space-scoped private broker show in catalog, depending on "catalog" meant. once broker has been registered service can seen in view of marketplace (cf marketplace
).
after service has been provisioned (your cf create-service
) service can seen in bluemix dashboard.
i created tutorial explaining steps both space-scoped , standard private brokers: https://github.com/data-henrik/bluemix-servicebroker
Comments
Post a Comment