This project makes a CF broker which makes Apache Brooklyn blueprints available as Cloud Foundry services.
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.
See the docs in this project. Or come talk to the authors at #brooklyncentral
on IRC.