summaryrefslogtreecommitdiff
path: root/strata/zookeeper-client.morph
blob: 83ce2e0590b5dc8d76db3525d9ba7b49c257bc82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: zookeeper-client
kind: stratum
description: |
  This stratum installs a small demonstration program for the
  client side of ZooKeeper. The program can take up to two
  arguments:
   (1) The IP address of the ZooKeeper server to connect to
   (2) The type of client that this will be (default client
       types are typeOneNode & typeTwoNode)
build-depends:
- morph: strata/zookeeper.morph
chunks:
- name: zookeeper-client
  morph: strata/zookeeper/zookeeper-client.morph
  repo: baserock:tests/zookeeper-test
  ref: master