Skip to content

Instantly share code, notes, and snippets.

@lazypower
Created January 20, 2015 16:18
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 lazypower/17c3fadbfb69690260ba to your computer and use it in GitHub Desktop.
Save lazypower/17c3fadbfb69690260ba to your computer and use it in GitHub Desktop.
hdp-storm-zookeeper:
services:
"nimbus-server":
charm: "cs:trusty/hdp-storm-3"
num_units: 1
annotations:
"gui-x": "857.5837797619554"
"gui-y": "489.3994677946897"
"storm-worker":
charm: "cs:trusty/hdp-storm-3"
num_units: 1
annotations:
"gui-x": "907.2286834265062"
"gui-y": "64.90509545225689"
"hdp-zookeeper":
charm: "cs:trusty/hdp-zookeeper-11"
num_units: 3
annotations:
"gui-x": "552.408221413866"
"gui-y": "66.59259441628797"
relations:
- - "nimbus-server:nimbus"
- "storm-worker:slave"
- - "storm-worker:zookeeper"
- "hdp-zookeeper:zookeeper"
- - "nimbus-server:zookeeper"
- "hdp-zookeeper:zookeeper"
series: trusty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment