Skip to content

Instantly share code, notes, and snippets.

@ahgittin
Created January 31, 2014 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahgittin/8736763 to your computer and use it in GitHub Desktop.
Save ahgittin/8736763 to your computer and use it in GitHub Desktop.
dse-cassandra-blueprint.yaml
name: dse-cassandra
# starts a single datacenter DSE cluster and an opscenter node
services:
- type: io.cloudsoft.datastax.dse.DSECassandraDatacenter
name: DSE Cluster
brooklyn.config:
cluster.initial.size: 5
cluster.initial.quorumSize: 3
datastax.cassandra.opscenter.entity: $brooklyn:component("opscenter")
provisioning.properties:
minCores: 4
minRam: 8192
- type: io.cloudsoft.datastax.opscenter.OpsCenterNode
id: opscenter
location: aws-ec2:eu-west-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment