summaryrefslogtreecommitdiff
path: root/strata/zookeeper-client.morph
blob: 135b2fc59af5b8fd1f04abd01d5b7ef19acf3a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: zookeeper-client
kind: stratum
description: |
  This stratum installs zookeeper and its dependencies.
  It then 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/core.morph
chunks:
- name: cppunit
  repo: upstream:cppunit
  ref: 77bb121d73c4593d6e3addacacb1bfbd21f53dcf
  build-depends: []
- name: java-binary
  morph: strata/zookeeper/java-binary.morph
  repo: github:franred/gerrit-installation-binaries
  ref: ef262c635890f19eaff8ef6bbd831ee9b0d8693e
  unpetrify-ref: master
  build-depends: []
- name: java-ant
  morph: strata/zookeeper/java-ant.morph
  repo: upstream:java/ant
  ref: master
  build-depends:
  - cppunit
  - java-binary
- name: zookeeper
  morph: strata/zookeeper/zookeeper.morph
  repo: upstream:zookeeper
  ref: baserock/mikesmith/zookeeper
  unpetrify-ref: trunk
  build-depends:
  - java-ant
- name: zookeeper-client
  morph: strata/zookeeper/zookeeper-client.morph
  repo: baserock:tests/zookeeper-test
  ref: master
  build-depends:
  - zookeeper