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