Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Latest commit

 

History

History
47 lines (32 loc) · 3.12 KB

README.md

File metadata and controls

47 lines (32 loc) · 3.12 KB

simple-service-broker is no longer actively maintained by VMware.

simple-service-broker


NOTE

Outdated superceeded by newer tooling such as Spring App Broker which provides a framework for building service brokers by using the Spring Cloud Open Service Broker API.

Some other Java based examples are:


simple-service-broker was created based on feedback from Pivotal partners who wanted to focus less on "the plumbing," and more on functionality in direct support of their products' unique capabilities.

The project is made up of several modules, each with individual READMEs that explain things in more detail:

This is where the main library classes exist. The rest of the modules are examples that show how to use these classes to create a service broker.

An example broker that uses the simple-broker for demonstration purposes. This module could be used as a starting point for your custom broker.

An very simple demo back-end for the broker to talk to.

An example spring cloud service connector that vastly simplifies the use of a brokered service. This is an optional feature that service broker providers can create for users of their services.

An example spring boot app that uses the sample-broker provided service, via the sample-connector.

The Demo

Together, the sample projects can be used to demo the sample-broker, and as a template for a fully functional demo of a custom service broker. Heck, why not also re-purpose the READMEs to help document your broker?

To deploy and run the samples as a group, follow this order (details in the individual project READMEs):

  1. git clone the simple-service-broker project
  2. mvn install the simple-service-broker
  3. cf push the sample-service
  4. cf push, register, and enable the sample-broker
  5. cf push the sample-client

Create a tile for your broker

For instructions on how to create an Ops Manager tile for your broker in the sample-broker README.