service-manager

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2018 License: Apache-2.0, BSD-3-Clause, MIT Imports: 2 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
Package api contains logic for building the Service Manager API business logic
Package api contains logic for building the Service Manager API business logic
broker
Package broker contains logic for building the Service Manager Broker Management API
Package broker contains logic for building the Service Manager Broker Management API
catalog
Package catalog contains logic for the Service Manager aggregated catalog API
Package catalog contains logic for the Service Manager aggregated catalog API
healthcheck
Package healthcheck contains logic for the Service Manager healthcheck API
Package healthcheck contains logic for the Service Manager healthcheck API
info
Package info contains logic for the Service Manager info API
Package info contains logic for the Service Manager info API
osb
Package osb contains logic for building the Service Manager OSB API
Package osb contains logic for building the Service Manager OSB API
platform
Package platform contains logic for the Service Manager Platform Management API
Package platform contains logic for the Service Manager Platform Management API
pkg
env
env/envfakes
Code generated by counterfeiter.
Code generated by counterfeiter.
log
server
Package server contains the logic of the Service Manager server and a mux router
Package server contains the logic of the Service Manager server and a mux router
sm
types
Package types contains the Service Manager web entities
Package types contains the Service Manager web entities
util
Package util contains web utils for APIs, clients and error handling
Package util contains web utils for APIs, clients and error handling
web
Package web exposes the extension points of the Service Manager.
Package web exposes the extension points of the Service Manager.
web/webfakes
Code generated by counterfeiter.
Code generated by counterfeiter.
Package security contains logic for setting SM security
Package security contains logic for setting SM security
basic
Package basic contains logic for setting up a basic authenticator
Package basic contains logic for setting up a basic authenticator
oidc
Package oidc contains logic for setting up an Open ID Connect authenticator
Package oidc contains logic for setting up an Open ID Connect authenticator
securityfakes
Code generated by counterfeiter.
Code generated by counterfeiter.
Package storage contains logic around the Service Manager persistent storage
Package storage contains logic around the Service Manager persistent storage
postgres
Package postgres implements the Service Manager storage interfaces for Postgresql Storage Package postgres implements the Service Manager storage interfaces for Postgresql Storage
Package postgres implements the Service Manager storage interfaces for Postgresql Storage Package postgres implements the Service Manager storage interfaces for Postgresql Storage
storagefakes
Code generated by counterfeiter.
Code generated by counterfeiter.
test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL