A Plugin for Apache Brooklyn to Add More Blueprints to Cloud Foundry

71

The Brooklyn plugin allows you to:

  • Add new Brooklyn blueprints to the service catalog.
  • Create new services as part of your application’s manifest.
  • Get information and invoke effectors on running service instances.

If you are using CLI version 6.10+ you can install the plugin using plugin discovery with the community repository:

$ cf add-plugin-repo community http://plugins.cloudfoundry.org/
$ cf install-plugin Brooklyn -r community

Otherwise, you can get a binary with your web browser from the community site and follow the post-build install instructions below.

The Apache Brooklyn source is available to view and fork on GitHub. Binaries are distributed on Maven Central.

You can also compile from the source code. Read more at The New Stack