Skip to content

eruvanos/openbrokerapi-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBrokerAPI Skeleton

Basic skeleton to implement a service broker with openbrokerapi

What to implement

Feature Method
Register service broker catalog
Visible in marketplace catalog
Create service provision
Bind service bind
Unbind service unbind
Delete service deprovision
Support async creation or deletion last_operation
Support async bind or unbind last_binding_operation and get_binding
Retrievable instance get_instance
Retrievable binding get_binding

Setup

I recommend Pipenv for setup

pip install pipenv
pipenv install

Deploy on Cloud Foundry

# deploy
cf push --random-route

# register service broker in space
cf create-service-broker [broker name] [username] [password] [url] --space-scoped

Why is this not running out of the box? The implementation for a dummy service broker would generate too much example code. Because of this I just provide the skeleton of my service broker projects, without any further functionality.

About

Skeleton for a service broker using the openbrokerapi library from https://github.com/eruvanos/openbrokerapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages