dpanayotov / service-manager

Service Manager Core Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service Manager

Build Status Go Report Card Coverage Status License Docker Repository on Quay

What is Service Manager

Service Manager is a central registry for service brokers and platforms registration. It tracks service instances creation and allows sharing of service instances between different Platform Instances.

Setup Service Manager Components

The overall setup of the solution consist of a single installation of Service Manager component and one or more Service Broker Proxy components that runs on each one of the registered platforms. For more information check the specification page.

Run the Service Manager

Currently the Service Manager can be run on CF or on Kubernetes.

For more information see:

As a result of this step you will get a url address of the running Service Manager component.

Run the Service Broker Proxies

Follow the links to get details how to run Service Broker Proxy component on CF or Kubernetes.

You need to make sure that the Service Manager is visible from the Service Broker Proxies.

Install smctl

You need to install the command line tools and login to the Service Manager using the smctl login command.

Test the setup

If you deployed the Service Manager, smctl and at least one Service Broker Proxy you can register an OSB compliant broker using the smctl register-broker command.

smctl register-broker <broker_name> <broker_url> <description>

The services provided by the broker should appear in the platform instances in which the proxies reside. For example, in CF you can check with:

cf service-brokers

Note: It could take a couple of minutes before the broker appears in the platform instance.

Run Service Manager on Kubernetes

Plugins and Filters

Plugins and Filters

About

Service Manager Core Module

License:Apache License 2.0


Languages

Language:Go 98.8%Language:Smarty 0.6%Language:Dockerfile 0.4%Language:PLpgSQL 0.3%