Skip to content

Instantly share code, notes, and snippets.

@kiuby88
Last active October 16, 2016 18:09
Show Gist options
  • Save kiuby88/9f7517f19020f11b1c2435da15e7558a to your computer and use it in GitHub Desktop.
Save kiuby88/9f7517f19020f11b1c2435da15e7558a to your computer and use it in GitHub Desktop.
name: Vanilla CloudFoundry Application
location: pivotal-ws
services:
- type: org.apache.brooklyn.cloudfoundry.entity.VanillaCloudFoundryApplication
id: vanilla-app
brooklyn.config:
path: https://github.com/kiuby88/brooklyn-cloudfoundry/blob/master/src/test/resources/brooklyn-example-hello-world-sql-webapp-in-paas.war?raw=true
buildpack: https://github.com/cloudfoundry/java-buildpack.git
host: vanilla-test
domain: cfapps.io
memory: 1024
disk_quota: 2048
instances: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment