The topics in this subsection explain how to integrate your software service with Ops Manager to create a brokered service and service tile for Ops Manager.

Overview

You can achieve the first real improvement in your Ops Manager customers user experience by creating a Service Broker for your service.

A brokered service runs external to Ops Manager, but it has a tile on VMware Tanzu Network. Operators install, configure, and upgrade the tile through the Ops Manager Installation Dashboard.

The service broker eliminates the need for your customers to know the URLs and credentials for your services; they are managed automatically by the broker.

Building a broker for a (still) externally deployed service is generally a good way to publish a first tile that adds real value for customers who have both your software and Ops Manager.

Create a Brokered Service

  • A brokered service requires a service broker, which publishes an API to the Cloud Controller.
    Service Brokers explains how to create one.

  • Route Services explains how to create a route service, for use in the routing layer of Ops Manager rather than by hosted Ops Manager apps.

  • Catalog explains how to design the part of your service broker API that publishes service plan information to the Services Marketplace.

  • You can write your service broker in the language of your choice.
    Buildpacks explains how to create a language-specific buildpack that compiles and packages your service broker to run on Ops Manager.

  • Once you have the individual components for your brokered service integration, you can work through Building Your First Tile to create your tile.

At any level of integration, VMware recommends and supports using Concourse for continuous integration during development.

check-circle-line exclamation-circle-line close-line
Scroll to top icon