All Projects → openservicebrokerapi → osb-checker

openservicebrokerapi / osb-checker

Licence: Apache-2.0 license
An automatic checker to verify an Open Service Broker API implementation against the specification

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to osb-checker

cloud-service-broker
OSBAPI service broker that uses Terraform to provision and bind services. Derived from https://github.com/GoogleCloudPlatform/gcp-service-broker
Stars: ✭ 54 (+22.73%)
Mutual labels:  service-broker, osbapi, cff-wg-service-management
service-manager
Service Manager Core
Stars: ✭ 68 (+54.55%)
Mutual labels:  service-broker, osbapi
oci-service-broker
Oracle Cloud Infrastructure Service Broker is an open source implementation of Open service broker API Spec for OCI services. Customers can use this implementation to install Open Service Broker in Oracle Container Engine for Kubernetes or in other Kubernetes clusters.
Stars: ✭ 48 (+9.09%)
Mutual labels:  service-broker, osbapi
crossplane-service-broker
Crossplane Open Service Broker API
Stars: ✭ 17 (-61.36%)
Mutual labels:  service-broker
nfs-volume-release
No description or website provided.
Stars: ✭ 17 (-61.36%)
Mutual labels:  cff-wg-service-management
spring-cloud-app-broker
Spring Cloud project for implementing service brokers that conform to the Open Server Broker API specification
Stars: ✭ 26 (-40.91%)
Mutual labels:  service-broker
overview-broker
A service broker that provides an overview of its service instances and bindings. Conforms to the Open Service Broker API standard.
Stars: ✭ 18 (-59.09%)
Mutual labels:  service-broker
paas-templates
Bosh, CFAR, CFCR and OSB services templates for use with COA (cf-ops-automation) framework
Stars: ✭ 16 (-63.64%)
Mutual labels:  osbapi

Build Status

osb-checker

An automatic checker to verify an Open Service Broker API implementation against the specification.

Project Status

This project should be considered experimental. You should validate the results against the released specification. In the case of any discrepancy, the specification should be considered correct.

Usage

Test

  • Firstly, u need to deploy your own service broker to be tested.
  • Modify the config_mock.yaml under test/configs folder.
  • Just run go test -v ./test/ -f configs/config_mock.yaml to start the test job.

Mock broker

This project provides a mock broker as reference implementation for enforcing conformance test, and validated results of this mock broker should be considered more reliable compared with other 3rd party brokers.

For deploying and using this mock broker, you should execute these commands below:

make
./build/bin/osbchecker.mockbroker

Generate model and mock broker

All the model and mock broker framework will be generated from swagger.yaml automatically. Here are some steps for developers to generate them:

  • First developers should make sure your machine has docker installed.

  • Then run one command below:

     make autogenerated
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].