Skip to content

jiangchuan1220/brooklyn-service-broker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Foundry Brooklyn Service Broker

Build Status

This project makes a CF broker which makes Apache Brooklyn blueprints available as Cloud Foundry services.

Quick Start

The WAR file can be downloaded as a release on this github site, or you can build it from source.

You can launch it by deploying to Cloud Foundry, passing a few environment variables (e.g. in your manifest.yml):

    BROOKLYN_URI: https://brooklyn-uri:8081
    BROOKLYN_USERNAME: brooklyn-username
    BROOKLYN_PASSWORD: brooklyn-password
    SECURITY_USER_NAME: broker-username
    SECURITY_USER_PASSWORD: broker-password

You then use it by running cf create-service-broker and enable-service-access in the usual way.

For More Information

See the docs in this project. Or come talk to the authors at #brooklyncentral on IRC.

About

A Cloud Foundry Service Broker for Apache Brooklyn

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%