Skip to content

Application Broker

sharibenko edited this page May 18, 2016 · 31 revisions

Registering application in catalog

Application broker is a component that lets you transform your application into offering in marketplace. List of all such offerings is called catalog. To inform broker that it should be aware of your app you need to perform steps described below. You can do it either from user interface or command line.

From the Console User Interface

  • From the Applications page, select the link > See details>> in your application row to access the applications overview page.

Adding an Application to Marketplace Step 1

  • From the application overview page select the tab > Register in marketplace.

Adding an Application to Marketplace Step 2

  • Fill out the form provided and select > Register.

Adding Application to Marketplace Step 3

Your application will now be available in the > Services > Marketplace to others within your organization.

Using CLI

  • First of all, you will need to have application-broker repository cloned. Repository's root directory contains register.sh script that you will have to use to register your application. If you are interested in technical details please skim through the code of this script. At a glance, it performs POST requests against broker API.
  • Before executing script, target to space containing your application. Use cf-cli to do so.

cf target -o orgContainingYourApp -s spaceContainingYourApp

  • Execute ./register.sh using all hints served by help. register.sh help

  • Your application will now be available as a service for all organization within your TAP installation.

ℹ️ To show it in more attractive way we've prepared demonstration video. Start demo

Clone this wiki locally